![]() |
Profile viewable to member only
Hi,
I've been looking around for a mod that will do this without any luck. All I need it to do is allow either only the member to be able to view their own profile and no one else. Or as above and with usergroup set permissions that can view profiles. |
in usergroup pick the one you want to edit scroll down to General Permissions/Can View Member Info = No
|
This seems to also block the member of who's profile it is, from being able to view their own profile.
|
Did not have time to test.
--------------- Added [DATE]1372453289[/DATE] at [TIME]1372453289[/TIME] --------------- Try posting that request here |
In the member_info blocks wrap the whole thing in this
HTML Code:
<vb:if condition="$userinfo['userid'] == $bbuserinfo['userid']">ALL THE PROFILE CODE</vb:if> |
Quote:
|
Code:
<vb:if condition="$userinfo['userid'] == $bbuserinfo['userid'] && is_member_of($bbuserinfo, X, X, X)"> |
Quote:
|
Wait, that's wrong, lol.
HTML Code:
<vb:if condition="$userinfo['userid'] == $bbuserinfo['userid'] OR is_member_of($bbuserinfo, X, X, X)"> |
So is that for groups or x = each member id
|
All times are GMT. The time now is 03:12 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:
|