Quote:
Originally Posted by Front Range
Go to your Plugin Manager and make Upcoming Events on Top of Pages [Auto Templates] inactive.
The manually edit each of these templates: FORUMHOME, FORUMDISPLAY, SHOWTHREAD by pasting the code below {vb:raw navbar}
<!-- upcomingevents -->
<div class="block" style="border:{vb:stylevar blocksubhead_border}">
<div class="blockhead">
<h2>
<span>{vb:rawphrase upcoming_events_for_the_next_x_days, {$vboptions.showevents}}</span>
</h2>
</div>
<div class="blockrow">
<ol class="commalist">
{vb:raw upcoming_events}
</ol>
</div>
</div>
<!-- upcomingevents -->
Note: It may be just my style but this turns some text bold in FORUMDISPLAY
|
thanks.. I'll play with this and see what I can do..