miroslav-tunjic-gmail-com
Hi,
I updated this file: /components/com_dtregister/templates/default/views/event/list_row.php
echo '<a href="' . $href . '" ' . $pop_class . ' ><img src="' . JRoute::_('index.php?option=com_dtregister&controller=file&task=thumb&w=' . $config->getGlobal('event_thumb_width', 100) . '&h=' . $config->getGlobal('event_thumb_height', 100) . '&filename=' . $file_path, $xhtml_url) . '" border="0" alt=" " /></a>';
change to:
echo '<a href="' . $href . '" ' . $pop_class . ' ><img src="' . JRoute::_('index.php?option=com_dtregister&task=file.thumb&w=' . $config->getGlobal('event_thumb_width', 100) . '&h=' . $config->getGlobal('event_thumb_height', 100) . '&filename=' . $file_path, $xhtml_url) . '" border="0" alt=" " /></a>';
And the image is showing now.
Kindly check.