Tagged Questions
0
votes
1answer
25 views
Admin user roles/permissions
I have a user who I would like to able to publish new posts/pages, but I don't want them to have access to users. I may want to let them have access to specific plugins, but not others.
Is there a ...
0
votes
1answer
19 views
Admin Left-Nav options not appearing [closed]
For whatever reason, when I'm setting up administrators and editors beyond the first, they are missing most of the functionality on the left-hand navigation.
http://db.tt/8p3XFmPX to see a screenshot ...
1
vote
2answers
316 views
Restrict dashboard access for specific user roles to specific actions
I have a script that enables a logged in user (role Author) to delete their own posts using get_delete_post_link(). However, I also want to be able to restrict the author's access to the dashboard. ...
0
votes
1answer
93 views
Only Admin can Edit, Delete or Update
I want to know if there is any way in WordPress that only Admin can update/edit or delete published posts/listings. User who have submitted the post/listing can't even edit/update or delete it.
...
-1
votes
1answer
64 views
Protect page with user-credentials? (Not just a password) [closed]
I need a specific user role to be able to login through a form on a page, and then display the page content. They shouldn't login with the wp-admin page. I just want a normal <form> on the ...
0
votes
2answers
48 views
Posts in sidebar only by admin
I want to show in latest posts widget only posts by admin (now its showing latests posts by all suers). How I can do it ? via wp query ? Thanks :)
<?php // setup the query
...
0
votes
1answer
64 views
Assign a category by user and customize the edit-tags.php?taxonomy=category page
I've been searching for days now without success... Here's my goal:
- assign a top level category by user (this I've made it)
- let each user create child categories only in his assigned category ...
0
votes
1answer
126 views
add_cap for editor but no admin role
I want my editors to have the possibility, to add other users.
I added:
$edit_editor->add_cap('create_users');
$edit_editor->add_cap('delete_users');
...
1
vote
0answers
356 views
How to remove “Super Admin” from All Users for those that are not a “Super Admin”?
I would like to remove the filter at the top that says "Super Admin" for users that are not a "Super Admin". How do I go about doing this?
This screenshot shows what I am talking about:
0
votes
1answer
309 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
3answers
625 views
Remove the Edit button in posts for permalinks on certain user roles? WP 3.3
I am using Wordpress 3.3.2 with the following plugin:
- http://wordpress.org/extend/plugins/advanced-access-manager/
The plugin works perfectly but the author said there is currently no way to ...
0
votes
1answer
398 views
remove menus for a specific role?
I saw this snippet to remove menus:
function remove_menus () {
global $menu;
$restricted = array(__('Dashboard'), __('Posts'), __('Media'), __('Links'), __('Pages'), __('Appearance'), ...
0
votes
3answers
1k views
How can I restore admin capabilities?
So yeah, I'm a genius. I managed delete all my admin capabilities (thank you very much Membership plugin). I could restore them, ...if I had admin access, lol.
Anywhoo, how can I give all my ...
4
votes
1answer
537 views
How to remove administrator role in settings -> general -> New User Default Role?
I don't want to accidentally select Administrator role.
So is there a way to remove it from Settings -> General -> New User Default Role ?
1
vote
1answer
144 views
How do you set up a WordPress blog with multiple authors to allow something like StackExchange's “community wiki” feature?
I'm thinking about having a blog with multiple authors. In the WordPress Roles documentation, authors can publish posts but only edit their own and not posts by other authors, which is what I'm ...
2
votes
2answers
2k views
Give Editor Access To Sidebar
I want to give the Editor Role access to editing the sidebar and it's contents. I have a text widget in there and in order to edit this text widget the user needs to be an admin - this sucks. How do I ...
3
votes
1answer
243 views
Customize the upload screen
I would need to simplify the "upload new image" interface for our Authors : basically, hide a few fields that will only confuse my wordpress "authors" (like the "Description" and "Alt" text inputs). ...
1
vote
1answer
1k views
How do I remove dashboard access from specific user roles?
I'd like to prevent certain user roles from accessing the dashboard http://www.openeye.net/wp-admin/ at all. I've moved and restyled user profiles to a new page that's viewable on the site. How would ...