1. pintobuck
  2. Support
  3. Monday, October 10 2016, 01:32 AM
Using Joomla 3.62, Gantry 5 template framework, Hassium template, Easy-Profile, Social-Network.

Is there a way to hide superusers name and profile from other people? That would help security.

I did find a method here: http://stackoverflow.com/questions/19537668/hide-super-admin-user-group-for-other-user-grup-in-joomla-3-x

but maybe Easy-Profile has a simpler method.

Thank you.
Accepted Answer
admin Accepted Answer
Admin
Hi,
my mistake, Social Network plugin have a parameter called "Exclude Users From People List" in configuration, where you can put IDs of excluded users.

follow these steps:
- Go to Joomla Administration
- Go to Extensions->Plugins
- Search for "Easy Profile - Social Network"
- Click on the result
- You will see a parameter called "Exclude Users From People List"
- In this parameter put IDs (comma separated) of users to exclude (i.e."934,958";)
  1. more than a month ago
  2. Support
  3. # Permalink
admin Accepted Answer
Admin
Hi,
in all list you can use parameter Custom SQL Where to set a static filter, here some examples: http://docs.easy-profile.com/article/sql-custom-where

in your cases you can fill this parameter with following code:

user_id NOT IN (934,958)

where 934 and 958 are ID of your Administrators

or something like this to hide entire Super Admin Usergroup

group_id NOT IN (8)

where 8 is ID of super users usergroup. (should be 8 also in your Joomla installation)

To fill this parameter in Social Network plugin you need to open plugin configuration (http://docs.easy-profile.com/index.php/article/social-network-configuration)
  1. more than a month ago
  2. Support
  3. # 1
pintobuck Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
pintobuck Accepted Answer
Pro
Good answer. Great feature. Thank you.
  1. more than a month ago
  2. Support
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.