Does anyone know the key name for the message that is displayed when a user attempts to click on a profile that is private?
Does anyone know the key name for the message that is displayed when a user attempts to click on a profile that is private? |
_Access denied |
Really that is really bad design. I can't customize that message since the key is used throughout the site. Boonex really dropped the ball thinking that the best thing to show to members who hit a private profile is Access Denied, instead of something like...This profile is private!
|
yup there are two of them did you try to change |
Found it, the key is actually _INVALID_ROLE
//Check privacy Simply change _INVALID_ROLE to something custom and make your own custom message. Remember that it only checks a yes:no if the person can view the profile. So we can't customize the message for friend only settings, me only, or members only. But at least we can do custom message |