Hi. I was looking for a method for listing all the records in the frontend except one, based on id.
In particular I'm listing the users table to the Editors of the site, with usernames and email of registered users, and the editors can also delete them, if required, but I don't want to list (and let Editors the possibility to delete) the Super Administrator, obviously!
So, how can I exclude a certain record to be listed.
Or if it's not possible, at least to be hidden!
Thank you!
In particular I'm listing the users table to the Editors of the site, with usernames and email of registered users, and the editors can also delete them, if required, but I don't want to list (and let Editors the possibility to delete) the Super Administrator, obviously!
So, how can I exclude a certain record to be listed.
Or if it's not possible, at least to be hidden!
Thank you!
Hi alexidro,
You can filter the list on the User Group ID ($user->gid) this is 18 for Registered Users.
Bob
You can filter the list on the User Group ID ($user->gid) this is 18 for Registered Users.
Bob
Yes thanks, exactly what I want to do but you know, I'm a newbie so: what I have to write and where?
Thank you very much!
Thank you very much!
Hi alexidro,
I'm afraid that I have no idea what the 'frontend filtering' box does or how it works. Have you read the ChronoConnectivity tutorials here especially the Static filters one?
Bob
I'm afraid that I have no idea what the 'frontend filtering' box does or how it works. Have you read the ChronoConnectivity tutorials here especially the Static filters one?
Bob
This topic is locked and no more replies can be posted.