Log in

View Full Version : if statement for vb blog


Taragon
04-14-2009, 07:02 PM
Hello,

Could anyone tell perhaps if there's an exact statement for this?
<if condition="$show['I've vB Blog installed']">
my stuff here
</if>

Best regards,

Cor

Dismounted
04-15-2009, 04:24 AM
<if condition="$vbulletin->products['vbblog']">

vbplusme
04-15-2009, 05:25 AM
Thanks for that, very useful technique...

Taragon
04-15-2009, 07:01 AM
thank you :)