I have developed a module for joomla 2.5 and it works just fine, the thing is I don’t want it to be rendered when a certain view of a component is displayed but that view is not a menu link so I can’t tell my module not to render when I don’t want it to.
Share
Two possibilities:
Assign that view to a menu item in a menu that is never shown. You can than hide the module as usual.
Since you have a custom module you could modify the module to check for the component and view and not render itself in certain cases.