![]() |
Hiding a specific table from "subscribers" group?
Hi, I have a table with a google ad in it:
Code:
<td class="tcat" colspan="20" style="font-weight:normal"><div class="smallfont"> <div> |
If it's usergroup 9 you use for your subscribers, you can use this:
Code:
<if condition="$bbuserinfo[usergroupid]!=9"> Code:
<if condition="!is_member_of($bbuserinfo, 9)"> If you were wanting one block of code for subscribers and one for non-subscribers, use one of the following: Code:
<if condition="$bbuserinfo[usergroupid]!=9"> Code:
<if condition="!is_member_of($bbuserinfo, 9)"> |
how about on the <php> side.
i can't seem to get the following to work for usergroup '9', a secondary user group PHP Code:
thanks |
All times are GMT. The time now is 04:30 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|