Hi Ted
tank?s for this hack.
Please, i need to create other condition for another group of users.
I add this in my template welcome_headers
Code:
<if condition="is_member_of($bbuserinfo, 9)">
<!-- utilizador com nicks -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="alt1">
<phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_nick_banned]</phrase>
</td>
</tr>
</thead>
</table>
<!-- / utilizador com nicks -->
<else />
but i have this error
Quote:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/forum/includes/adminfunctions_template.php(3537) : eval()'d code on line 3
|
because is that?