we_scooter
01-19-2006, 11:25 PM
Hi
I have made a modification to a template to make it show something inside the tag <td> blabla</td>
and I made it to work for 1 usergroup, but i want it to work for more than usergroup now it works only for Admins , I need it for Admins, Supermods and mods...
here is my code
<if condition="$bbuserinfo[usergroupid]==6"> <td>
<a title="amwaaaah" href="http://www.vb.org">
<img border="0" src="qf-design/images/f_01.jpg" width="165" height="39" alt="TM"></a></td>
<else />
<td>
<a title="amwaaaah" href="http://www.vb.org">
<img border="0" src="qf-design/images/f_22.jpg" width="165" height="39" alt="just take it"></a></td></if>
this code works only for admins , we need supermods and mods to to be included.. how?
what should i add ???
I have made a modification to a template to make it show something inside the tag <td> blabla</td>
and I made it to work for 1 usergroup, but i want it to work for more than usergroup now it works only for Admins , I need it for Admins, Supermods and mods...
here is my code
<if condition="$bbuserinfo[usergroupid]==6"> <td>
<a title="amwaaaah" href="http://www.vb.org">
<img border="0" src="qf-design/images/f_01.jpg" width="165" height="39" alt="TM"></a></td>
<else />
<td>
<a title="amwaaaah" href="http://www.vb.org">
<img border="0" src="qf-design/images/f_22.jpg" width="165" height="39" alt="just take it"></a></td></if>
this code works only for admins , we need supermods and mods to to be included.. how?
what should i add ???