Postponed (maintainer needs more info)
Project:
Theme Hues
Version:
7.x-1.3
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2011 at 17:42 UTC
Updated:
2 Sep 2013 at 21:48 UTC
It would be nice to allow users to use this feature would be best done through the use of drupal user permissions
Comments
Comment #1
aacraig commentedCould you explain the use case you're talking about? There are two permission settings -- setting up rulesets, and applying rules. If you have other use cases, please explain them here.
Comment #2
infines commentedI seem to be missing where these permissions are on the User Permissions page. I can't find them at all. When an authenticated user goes to the theme_hues/configure page it just displays an access denied.
Comment #3
efarg commentedIs absent obviously also in the version 7.x-.1.3.
The module can be used in the present version only by user / 1.
Comment #4
hellomobe commentedneed to fix the module file for function hook_perm (D6) to function hook_permission (D7)
so line 66 needs to be function theme_hues_permission()
Comment #5
JohnnyW commentedFuckn hell. This module doesn't work. No permissions?
Comment #6
zrupal commentedHi hellomobe, could you explain how I might do that in a bit more detail. I am not a programer but I would love to use this module as it is pretty much exactly what I need. I tried simply replacing
theme_hues_perm()withtheme_hues_permission()but that just caused my admin/people/permissions page not to load. Sorry I realize this is an old thread but I figured it is worth a try. Thanks!Comment #7
allvip commentedpermmissions for theme hues does not shows in admin/people/permissions (without it your users can not use theme hues) because of error in theme_hues.module
change on line 63
this code:
to this:
you can delete DESCRITION if you do not need it:
Comment #8
allvip commentedthe Theme Hues link shows on the navigatin.
you may want to change this in someting like Customize Theme (more users friendly)
admin/structure/menu/manage/navigation and click edit for Theme Hues link to change Menu link title and move the link in other menu if you do not want it in the navigation.