Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Events page - include time & date

10 years 2 months ago
  • Tiberiu's Avatar
    Topic Author
  • Tiberiu
  • Offline
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 1
Licenses:
JomSocial Expired

In the events view, where all events are listed, how can we include the time of the event along with the dates.

Thanks very much

10 years 2 months ago
Licenses:

override:
/components/com_community/templates/default/events.list.php
at line 40
change the code from

<div class="cIndex-Date"><b><?php echo CEventHelper::formatStartDate($event, $config->get('eventdateformat') ); ?></b></div>
to
<div class="cIndex-Date"><b><?php echo CEventHelper::formatStartDate($event, 'M d Y h:i a' ); ?></b></div>

here about format detail:
php.net/manual/en/function.date.php

how to override:
documentation.jomsocial.com/wiki/Customizing_Template

Regards

The following user(s) said Thank You: Tiberiu
Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW