News:

Looking for documentation? Take a look on our wiki

Main Menu

¿How can I display a module only on the frontpage?

Started by guayo, November 28, 2012, 19:03:49 PM

Previous topic - Next topic

guayo

I have a module set to the home menu item, but it is being displayed on every product page.
¿How can I fix this?
¿Should I delete the module position from my joomla template and put it on the frontpage module?
Thanks in advance

PRO

You can edit your template module position
http://www.kaizenmediaworks.com/virtuemart-template-and-module-control

OR:
You can edit the module template

module/tmpl/default.php

place this before everything
<?php if (JRequest::getVar('view')=='virtuemart') { ?>



then this at the bottom

<?php } ?>

guayo

¡Thanks for your answer! Problem solved thanks to you!