1
I want to let a group 4 moderate the xcgal, but only to approve the uploaded pictures, and not those other options.
I want something like:
if (user is admin && username == "webmaster" or user is admin && userid == "webmaster id") {
menu 1
menu 2
menu 3
}
menu 4 (assign to moderator group which has admin access to the specific module).
This will block the first three menus from the admin pop-up and also from displaying on the admin page when view by the assign group.
What is the simplest code that I can use?