The access tag has no wiki summary.
0
votes
0answers
17 views
Assign a group of users to do anything with a group of posts
I took a look at Role Scoper (http://wordpress.org/extend/plugins/role-scoper/) but after about 20 minutes of playing around and trying to understand how it works I couldn't get it to do what I ...
1
vote
0answers
2k views
Wordpress administrator area access disabled temporarily due to widespread brute force attacks
My wordpress site admin side return this error. 'Wordpress administrator area access disabled temporarily due to widespread brute force attacks'. Can't access the site. Any one have similar experience ...
0
votes
1answer
33 views
Access for adding subpages but not for pages
For every website project, i make the wordpress admin custom for the client. Right now, i want that the client only has access to add subpages.
I have a main navigation on the website. I want that ...
0
votes
1answer
39 views
Restrict acceess of a page in backend
How can I restrict editing of a page from backend only to a specific user?
I tried a few plugins but I thought doing it without plugins would be the way to go for me.
What measures I can take to ...
0
votes
0answers
43 views
Cannot access admin console
After deleting virus (mobile redirect) I lost access to admin panel.
When I come at www.myname.com/wp-admin I see 404 error (like post not found, I see design of my site)
wp-login - same situation
...
-1
votes
1answer
27 views
Accessing my blog [closed]
I am trying to reaccess a blog I started a while back. I may have changed my user name in the meantime and now I cannot access the blog. Can you help please?
0
votes
0answers
44 views
Restrict users on multisite WordPress install
I have a series of sites that I maintain as part of a WordPress multisite install. I'd like to be able to create users accounts that are restricted to viewing only a single one of these sites. Is ...
0
votes
0answers
35 views
My blog get 403 access error what i have to do? the first, the second, the third [closed]
My blog's access log show me the last two lines 02 feb
Wp-cron.php?doing...something
And a searching bot spider-141-8-147-23.yandex.com indexing my pages. And till now i get 403 error. My other web ...
2
votes
1answer
518 views
Troubleshooting a “You do not have sufficient permissions to access this page” error
I have a multisite installation running WP 3.5. My main site and a few other blogs on the network work fine. However, if I register a new user and site, that user gets the "You do not have sufficient ...
1
vote
2answers
308 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. ...
1
vote
2answers
100 views
Restrict access to specific users
Is there a built-in function that would allow me to restrict access to registered users until the official launch date in Wordpress 3.4.2? The blog is self-hosted.
0
votes
0answers
39 views
Give Access to Single Plug-in [closed]
is there a way to give a single user/profile access to only one plug-in function? Essentially I have a reservation booking plug-in that I want to give staff access to, but I don't want them having ...
0
votes
1answer
161 views
Access code/password only restricts page access, no user registration..?
Does anyone know of a plugin that will allow for a simple access/invite code to be given out, and when entered, will allow access to a certain page?
I'm looking to only have one input field and no ...
-1
votes
2answers
658 views
How to restricted a page [without plugin]
How to restricted a page in wordpress. For example : user [without login] can see 5 of game list. [example.com/game/]
and after click 'view more', user must login/register and after that, user can ...
0
votes
1answer
267 views
Allow Access To Subfolder Of HTML For Logged In Visitors
have a wordpress site installed in the root folder. Beneath the root is a /docs folder with a bunch of older html files. I'd like to allow only logged in wordpress users to be able to have access to ...
0
votes
2answers
318 views
Access denied error when logged in as admin
What are the possible causes for getting the "You do not have sufficient permissions to access this page." message when logged in as admin? I've done a lot of searching and found a lot of possible ...
2
votes
3answers
2k views
Access on specific pages in wordpress for a specific user
My Question is regarding User access control in wordpress
I have two user - admin (admin access) and user1(editor). My requirement is admin can do any modification in admin site. But user1 can only ...
0
votes
1answer
154 views
All in One SEO - access denied [closed]
after installing All in One Seo plugin - and choosing a theme, the website displays error message above theme content:
the error message says - that there is permission denied in the following code ...
1
vote
1answer
248 views
Allow user access to Dashboard only!
Update: This snippet below removes the menu also for my admin account:
function remove_menu_items() {
global $menu;
global $user_ID;
if( $user_ID ) :
/* Dashboard only acccess ...
2
votes
1answer
310 views
how to assign more permission to wordpress author
I have installed jw player plugin so that users of my site could upload their videos. Right now, admin can only see jw player menu on the admin panel and he can only upload videos and use this plugin. ...
