1. wilbert
  2. General
  3. Thursday, May 07 2015, 10:35 AM
How can i disable my profile in the overview, i only like to show registered users not superusers like me.
admin Accepted Answer
Admin
You can filter users in a user list menu/module with parameter SQL Custom Where, see here some examples: https://www.easy-profile.com/docs/69-sql-custom-where-list-and-module.html

You can simply exclude Super Users with this:
group_id NOT IN (8)


8 is default id for Super Users, to get other IDs see on Administration->User Manager->Groups
  1. more than a month ago
  2. General
  3. # 1
wilbert Accepted Answer
Pro
But where do i have to fill in this sql statement?
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
You can find this parameter in:
- User List menu item parameters under "List Layout" tab (see screenshot)
- User List (table) menu item parameters under "Table" tab
- User List module parameters
- User Map module parameters
Attachments (1)
  1. more than a month ago
  2. General
  3. # 3
tokunbo Accepted Answer
hello support,

when I add this: group_id NOT IN (8) into CUSTOM SQL WHERE, the super users are still not filtered from the list.

why?
  1. more than a month ago
  2. General
  3. # 4
admin Accepted Answer
Admin
maybe in your Joomla installation the Super User usergroup have a different ID, anyway to check this we need your site details , to send these you can use the form below the reply i "Site Details" tab
  1. more than a month ago
  2. General
  3. # 5
tokunbo Accepted Answer
ive supplied the details u asked for
  1. more than a month ago
  2. General
  3. # 6
admin Accepted Answer
Admin
Hi,
you have a User List module with SQL custom where empty, after you have a User List page (see screenshot)

in user list page you will se a empty form with search button because your configuration for menu item is this:
- enable search: Yes (so you see the form)
- Field to search: empty (so in form you will se only search button)
- Show All Members at the entrance of the page : No (so you not see users if you not click on search button)
Attachments (1)
  1. more than a month ago
  2. General
  3. # 7
tokunbo Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 8
  • 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.