Category Events Thumbnail

  • Elnino38
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
11 years 8 months ago - 11 years 8 months ago #44887 by Elnino38
Category Events Thumbnail was created by Elnino38
Haven't found anything on this matter on the forum so I just thought I'll give my input here on how to add thumbnails display to the Category Event Module (Upcoming Events module).
Just add this bunch of code into your template_name/html/mod_eb_events/default.php:
Code:
<?php if ($row->thumb && file_exists(JPATH_ROOT.'/media/com_eventbooking/images/thumbs/'.$row->thumb)) { ?> <img src="<?php echo JURI::base().'media/com_eventbooking/images/thumbs/'.$row->thumb; ?>" class="eb_event_thumb"/></a> <?php } ?>
Last edit: 11 years 8 months ago by Elnino38.

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #44905 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Category Events Thumbnail
Great ! Thanks for sharing the code Elnino !

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc