Posted by bachbach on December 30, 2010 at 6:28pm
4 followers
Jump to:
| Project: | Skinr |
| Version: | 6.x-1.6 |
| Component: | Panels |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
I'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.
#2
Would be interested in that too. Subscribe.
#3
You 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.