ok the script at the top of my home page is
Code:
define('THIS_SCRIPT', 'provb_blhome');
So
My code would be this right or wrong?
Code:
<if condition="define('THIS_SCRIPT', 'provb_blhome');"><td class="vbmenu_control"><a href="index.php$session[sessionurl_q]">Forum</a></td></if>
When I put it in i get an error
Code:
vBulletin Message
The following template conditional expression contains function calls:
<if condition="define('THIS_SCRIPT', 'provb_blhome');">
Function Name Usage in Expression
define define('THIS_SCRIPT', 'provb_blhome')
With a few exceptions, function calls are not permitted in template conditional expressions. Please go back and re-write this expression.
The following functions are allowed in template conditional expressions:
in_array() is_array() is_numeric() isset() empty() defined() array() can_moderate() can_moderate_calendar() exec_switch_bg() is_browser() is_member_of()