1. cubix
  2. General
  3. Sunday, November 10 2013, 09:58 PM
Can i make a profile private only for super administrators for example, I don't want my super admin user's profile to show up for public users?
admin Accepted Answer
Admin
For now not. but in the future i implement a user profile privacy control.

You can hide admins on list/search user view. see this: http://www.easy-profile.com/docs/28-list-of-users-of-a-particular-usergroup.html

example:
group_id=2 --- only registered
group_id<>8 --- exclude super user
group_id IN (2,3,2,5) --- only registered,author,publisher and editor
group_id NOT IN (6,7,8) --- exclude manager, admin and super admin

You can use any sql where command.
  1. more than a month ago
  2. General
  3. # 1
cubix Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.