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

jacine’s picture

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.

Headache’s picture

Would be interested in that too. Subscribe.

moonray’s picture

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.

moonray’s picture

Status: Active » Fixed

Closing; no additional info. Seems resolved.

Status: Fixed » Closed (fixed)

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