PDA

View Full Version : Is there a styleid if/else statement?


Razasharp
03-13-2006, 07:29 PM
Is there a styleid if/else statement?

If so can I use it in a plug-in too? And could it be used for the style set for that particular forum (ie even if its a forced style overiding the users set style)?

Thanks in advance :)

merk
03-13-2006, 08:30 PM
<if condition="STYLEID = <number>">blah</if>

if(STYLEID = number) { blah }

Razasharp
03-13-2006, 08:42 PM
Thanks <again!> Merk...

Dont you mean == tho and not = ;)

(or were u testing me? :p )

merk
03-13-2006, 08:52 PM
I only woke up 20 minutes ago :p