Tagged Questions
0
votes
1answer
116 views
Restrict admin access to certain pages for certain users
As the title says, I'd like to restrict back-end access to certain pages for certain users.
While doing a site with 45-50 pages, I realised it would be a much better user experience if the Page menu ...
1
vote
1answer
33 views
Adding Custom Capabilites
So, I'm not sure if this is possible, but is it possible to add custom Capabilities?
So, I've written a group message application, that ties in with Wordpress. I only want certain members (set via ...
0
votes
1answer
292 views
Restrict Author role to only 3 wp-admin pages
I allow the author user role to add/edit posts (using a custom post type called "User Posts") as well as add/edit their own media from wp-admin. I currently have it set up so that the only menu items ...
1
vote
1answer
75 views
Admin comments and user restrictions
I have set a bunch of roles within wordpress with the help of the "members" plugin.
But the capabilities regarding the comments moderation are very limited ("manage_others_comments" or not)
What I ...
2
votes
1answer
540 views
How to prevent access to wp-admin for certain user roles?
I did try using the plugin Front End Users but this clashes with something as it prevents access to some front end pages. So I need to manually just set it so that anyone who isn't one of two ...
0
votes
1answer
304 views
Blocking Administrative Access to Authors and Subcribers?
I would like to turn off admin panel for authors and subscribers.
Is there any secure way to keep them away from admin panel?
0
votes
2answers
170 views
Is Wordpress secure enough for a multi-user article directory?
One of my friends is going to launch a small article directory (ex: http://ezinearticles.com/) using WP. The site will be hosted on a shared hosting in the beginning and will be moved to a dedicated ...
1
vote
1answer
773 views
How to enable a site administrator to edit users in a WordPress network/ multisite setup?
I have a few sites in a network. I don't want the site administrators to manage things like network plugins, but I would like them to be able to edit profiles of all network users, not use those on ...
4
votes
2answers
7k views
How to check if a user is in a specific role?
I have a pretty specific requirement to show different text in a field label on the user profile page based on the current user's role. I can't seem to figure out how to check whether the current use ...