MyBB Community Forums

Full Version: [F] Little calendar issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I think in the template calendar_eventbit
Code:
<div style="margin-bottom: 4px;" class="smalltext {$event_class}"><a href="{$event['eventlink']}" title="{$event['fullname']}">{$event['fullname']}</a></div>
should be
Code:
<div style="margin-bottom: 4px;" class="smalltext {$event_class}"><a href="{$event['eventlink']}" title="{$event['fullname']}">{$event['name']}</a></div>
$event['name'] is the shortened name of the event.
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.
Reference URL's