I think (hope) I have the code all sorted, but I'm getting this error.
Quote:
The following error occurred when attempting to evaluate this template:
Parse error: syntax error, unexpected ')' in /htdocs/www/testforum/includes/adminfunctions_template.php(5432) : eval()'d code on line 96
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
|
Line 96 of adminfunctions_templates.php says:
Quote:
* @param string The name of the product this template is associated with
|
Code I'm trying to add
Code:
<vb:if condition="is_member_of($bbuserinfo, 5, 6,)">
<li class="left">
<a href="usernote.php?do=newnote&userid={vb:raw memberinfo.userid}">
{vb:rawphrase post_user_note}
</a>
</li>
Any ideas?