Support

  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.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.