Quote:
Originally Posted by Me!
There is an option in the admin cpanel based on usergroup. I have it setup so guests can't view it.
|
where is this? in the usergroup panel?
I guess it would help to note that i'm using 3.0.3
Quote:
Originally Posted by TheSpecialist
Out of curiousity, can you post the code you tried?
|
Sure...i used this:
Quote:
Originally Posted by TheSpecialist
If you really want to deny them permission, find this line (80) in your memberlist.php (mine is 3.0.1 but it should be the same)
Find:
PHP Code:
// permissions check
if (!($permissions['forumpermissions'] & CANVIEW) OR !($permissions['genericpermissions'] & CANVIEWMEMBERS))
{
print_no_permission();
}
Between the )) at the very end, add in OR !$bbuserinfo[userid]
|