Let me say, first, that I'm very excited about this module! For some time, now, I've been looking for a way to easily customize the navigation menu for roles with limited access to admin, and this does the trick nicely. I was particularly excited about the custom widgets which allow me to create my own menu bar items using PHP. However, there appears to be one hitch: if I enter PHP into a custom widget-- let's say <?php print "hello, world!" ?> and apply that widget to a role that does not have the permission to use the input format "PHP code", the widget displays as "n/a" for those users. I should add that it doesn't seem to make a difference if all user permissions for that role are set to on for the navigate module.
This was unexpected, as the permission (set in admin/settings/filters) should only affect usage of the format, not viewing of any content created with it. Unless I've missed something?
Any assistance greatly appreciated!
Comments
Comment #1
Ellen Dee commentedDetermined that this applies to all input formats. I get an "n/a" when my role views the custom widget even if all customization permissions are turned off. I'm wondering if this is a bug, or if there is some logic to it that I'm missing? I would love to make custom widgets for my roles, but this limits me to creating them with Filtered HTML.
Comment #2
Ellen Dee commentedAny thoughts?