The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#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> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|