Closed (fixed)
Project:
Iconizer
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2011 at 22:34 UTC
Updated:
4 Feb 2013 at 20:24 UTC
I can't seem to locate the settings in Drupal 7. The equivalent to /admin/settings/iconizer in Drupal 6?
Comments
Comment #1
thepanz commentedSettings are located in:
Administration -> Configuration -> User Interface
the URL is the following:
admin/config/user-interface/iconizer
Comment #3
memcinto commentedI get "access denied" when I go to admin/config/user-interface/iconizer. But there aren't any permissions from this module in the permissions table.
Comment #4
pianomansam commentedThis issue is due to the module incorrectly attempting to use hook_permission. On line 30 of iconizer.module, the iconizer_perm() function should actually be iconizer_permission() as documented in the Drupal API. This 5 second fix properly implements the custom permission that the administrative interface requires.
Comment #5
thepanz commentedDuplicate of #1688040: hook_perm should be hook_permission, already fixed on 7.x-dev since July 23, 2012.
Try using latest 7.x-dev relase, if everything is ok I'll provide a new stable release.