Talk:Image processing with the atkFileAttribute: Difference between revisions
Appearance
Badpenguin (talk | contribs) Created page with 'note, if you put your custom attribute in a module directory called "attriblib" then you need to add module("attriblib"); to your config.modules.inc file that load te modules' |
Badpenguin (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
NOTE: if you put your custom attribute in a module directory called "''attriblib''" then you need to add | |||
module("attriblib"); | module("attriblib"); | ||
to your config.modules.inc file that load | to your ''config.modules.inc'' file that load the modules | ||
otherwise you'll keep getting errors about the custom attribute name as a missing class | |||
Latest revision as of 20:51, 28 December 2010
NOTE: if you put your custom attribute in a module directory called "attriblib" then you need to add
module("attriblib");
to your config.modules.inc file that load the modules otherwise you'll keep getting errors about the custom attribute name as a missing class