Front Range
01-26-2010, 05:10 PM
This is what I did to make Upcoming Events display nicely on the top of Forumhome:
Added below {vb:raw header}{vb:raw navbar}
<!-- upcomingevents -->
<div id="wgo" class="collapse wgo_block">
<h2>
<span>
Upcoming Events
</span>
</h2>
<div class="floatcontainer">
<div id="wgo_events" class="wgo_subblock">
<ol class="commalist">
{vb:raw upcomingevents}
</ol>
</div>
</dl>
</div>
</div>
<!-- upcomingevents -->
Note that the commalist class reduces the space this takes and displays nicely.
If anyone can help by explaining how this can be added to all pages I would be grateful.
Added below {vb:raw header}{vb:raw navbar}
<!-- upcomingevents -->
<div id="wgo" class="collapse wgo_block">
<h2>
<span>
Upcoming Events
</span>
</h2>
<div class="floatcontainer">
<div id="wgo_events" class="wgo_subblock">
<ol class="commalist">
{vb:raw upcomingevents}
</ol>
</div>
</dl>
</div>
</div>
<!-- upcomingevents -->
Note that the commalist class reduces the space this takes and displays nicely.
If anyone can help by explaining how this can be added to all pages I would be grateful.