Need extra help with your Joomla site? Consider paid Joomla support by the developer of Chameleon and MetaMod.
- Index
- » MetaMod Pro
- » MetaMod Pro General Support
- » Hiding Left Navigation on Manufactuer...
Hiding Left Navigation on Manufactuer Page
Hiding Left Navigation on Manufactuer Page
Hi Stephen, I am having issues hiding the left navigation for the manufacturers page, Can you help?
Joomla 2.5 /Virtuemart 2.0.26
The page debug is showing:
Mod debug info:
Module ID: 119
$option: com_virtuemart
$view: manufacturer
$id:
$Itemid: 109
$timezone: America/Chicago
$language: en-us
$language_code: en
$language_region: us
Including modules: 102
my script that I had before was:
$vm = JomGenius("virtuemart");
if ( ! $vm->check( "pagetype starts with productdetails, cart" ) ) return 102;
After it was: (with manufacturer added)
$vm = JomGenius("virtuemart");
if ( ! $vm->check( "pagetype starts with productdetails, cart, manufacturer" ) ) return 102;
Any thoughts?
Re: Hiding Left Navigation on Manufactuer Page
Hi Stephen, any thoughts on why this is not working?
Page Identification
The PHP code below may be used to help MetaMod to identify the exact page that you are viewing. For help using this feature, please click here.
if (
$option == 'com_virtuemart'
and $view == 'manufacturer'
and $Itemid == '109'
) return XXX; /* replace XXX with the module ID or position to display */
MetaMod debug info:
Module ID: 119
$option: com_virtuemart
$view: manufacturer
$id:
$Itemid: 109
$timezone: America/Chicago
$language: en-us
$language_code: en
$language_region: us
Including modules: 102
- Index
- » MetaMod Pro
- » MetaMod Pro General Support
- » Hiding Left Navigation on Manufactuer...
Board Info
- Board Stats:
- Total Topics:
- 1689
- Total Polls:
- 6
- Total Posts:
- 5946
- Total Posts Today:
- 2
- User Info:
- Total Users:
- 7675
- Newest User:
- ferelya229
- Members Online:
- 1
- Guests Online:
- 221
- Online:
- ferelya229
Forum Legend:
Topic
New
Locked
Sticky
Active
New/Active
New/Locked
New Sticky
Locked/Active
Active/Sticky
Sticky/Locked
Sticky/Active/Locked