Quote:
Originally Posted by Deaths
Yes, you can change
PHP Code:
if ($bbuserinfo[userid] != 0)
{
to
PHP Code:
if ($bbuserinfo[userid] != 0 OR $bbuserinfo[userid] != X)
{
and replace X by the usergroup from which you want to hide the links aswell.
Not sure whether this works or not, but you can try.
|
Nope it didnt
When i did that, the code didnt worked at all (neither for the userid 0)