PDA

View Full Version : Prefix conditional?


M-Tuning
09-20-2008, 05:23 PM
Hi,

Is there a Prefix conditional?

'cause I need to change something in a thread depending on the prefix.

Hope there is one :)

Marco
09-20-2008, 05:31 PM
Have you tried:

<if condition="$thread[prefix] == 'whatever'">

Dismounted
09-21-2008, 06:13 AM
Try:
$thread[prefix_rich]

M-Tuning
09-21-2008, 08:31 AM
Have you tried:

<if condition="$thread[prefix] == 'whatever'">

Will try

Try:
$thread[prefix_rich]

this only displays the prefix with markup.

Dismounted
09-21-2008, 08:47 AM
You're meant to put it into the conditional...
<if condition="$thread['prefix_rich'] == 'whatever'">

M-Tuning
09-21-2008, 09:44 AM
ah ok XD, sorry, will try it too :P