can someone help me on this ?
my custom panels style plugin works very well, and i want to add the skinr form to the settings form.
i have looked in the panels.skinr.inc file and tried the hook_skinr_data() whithout success.
can someone help me on this ?
my custom panels style plugin works very well, and i want to add the skinr form to the settings form.
i have looked in the panels.skinr.inc file and tried the hook_skinr_data() whithout success.
Comments
Comment #1
jacineI'm not sure how to do this, but there are 2 files required for the Skinr/panels implementation. Maybe looking at both would be helpful? In addition to panels.skinr.inc there's also a panels directory with a skinr.inc file.
Hopefully @moonray can help with this. I'd be happy to document it if someone explains it.
Comment #2
Headache commentedWould be interested in that too. Subscribe.
Comment #3
moonray commentedYou plugin needs to duplicate the functionality in modules/panels/skinr.inc file. Make sure there's a settings form callback, or nothing 'll work right.
Then, make sure your 'render region' and 'render pane' theme functions include the right code.
Comment #4
moonray commentedClosing; no additional info. Seems resolved.