I'm having difficulty getting the access permissions set on a Template Variable in ModX Revolution. I'm a member of the Administrators group, which has full access to the Admin resource group. However, whenever I set my template variable to allow only Admin access I can then no longer see the TV when I try to edit a page which uses the template the TV is used in.
Furthermore, I seem to have access to the TV whenever another resource group is allowed access to it. ModX seems to be allowing/denying access inverted to what it should.
I'm new to ModX and would really appreciate any help regarding this issue. I can post more information if required also.
You are setting the access on the TV in the "access permissions" tab of the TV when you create or edit the TV?
I'm pretty sure you will have to add the administrator to the access group you are trying to restrict the TV to...
Related
I have created one content type 'video' in which I have many fields like url,language,locations etc. I have created 1 role, Now I just want to give permissions to that particular role so that he can only add fields like url,locations. He shouldn't be able to use other fields.
I am using drupal 6.
Please help if you have any idea.
Thanks in advance.
Go to /admin/build/modules, CCK portion, and enable the Content Permissions module. This will allow you to restrict "field-level permissions for CCK fields".
After that, go in and go to /admin/user/permissions. Grant access to "Create Video Content" in the "node module" section. Then, scroll up to the content_permissions module, and check the "Edit field_NAME_OF_FIELD" to grant access. If you don't check, it should show up.
All of the checks should be applied to the role for which you created.
I have a sub-site (http://mysite/documentcenter). My user is in Site Collection Administrators, so I can see and click the move button in site content and structure of sub-site.
But the other users, who has contribute access to all documents, can't see the Move button - it completely disappeared, it's not greyed out.
How can I make the move button display for the other users?
I know this question is a bit old but, you need to have the following Permission Level enabled or Move is not available.
Manage Web Site - Grants the ability to perform all administration tasks for the Web site as well as manage content.
I would be very careful assigning this permission though as it adds a whole slew of additional access for the user(s).
Make sure Add and Customize Pages permissions is present. There could be a Deny mask coming in from User Policy from central admin, which can overwrite Site Collection admin permissions.
I am working on a website built with ModX. I have defined different user access permissions for different resources. On a page I am trying to list down all the resources with pagination using getPage plugin. But I am not getting the list paginated properly. It seems like getPage is also considering inaccessible resources while paginating. Can anyone help me on this? Please!
You don't write too much about what you did, but I suspect that you used resource groups and restricted the access to the groups in the web content for some users. If you restrict access to a group at one place, modx doesn't allow anyone without explicit rights to access resources from that group.
To allow anonymous users to view your resources, don't restrict access to that resource group in the web context for anyone.
If you need more information, you might read over the excellent tutorial on modX revolution permissions by Bob Ray or the pages on security in the modx manual.
Please provide further information on your problem, if this doesn't help (i.e. is it possible to access your desired resources without being logged in?).
I need to be able to grant viewing access to specific nodes on my site to a specific user but not anonymous users, and then the rest of the site open to all.
There are two ways for creating it
1.The best way is create a new contnet type and give permissions for certain type or users
Or
2.By using Path Access module you can configure what pages are visible/not visible to each of your user roles via the 'urls' tab of the 'access control' section of the Drupal Administration
I would like to create a folder that users who do not have privileges to view the rest of the site can see. This user group would be granted access to the site, but I only want them to be able to view one particular page.
Is this possible to do without going to every single page and removing the new user group's access?
yeah, you should be able to create a new group and add the users to that list/subweb/whatever and just that. This is assuming that you didn't grant access to all users somewhere. If you did, then hopefully the default access is granted to a default user group (like sharepoint visitors) and you can alter that group to exclude the users you only want to access the limited part of the site.
If created correctly the new group shouldn't have access to the rest of the site.
If you are getting thrown off by the fact that the user/group is listed as having "Limited Access" on the ACLs on, say, the parent site/web. That's just a placeholder SharePoint uses to make sure people have access to at least the bare minimum set of objects (e.g. theme and other UI files and the parent web itself) to get to the list or item you actually want them to have access to.
As long as the group only has access on a single list, you should have to worry about them having access to anything else.