PDA

View Full Version : How do I hide...



johnscanlan
01-05-2006, 02:11 PM
Statistics

Threads: , Posts: , Members:

I don't want to delete it, just not display it.


Thanks

John

Joeychgo
01-05-2006, 10:32 PM
add a condtional around the code so that only admins can see it.

theMusicMan
01-07-2006, 12:55 AM
Here's the conditional you could use;


<if condition="is_member_of($bbuserinfo, UsergroupID)">
code here
</if>

... make usergroupID the ID of your Administrators usergroup.