Closed (duplicate)
Project:
Skinr
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2012 at 12:43 UTC
Updated:
26 Apr 2013 at 23:29 UTC
I tried to copy my usage of the skinr 'form callback' option to a module but it doesn't work there. It looks like this is caused by differences in contents of the $skin_info['source'] variable that is used in skinr_ui.module.
I made a screenshot that shows the difference in content of the same variable in my module (left) and my theme (right):
http://i.imgur.com/fl0G3.jpg
It seems that because the $skin_info['source'] variable does not contain the filepath to the skinr.inc file in the module folder it is not loaded and my callback function won't load.
Comments
Comment #1
moonray commentedThis was fixed with #1980882: Skin with custom 'form callback' won't load on form when in *.skinr.inc.