for questions regarding permissions of different user groups in wordpress

learn more… | top users | synonyms

0
votes
0answers
19 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 ...
0
votes
1answer
21 views

Restrict access to specific content

I need to create several users in WP and to restrict their permissions to specific contents. For example: I create a custom content type called "Cook Profile" with several text fields and the ...
0
votes
0answers
19 views

Disable Media Uploads to non Admin Users

I am working on a clients site, one of the features they want is for his Editors or Authors to only be able to select existing images to insert into Posts from the Media Library. So looking at the ...
2
votes
0answers
53 views

Can't use the built-in wordpress install/upgrade plugin feature

When I try to upgrade or install a plugin I get a successful message: Downloading install package from http://downloads.wordpress.org/plugin/jquery-lightbox-gallery.zip… Unpacking the package… ...
0
votes
1answer
20 views

Custom Role does not have access to dashboard

I was just adding a custom role by using the add_role() function. Here is the code below: add_role('user', 'User', array('read')); I figured this would give the same level of access as the ...
0
votes
0answers
20 views

Permission denied in template-loader .php

Oh man. I tried to create a custom page template for a page on my site page-cumberland-principles.php When I go to view that page, the page showed up completely blank. I used wp_debug, and found ...
0
votes
0answers
17 views

Custom WP plugin installation permission problem

I've developed a custom plugin for WP. When I install it manually on my server, using FTP transfer, all is perfectly working. I tried to make a zip file and uploading it through WP admin panel. All ...
0
votes
0answers
23 views

Connection Information when Installing Plugins

I'm getting the Connection Information error when trying to install a plugin. Steps I have already done: sudo usermod -a -G www-data shutter sudo chgrp -R www-data /var/www sudo chmod -R g+w ...
2
votes
1answer
26 views

Does WordPress have fine-grained view permissions?

I am considering using WordPress for a number of users in overlapping groups, e.g. a user may be in group A and group B, or only group A. Is it possible to use WordPress to limit access to particular ...
0
votes
1answer
28 views

How can I have different groups of editors only allowed to edit certain parent+subpages?

I've tried a bunch of different plugins, including Role Scoper, Advanced Access Manager, User Account Manager and more, to accomplish this but can't seem to get it working right. Basically, the ...
0
votes
2answers
29 views

Is it possible to block subscriber users to changing its password?

I want to disable changing password option for all my subscriber users. Is it possible by doing any code tweak or something using any plugin? If someone has any idea or plugin knowledge to do this ...
0
votes
0answers
58 views

Custom Theme Options page permission issue

I've created a custom theme options page for my theme. I've added the manage_options and edit_theme_options capabilities to the editor role and those are definitely working properly. I can save items ...
0
votes
1answer
25 views

Wordpress is giving a permissions error on plugin submission [closed]

I'm creating a new plugin (based on a previous plugin I created that works). The options pages show up fine but when I submit I get the "You do not have sufficient permissions to access this page." ...
0
votes
1answer
32 views

Multi site and media uploader

There seems to be a strange issue with my multisite on my live blog. Maybe its because I have one site set to "deleted" - so I can edit it, but the public can't see it? My current upload is set up as ...
0
votes
1answer
33 views

How to let a role handle media without post permissions

I have a CPT to replace my "post"-post-type, but I still need to be able to use attachments. The problem is, that attachments have the post-capabilities. I don’t want to give post capabilities to my ...
6
votes
2answers
110 views

How to prevent a post from being deleted?

For auditing issue, I only want a post can be trashed, but not deleted - for all users. So I have a plugin like add_action('before_delete_post', function($id) { wp_die(0); }); But ...
0
votes
2answers
105 views

Advanced Custom Fields - Disable Users to Edit Custom Fields

I don't really know how to explain this, so this will most probably not make much sense. Basically, I made a custom field (drop-down selection) for the Add/Edit User page, and I want to be the only ...
0
votes
1answer
148 views

Troubleshoot “You do not have sufficient permissions to access this page.”

I recently changed the database table prefix from wp_ to something else, for security reasons. Since then, I am unable to reach /wp-admin, instead receiving You do not have sufficient permissions ...
0
votes
0answers
51 views

Submit for review instead of publish

I have been migrated a bunch of website with multi-site configuration to a IIS server. The issue is even the administrator can't add a new post the publish button has been reverted into submit for ...
0
votes
1answer
32 views

Authors can edit all posts, except when an owner is specified?

I'm trying to do as follows: All users can edit all posts from other authors (sort of wiki) Some posts have an "owner". When owner is specified only this user can edit the post. Do you have any ...
0
votes
2answers
63 views

How to upload prc file type?

When I try to upload a *.prc file type, I get this error: Sorry, this file type is not permitted for security reasons. How can I fix this?
1
vote
2answers
74 views

Create Read Only Admin

Is there an easy way to create an admin user that has read only permissions? That is, they can login and see everything an admin can, but they cannot change anything at all.
0
votes
1answer
58 views

Problem uploading files, after changing domain name

I just changed my WordPress website domain name (on the same server). Everything works fine, and the paths are correct. I can install plugins and updates without any problem. However, I can only ...
0
votes
1answer
19 views

Destination directory for file streaming does not exist or is not writable

I am trying to upgrade my version of Wordpress but I get this error: Destination directory for file streaming does not exist or is not writable.
0
votes
1answer
115 views

Roles for Custom Post Types

I created some custom post types, but I would like to hide them in the dashboard from Subscribers, Authors, and Editors (essentially, just allow administrators to access them). Can I do this without ...
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 ...
1
vote
1answer
145 views

