View Full Version : allow guest to view memberlist but not profiles
btappan
11-10-2004, 05:08 PM
how can I make it so that guest and unregistered users can view the member list, but cannot view individual users profiles? i checked turned off "can view member info" for that usergroup ,but that blocks them from the member list too.
Andreas
11-10-2004, 06:03 PM
Cheepo solution:
In member.php FIND
// ################################################## #####################
// ######################## START MAIN SCRIPT ############################
// ################################################## #####################
BELOW that ADD
if (!$bbuserinfo['userid']) {
print_no_permission();
}
Tettinntil
02-26-2010, 08:12 PM
I tried this, but then also registered users lost access to view members profiles?
Marco van Herwaarden
02-27-2010, 06:47 AM
You also should not be using 6 year old information that was given for a very old version of vBulletin. Best to start your own thread describing your situation/problem.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.