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

moonray’s picture

Status: Active » Closed (duplicate)