The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Prefix conditional?
Hi,
Is there a Prefix conditional? 'cause I need to change something in a thread depending on the prefix. Hope there is one |
#2
|
|||
|
|||
Have you tried:
<if condition="$thread[prefix] == 'whatever'"> |
#3
|
||||
|
||||
Try:
Code:
$thread[prefix_rich] |
#4
|
||||
|
||||
Will try
this only displays the prefix with markup. |
#5
|
||||
|
||||
You're meant to put it into the conditional...
Code:
<if condition="$thread['prefix_rich'] == 'whatever'"> |
#6
|
||||
|
||||
ah ok XD, sorry, will try it too :P
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|