Extcalendar Latest - All daily events - Joomla! Forum - community, help and support
hi.
i'm using extcalendar , think it's working great... extcalendar latest module looking for... need figure 1 thing out... right it's presenting upcoming events, , put recent events today in spot. have daily events presented in list depending on start time got, , not remove until next day.
anyone hack this?...
i'm using extcalendar , think it's working great... extcalendar latest module looking for... need figure 1 thing out... right it's presenting upcoming events, , put recent events today in spot. have daily events presented in list depending on start time got, , not remove until next day.
anyone hack this?...
solved changing:
$extcal_config['now'] = date( 'y-m-d h:i:s', time() + $mosconfig_offset * 60 * 60 );
to:
$extcal_config['now'] = date( 'y-m-d', time() + $mosconfig_offset * 60 * 60 );
in mod_extcalendar_latest.php, line 62.
$extcal_config['now'] = date( 'y-m-d h:i:s', time() + $mosconfig_offset * 60 * 60 );
to:
$extcal_config['now'] = date( 'y-m-d', time() + $mosconfig_offset * 60 * 60 );
in mod_extcalendar_latest.php, line 62.
Comments
Post a Comment