|
Move announcements back to above threads
By default in vB4 the annoucements are sort of floating right below the header for some unknown reason. They do come in a different color which is nice, but it's pretty hideous where it's currently at.
Open FORUMDISPLAY template locate and remove Code:
<vb:if condition="$announcebits">
<ol id="announcements" class="announcements">
{vb:raw announcebits}
</ol>
</vb:if>
Code:
<vb:if condition="$show['stickies']">
<ol id="stickies" class="stickies">
{vb:raw threadbits_sticky}
</ol>
</vb:if>
Code:
<vb:if condition="$announcebits">
<ol id="announcements" class="announcements">
{vb:raw announcebits}
</ol>
</vb:if>
Demo: http://apertureforums.com/forumdisplay.php?f=7 Download
Screenshots |
|||||||||