Hello,
my home page is virtue mart page it shows all the things whatever i want.
but when i click on it's category or product some content still visible.
my problem is this i want that content (i.e. came from module) not show in internal page of virtue mart.I know virtuemart is single page but i don't want to show except home page. Please help me out from this.
m using joomla 2.5.24 version
Thank's & Regards
Gautam Kumar
Those module settings are in joomla. You can set them in there to show or not show on most pages throughout your VM site. Not a VM setting.
I know that that module is the part of joomla. but it showing only virtue mart page not in joomla pages.
so, how can i disable it.
in your template surround the module posistion with
<?php
$view = JRequest::getVar('view');
if ($view == 'virtuemart') { ?>
<jdoc:include type="modules" name="YOURMODULEPOSITION" style="xhtml" />
<?php } ?>
Hello GJC Web Design,
it's working now, thnx for the support.
or by joomla itself, assigning the menues to the virtuemart menu item. Or to all menu items, except your joomla part.