MyBB Community Forums

Full Version: Direct Link to Calendar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to have a direct link to the MyBB event calendar from my web site for my users?
If it is in sites root folder then simply:
<a href="calendar.php">Calendar</a>

Else you can use full url (even if MyBB is in directory 'forum'):
<a href="http://mysite.com/forums/calendar.php">Calendar</a>
(2014-01-01, 05:13 PM)effone Wrote: [ -> ]If it is in sites root folder then simply:
<a href="calendar.php">Calendar</a>

Else you can use full url (even if MyBB is in directory 'forum'):
<a href="http://mysite.com/forums/calendar.php">Calendar</a>

Thank you...It did work