![]() |
It did not show anything to me !
|
has this been updated to show birthdays?
|
Quote:
No mate but its something you can quickly add in the code if needed. |
Nice mod. Installed (4.2.0 (Patch 1) and rated
Thank you. |
Works great on 4.2.0 PL2 :):up:
Thanks... |
Does this update automatically? I've gotten it looking fine but if I add or remove events it doesn't seem to correct itself.
|
yes mate auto updates with any events you have
|
I have an event scheduled for 2nd Nov 2012 but the display shows 2st Nov 2012 because of the time stamp being on the first.
Is there away to fix this so it displays correctly? Thanks in advance. WD |
Quote:
I know you do not support this mod but you must have run across this issue somewhere along the line. |
Try using this Code
ob_start(); // %d $show_count = 4; $query = sprintf("SELECT * FROM ".TABLE_PREFIX."event WHERE visible = 1 AND (dateline_from > '%d' || ( dateline_from < '%d' AND dateline_to > '%d' )) ORDER BY dateline_from ASC LIMIT %d",TIMENOW,TIMENOW,TIMENOW,$show_count); $event_get = vB::$db->query_read($query); $output_bits = ''; while($event = vB::$db->fetch_array($event_get)) { if($event['dateline_to'] == 0 ) { $format = sprintf(" "); // $format = sprintf("On %s",date('jS M Y',$event['dateline_from'])); <-- broken/disabled } else { $format = sprintf("From %s to %s",date('jS M Y',$event['dateline_from']),date('jS M Y',$event['dateline_to'])); } $output_bits .= sprintf(' <div class = "cms_widget_post_bit"><center><a href="calendar.php?do=getinfo&e=%d"><h4 class="cms_widget_post_header"><font size="2">%s</font></a></h4> <p class="cms_widget_post_content"><font size="1">%s </font></p><p><font size="1"> </font></p></center> </div> ',$event['eventid'],$event['title'],$format); } $output = $output_bits; ob_end_clean(); return $output; |
All times are GMT. The time now is 06:31 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|