The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Location of stickies
How can I fix it so stickies are below normal threads????????
|
#2
|
||||
|
||||
Try editing your FORUMDISPLAY template and move this sticky code to where you want it:
HTML Code:
<vb:if condition="$show['stickies']"> <ol id="stickies" class="stickies"> {vb:raw threadbits_sticky} </ol> </vb:if> |
#3
|
|||
|
|||
I've moved it to the proper placement, however, the normal threads title bar is now at the bottom of the stickies instead above the normal threads which are now at the top. I can't seem to locate how to move the normal thread title bar to above the normal threads.
Help!!!! I noticed in the code that you posted, that a portion is in black. Would that have anything to do with the location of the Normal Threads Title Bar? |
#4
|
||||
|
||||
See if this helps:
Find HTML Code:
<vb:if condition="$show['stickies']"> <ol id="stickies" class="stickies"> {vb:raw threadbits_sticky} </ol> </vb:if> <vb:if condition="$show['threads']"> <ol id="threads" class="threads"> {vb:raw threadbits} </ol> <vb:else /> <div class="threadbit"> <p class="nonthread"> <vb:if condition="$show['noposts']"> <strong>{vb:rawphrase no_posts_in_this_forum}</strong> <vb:else /> <strong>{vb:rawphrase no_posts_last_x_days_forum, {vb:raw daysprune}}</strong> <span class="understated">{vb:rawphrase try_controls_below_for_older_posts}</span> </vb:if> </p> </div> </vb:if> HTML Code:
<vb:if condition="$show['threads']"> <ol id="threads" class="threads"> {vb:raw threadbits} </ol> <vb:else /> <div class="threadbit"> <p class="nonthread"> <vb:if condition="$show['noposts']"> <strong>{vb:rawphrase no_posts_in_this_forum}</strong> <vb:else /> <strong>{vb:rawphrase no_posts_last_x_days_forum, {vb:raw daysprune}}</strong> <span class="understated">{vb:rawphrase try_controls_below_for_older_posts}</span> </vb:if> </p> </div> </vb:if> <vb:if condition="$show['stickies']"> <ol id="stickies" class="stickies"> {vb:raw threadbits_sticky} </ol> </vb:if> |
#5
|
||||
|
||||
Then you didn't move the code to the correct place. Exactly where did you move the above code that I posted? (What are the five lines above where you moved it and below where you moved it.)
|
#6
|
|||
|
|||
<vb:else />
<strong>{vb:rawphrase no_posts_last_x_days_forum, {vb:raw daysprune}}</strong> <span class="understated">{vb:rawphrase try_controls_below_for_older_posts}</span> </vb:if> </p> </div> </vb:if> <vb:if condition="$show['stickies']"> <ol id="stickies" class="stickies"> {vb:raw threadbits_sticky} </ol> </vb:if> </div> <hr /> <div class="<vb:if condition="!$show['inlinemod']">noinlinemod </vb:if>forumfoot"> <vb:if condition="$show['inlinemod']"> <div id="inlinemod_formctrls" class="popupmenu nohovermenu"> |
#7
|
||||
|
||||
Can we get a link to view it?
|
#8
|
|||
|
|||
Sure.
If you should have any problems viewing, let me know via pm and I will PM you a username and password that you can use. http://www.teamm14.com/forumdisplay....ral-Discussion Thanks! |
#9
|
||||
|
||||
Ah, so you want the "Normal Threads" header moved up to the proper place now? There is not normally a header like that. So, it seems you added that in there somewhere (along with the "Sticky Threads" header which is also not default). I'm guessing you have a modification adding those and, most likely, it is using a plugin to do a string replace. You will need to modify that plugin to do a string replace with the proper template code.
|
#10
|
|||
|
|||
Ahhhh,
I do have a "separate Stickies" mod installed. I'll see if that can be adjusted. If anyone is familiar with that mod, maybe they can give me some guidance......LOL |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|