Anyway of getting the Calendar forum summary to display the number of events (today) rather than the names of the events (today). I tried using the following code but if there was more than one event it still only displayed one event...
Code
In ubb_forum_summary.cgi Replace:
$calendar .= ", " if $calendar; $calendar .= $desc[2];
With:
$calendar_events .= ", " if $calendar_events; $calendar_events .= "$desc[2]";
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.