Since the upgrade from superfish-6.x-1.8 to superfish-6.x-1.9 I can't assign "administration permission" to user roles on the page "admin/user/permissions".
The header "superfish-module" is present; the checkboxes have disapeared.
Only the superuser can access the page "admin/settings/superfish".

CommentFileSizeAuthor
#2 superfish_admin_user_permission.png5.09 KBaoristos

Comments

mehrpadin’s picture

Hey there,

Weird, are you using the latest version of the core?

aoristos’s picture

StatusFileSize
new5.09 KB

Hallo,

Yes, I run Drupal 6.28 / theme mpFREE 6.x-1.6
Modules a.o. : Superfish 6.x-1.9 / Libraries API 6.x-1.0 / jQuery UI 6.x-1.5 with jQuery UI 1.7.3 / jQuery Update 6.x-2.0-alpha1+7-dev (2012-jan-20) with jQuery Update 1.3.2.
Installed Superfish Library : mehrpadin-Superfish-for-Drupal-1.0-10-gbb9c24a.zip

(any way, the superfish module is fully functional !)

mehrpadin’s picture

Status: Active » Fixed

Oh terrible mistake! dank u wel :) fixed, glad it was not the D7!

aoristos’s picture

You make my day; Dank U wel :)
It works like a charm.
Thank you for the quick fix.

cybermache’s picture

Status: Fixed » Active

I've just installed this and this problem still exists. Was the fix not committed? can you provide it to this feed so others will not have the same problem?

was it just changing the superfish_perm() code on superfish.module (line 26) from

/**
 * Implements hook_perm().
 */
function superfish_perm() {
  return array('administer menu');
}

to this?

/**
 * Implements hook_perm().
 */
function superfish_perm() {
  return array('administer superfish');
}
mehrpadin’s picture

Try the latest development release, stable one is coming.

mehrpadin’s picture

Status: Active » Fixed

:)

Status: Fixed » Closed (fixed)

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