I can't seem to locate the settings in Drupal 7. The equivalent to /admin/settings/iconizer in Drupal 6?

Comments

thepanz’s picture

Status: Active » Fixed

Settings are located in:
Administration -> Configuration -> User Interface

the URL is the following:
admin/config/user-interface/iconizer

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

memcinto’s picture

I 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.

pianomansam’s picture

Title: Where are the configuration settings? » Fix hook_permission implementation
Status: Closed (fixed) » Reviewed & tested by the community

This 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.

thepanz’s picture

Version: 7.x-1.2 » 7.x-1.x-dev
Status: Reviewed & tested by the community » Closed (fixed)

Duplicate 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.