I'm getting an odd message when editing the editpost template...
----------
The following template conditional expression contains function calls:
<if condition="can_see_hidden()">
Function Name
Usage in Expression
can_see_hidden
can_see_hidden()
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()
--------
Where did I go wrong?
I assume it's becuase that function hasn't been added to the phpinclude_start. But where is the phpinclude_start?
Installing the advanced version.
Thanks
|