Closed (fixed)
Project:
Custom Permissions
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
9 Feb 2011 at 11:04 UTC
Updated:
15 Jun 2011 at 09:21 UTC
Hi,
I'm using this great module but having a request (maybe a feature request) to enable roles administer themes.
I created a new custom permission as follows:
administer themes
admin/build/themes
admin/build/themes/settings
the roles I enable this are able to enable/choice theme as well as changing global settings but they are not able to set "per theme" settings due to missing:
admin/build/themes/settings/themename
Now, I'd like to use wildcards, having for instance:
admin/build/themes/settings/*
is there another way to setup a custom permission to give roles full theme administration without adding every single theme?
Thanks
Comments
Comment #1
sander wemagine commentedI'm looking for the extact same feature to be able to use a wildcard in the URL's. Too bad I can't do it myself (not enough knowledge yet) otherwise I would have.
Looks like there has been some work on this already since there is some uncommented code in the config_perms.module file:
Comment #2
Docc commented6.x is bugfixing only. So putting this on 7.x. Could always backport.
I added wildcard support in the latest commit. Give it a shot.
Comment #3
Docc commentedComment #4
Docc commented