The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
I think it simple...
I did it in two step: 1. Create Phrases: Code:
Type: Global Varname: delim_sticky Text: Sticked threads Type: Global Varname: delim_normal Text: Normal threads HTML Code:
<if condition="$show['threads']"> <!-- show threads --> <if condition="$show['stickies']"> $threadbits_sticky HTML Code:
<if condition="$show['threads']"> <!-- show threads --> <if condition="$show['stickies']"> <tr> <td class="thead" width="100%" colspan=7><strong>$vbphrase[delim_sticky]</strong></td> </tr> $threadbits_sticky <if condition="$threadbits"> <tr> <td class="thead" width="100%" colspan=7><strong>$vbphrase[delim_normal]</strong></td> </tr> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|