Works perfectly for me, nice mod! I also made a little addition because adding events is burried down in the calender, that will show a "Add Event" button right across from the current showing dates:
open the .xml file in a text editor
Directly below this (Line #46)
Code:
<span>{vb:rawphrase upcoming_events_for_the_next_x_days, {$vboptions.showevents}}</span>
Add this:
Code:
<div id="calendar_nav">
<a id="neweventbutton" class="textcontrol" href="calendar.php?do=add&type=single&c=1">Add New Event</a>
</div>
Save, reupload the product, overwrite the existing one. Gives you something that looks like this:
http://www.3wheelerworld.com/forum.php
My members post a ton of rides and gatherings in the local riding forum, but they don't get near the views that they should, Hopefully between this mod and my little addition that makes it easier to add them, it'll increase that a bit.