In my vbulletin forums there is some code that looks like this: <if condition="condition"> ... </IF> Code (markup): I looked around the internet for IF Html tags, but can't find any documentation. Can someone tell me what this is, and how I can use it? Is there an <ELSIF> ? Max
There's no <IF> in HTML as it's a display language, not a scripting language. You'd have to use Javascript and document.write
Here you'll find the vB codes: http://forums.digitalpoint.com/misc.php?do=bbcode But there is no <IF> tag there .
No, this isn't BBcode. Its in the template editor, where you can modify the layout of your bulletin board.
Sorry, so this is the info you're looking for: http://www.vbulletin.com/docs/html/main/template_conditionals