Quote:
Originally Posted by kh99
Oh, I also meant to mention this: if $foruminfo is a global variable you might be able to do it without an extra plugin, like this:
Code:
<vb:if condition="$GLOBALS['foruminfo']['hideads']">
|
I'll give this a shot, thank you. I did try with $GLOBALS but I had the syntax of the rest of it very, very wrong.
--------------- Added [DATE]1359295508[/DATE] at [TIME]1359295508[/TIME] ---------------
Works perfectly, thanks again Kevin!