10
In the sample file it mentions this:
function mymodule_tag_iteminfo(&$items)
Where mymodule the name of the module is, but also the name of the installation folder: ../modules/mymodule
Where we have a module that supports the Tag module and has the possibility to have it's installation folder renamed, users have to rename the above mentioned function manually.
Is there a way to have the function be independant from the folder name?
Can the folder name maybe be part of the item fields (array)?