conditionals question

h@ck3r

New Member
Is it possible to use a conditional so that certain hacks show only if using certain styles?

Eg. I'm using VMoods on Bluefox, but have installed VBSeo style for users who just want a basic, clean looking style.

Can I set a conditional so that the VMoods selection drop-down box ONLY shows on Bluefox, and not VBSeo style?
 
I don't know vbmoods, butthe conditional for showing stuff to 1 style only is:

Code:
<if condition="$bbuserinfo[styleid]==[color=Red]x[/color]">
[color=Red]vbmoods code[/color]
</if>
 
Back
Top