None. I changed the way I did it so when an event is posted to the calendar it shows up on the top of the page instead of in "What's Going On"
First I used the variable replacement and changed </div><div> to <br /> which gives the Upcoming Events a line by line display.
I used code similar to this below the navbar:
<!-- upcomingevents -->
<table class="tcat" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="1" width="100%" align="center">
<tr>
<td bgcolor="xxxxxxx" valign="top">
$upcomingevents
</td>
</tr>
</table>
<!-- /upcomingevents -->
Then I used the "Events on Forum Pages" mod by Farcaster so the upcoming events show on all pages. Yes, it works on 3.8.4
HTH!
|