
04-10-2004, 09:37 PM
|
 |
|
|
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by dreamhost
same error:
The following template conditional expression contains function calls:
<if condition="is_member_of($bbuserinfo, 6)">
Function Name Usage in Expression
is_member_of is_member_of($bbuserinfo, 6)
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 there maybe a place in vb that i am supposed to define what functions are allowed to be called?
what is happening is when i input that code into my header, and click submit and reload, i get that error and it asks me to return to my header editor, with the new code allready taken out.
|
is_member_of is a default function O.o
|