Calendar for jrEvent
Suggestions
You can add an event calendar to the top page of your site if you like with this code:
{jrEvent_calendar month=$_post.month year=$_post.year}
So a full page, perhaps called ourcalendar.tpl would look like:
{jrCore_include template="header.tpl"}
{jrEvent_calendar month=$_post.month year=$_post.year}
{jrCore_include template="footer.tpl"}
and would be accessed at:
your-site.com/ourcalendar
Passing in variables to that page would change the calendar dates:
your-site.com/ourcalendar/month=06/year=2014
Would get the calendar for june.
--edit--
actually don't bother with this, I will make it part of the module once I figure out why some events are working while others arent.
updated by @michael: 10/28/14 12:12:21AM