Unfortunately getting it here doesn't mean anything in terms of quality or coding standards.
The way this mod removes the links for existing URLs is to look through the template code for specific values and just removes or replaces it with its own code.
Basically if the code it looks for is different than it expects it never finds it and the code can't be removed.
Usually even in custom mods the default code tends to be left alone with most changes done by CSS, so the mod works- but not always.
The way to debug if this is due to a custom style is to try against the real default style and see if the problem exists there. If it does then it a problem with the mod itself. If it does work on the default style the issue is with the custom template- the mod or the template can likely still be made to work, just means I need to change different code and not the core logic.
|