Are these wp-content permissions safe?

I have just started out with a VPS running centos 6.3 to host my blog and play around. After Installing WordPress 3.5.1, when I tried to install some plugins from the admin console, it complained of ...
0
votes
0answers
28 views

What capability is required to view posts, scheduled in the future, by someone else?

So, I'm trying to create a number of custom roles within my theme to meet with the custom requirements of the site. The first, and most simple, being 'external viewer' who I want to simply be able to ...
-1
votes
1answer
98 views

Default installation permissions for wp-config.php

Recently I've noticed that many of the wordpress installations we have on our servers where being attacked and ifected by this thing ...
1
vote
0answers
69 views

Plugin/Folder permission issues with Azure

Has anyone come across plugin issues when using Wordpress with Azure? I recently spun up a free wordpress install on azurewebsites.net, using PHP 5.4 and Wordpress 3.5. Once plugin in particualr, ...
0
votes
1answer
74 views

Reapproval for edits and deletion after post is published

I regularly have guest authors who post one or more articles on a non specific schedule. So I provide them with permanent contributor accounts to avoid the hassle of making them accounts and deleting ...
5
votes
2answers
412 views

File and directory permissions

I installed latest WordPress 3.5 in my CentOS server. When I tried accessing http://example.com/wp-includes/, I received a listing of the directory: (Index of wp-includes). I added the following code ...
1
vote
1answer
117 views

Plugins will only be installed with 777 on folder. Solution?

I'm 100% not the first asking this question, yet I want to have this question be answered to my situation.. I got Wordpress installed on my server (I host it at Versio.nl) and configured whole ...
0
votes
1answer
90 views

plugin install wants ftp (chown and 755 not enough)

I have root access in ssh to my install (and other wp install working) so im not sure what i missed... installing plugins through the wp-admin interface, it wants me to input ftp. i remember this ...
1
vote
0answers
45 views

Moved Wordpress site to new server, directory permissions not working correctly

I built a Wordpress on my hosting space and then transferred it my clients server - followed all the instructions and pretty much everything works fine. The ONLY problem I have is that the directory ...
0
votes
3answers
143 views

JW Player for wordpress fails to install [closed]

I need to install jw player for wordpress plugin. After activating it I get the following errors telling me that the uploads directory is not writable and I am sure that it is. I don't know why this ...
1
vote
1answer
61 views

Apply permissions per post

We have a WordPress site where we have external authors for whom we have created usernames at the Editor level. We want these editors to be able to create new posts and modify their own posts, but ...
0
votes
1answer
147 views

how to allow unregistred users to view normal posts [closed]

If an unregistered user/stranger try to view a post it says "You must be registered or logged in to view the post". http://testandverification.com/events/dvclub-august-2012-on-sv-uvm/ We have ...
1
vote
2answers
228 views

Upgrading problem

I am using a CentOs server that managed with Plesk panel. All domains have different users. I have 2 different installation of WordPress. One is installed from FTP and the other one is installed from ...
2
votes
1answer
186 views

Allow User to Edit Page Based on their Email

Quick Info I am using the Posts 2 Posts plugin in order to create a relation between Teachers and the Classes they teach. The teacher's page is a custom post type of faculty in which teachers are ...
0
votes
1answer
94 views

Admins can't edit each other's posts

After I imported content from another wordpress site using the WXR export/import tools, my admins can't edit each other's posts. This is really aggravating because I can't figure out how to change ...
0
votes
1answer
90 views

iis6 multisite and permissions

For testing mobile themes and other reasons, I am trying to use an existing server with wordpress setup as multisite. The root site is not in inetpub/wwwroot but rather on another partition and that ...
0
votes
1answer
88 views

How to add only a (sub) capacity to an user role?

I know I can add capabilities to the any role using the role object and add_cap via functions.php <?php // get the the role object $editor = get_role('editor'); // add $cap capability to ...
1
vote
2answers
84 views

can't change footer

I've looked at all the help for changing footers but I still have the same problem - I go to appearance, editor, footer.php, change the telephone number that had been previously entered, hit update, ...
0
votes
1answer
81 views

can i run wp as root permissions

Im not sure if this question is about server, git or wordpress. i have wordpress set up on ubuntu VPS in /home/user its working now when all chown and group is "user". however, when i git pull (as ...
4
votes
3answers
79 views

How to let authors revise other authors drafts, but keep them from publishing?

I want to give all authors permission to edit other authors drafts, but not publish them. It seems like the only way to give authors access to drafts by other authors is to grant them ...
1
vote
1answer
1k views

Advanced Custom Fields/User Role Editor - how to hide ACF for certain users?

I am using User Role Editor to specify customized user roles. I am also using Advanced Custom Fields plugin. I would like to be able to hide Advanced Custom Fields from showing up for certain users; ...
0
votes
1answer
72 views

Basic File/Post restriction plugin

I am looking for a plugin that allows me to restrict access for a individual post/page to a specific role or individual. It also needs to restrict files attached to that post. I have tried several ...
0
votes
1answer
849 views

Auto-Update Fails

I'm installing my first WP site for a client and I either pulled a recent, but not entirely up to date version or there was a very recent update. I'm being prompted to upgrade, which is fine, but it ...
0
votes
1answer
140 views

wp_signon gives error insufficient_permissions

This seems odd to me because if you're signing on a user you shouldn't already be signed in... therefore your permissions shouldn't matter. It may be a bit of an odd way of going about it, so that ...

1 2 3