The Arcive of vBulletin Modifications Site. |
|
Move announcements back to above threads Details »»
|
|||||||||||||||||||||||||||||||
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: Aperture Photography Forums : Camera Talk Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Tagged, Much better. the default placement of announcements is just bad. Thanks for helping me to put it back where it belongs and looks bests.
|
|
#3
|
|||
|
|||
|
As above. I can't believe they moved it, it really looked out of place.
|
|
#4
|
||||
|
||||
|
|
|
#5
|
|||
|
|||
|
Although I agree, don't you think the default vb4 placement draws more attention to it? Makes it more...err..important so to speak.
|
|
#6
|
|||
|
|||
|
Not really because no one looks there for threads or annoucements.
|
|
#7
|
||||
|
||||
|
Hmm, installed. However, on the right side, the grey line seems to be missing next to the announcement. Is there any way to make that show up as well?
Screenshot: Thanks.
|
|
#8
|
|||
|
|||
|
you could try to add border-left and border-right to the css for the annoucement bit, but I don't have the exact edit handy atm.
|
|
#9
|
||||
|
||||
|
Hm, I wouldn't know either.. I'll wait. Thanks for the reply, anyway.
|
|
#10
|
|||
|
|||
|
Sometimes the most simply modifications have the best result. This is one of them! Great stuff thanks!
|
![]() |
|
|