Back to vBulletin 4.x Template Modifications

Move announcements back to above threads
Mod Version: 1.00, by BSMedia

vB Version: 4.0.0 Rating: (10 votes - 4.60 average) Installs: 85
Released: 28 Dec 2009 Last Update: Never Downloads: 91
Not Supported Template Edits Re-usable Code Translations  

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>
Find:

Code:
			<vb:if condition="$show['stickies']">		
				<ol id="stickies" class="stickies">
					{vb:raw threadbits_sticky}
				</ol>
			</vb:if>
Add above (code we removed from step 1)

Code:
<vb:if condition="$announcebits">
<ol id="announcements" class="announcements">
	{vb:raw announcebits}
</ol>
</vb:if>
I know it's a simple change, but it looks much nice imo.

Demo: http://apertureforums.com/forumdisplay.php?f=7

Download

File Type: %1$s Move-Annoucement-Bit-Instructions.txt (531 Bytes, 97 downloads)

Screenshots

Click image for larger version
Name:	Move-Annoucement-Bit.jpg
Views:	1237
Size:	33.5 KB
ID:	108432   Click image for larger version
Name:	Moved-Annoucement-Bit.jpg
Views:	1296
Size:	37.5 KB
ID:	108433  


vblts.ru supports vBulletin®, 2022-2024