I feel like an idiot asking this but ... where does one find the admin interface to configure panelizer for D6? The project page refers to the D7 version. The only link I can find is off the modules page to the permissions (which by the way I have set). :-)
thx
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | panelizer.module.patch.gz | 215 bytes | jewang |
Comments
Comment #1
merlinofchaos commentedIt's at admin/settings/panelizer
Comment #2
idcm commentedthanks Earl. It must be something on our site. I set the permissions for panelizer and all panels options to available to site admin role (which is my role) but I am getting "access denied" when I go to that path. Something isn't registering in the permissions table I suspect. If you have any thoughts on troubleshooting, I would appreciate it.
Comment #3
merlinofchaos commentedThat's rather odd. First, try as uid #1?
Second, try doing a menu rebuild? The easiest way is to do drush cc menu but failing that, submitting the modules page should do it too.
Comment #4
jewang commentedHello,
The access argument had an extra R in it so the permission was never appended correctly.
Thanks
Comment #5
merlinofchaos commentedCan you post a patch rather than gzipping the module?
Comment #6
damienmckennaThis was fixed back in 2011: http://drupalcode.org/project/panelizer.git/commit/89b869d4
Comment #7
idcm commentedhmmm. There is a dev version from 2013 and a beta from Feb 2011. Can the current dev version become beta2 or the like? I assume the typo issue is in the dev version.
Comment #8
merlinofchaos commentedDamien, do you want to roll a D6 release? I haven't so much as looked at the D6 version since 2011, I suspect.
Comment #9
damienmckenna@merlinofchaos: Sure thing.
Comment #10
damienmckennaThis has been released in 6.x-1.0-beta2.
Comment #11
idcm commentedThanks guys!!