The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I'm running VB 3.6.9 currently. I've noticed that as you build your forums,,,,then some sub forums,,and post an announcement, if you have sub forums anywhere the announcement posts under the sub forums.............In other none sub forums,where there are just topics and such,,the announcement in at the top as normal.
Is there anyway to force the announcement up above the sub forums ?? Thanks for any help !! |
#2
|
|||
|
|||
![]()
remove the subforums
![]() |
#3
|
|||
|
|||
![]()
All these coders in here and not a ( decent ) answer yet !
|
#4
|
|||
|
|||
![]()
Look in the FORUMDISPLAY template for the code in black:
Code:
<if condition="$announcebits"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" id="threadslist"> <tbody> $announcebits </tbody> </table> </if> <if condition="$show['forumslist']"> <!-- sub-forum list --> Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" id="threadslist"> <tbody> $announcebits <tr> <if condition="$show['search_engine']"> I haven't tested it though, so keep a backup of the old template! (Copy and paste it into notepad or something) |
#5
|
|||
|
|||
![]()
worked perfect !!!!!!!!!!!!!!!
Thank you ! |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|