Need extra help with your Joomla site? Consider paid Joomla support by the developer of Chameleon and MetaMod.
Is this an issue?
Is this an issue?
Im using metamod into a site and i have a virtuemart page where im using it, the issue appear when i want use this with different modules position, all the modules appear into the central content and not at the module positions where they should be located. The site can be seem over there HERE. The module shopping content should be at the right column
27-Jun-10 22:41:25
Re: Is this an issue?
I just looked at the link you provided - it looks like the "shopping content" module is already in the right column, so it looks like you got it working. I'm sure you worked out that the modules you include in the MetaMod get included into whichever module position the MetaMod is in... so if you want the module to appear in the right column, the MetaMod has to be assigned into the right column.
Cheers,
Stephen
Re: Is this an issue?
Re: Is this an issue?
Yes for example i have some modules that want that just appear into the category page, now they are appearing too into the product page related to this category. I would that when i get open a product inside a specific category, the module just keep at the category page and not inside the product inside this category.
Its the category Page Here
And its the product page from the category above described Here
You see that the module at the top get repeat
Re: Is this an issue?
Code:
if ($option == "com_virtuemart" and JRequest::getVar('page') == 'shop.browse') {
$category_id = JRequest::getVar("category_id");
if ($category_id == "2") {
return 106;
}
}
Board Info
- Board Stats:
- Total Topics:
- 1699
- Total Polls:
- 6
- Total Posts:
- 5967
- Total Posts Today:
- 2
- User Info:
- Total Users:
- 8028
- Newest User:
- musial8334
- Members Online:
- 0
- Guests Online:
- 239
- Online:
- There are no members online
Forum Legend:
Topic
New
Locked
Sticky
Active
New/Active
New/Locked
New Sticky
Locked/Active
Active/Sticky
Sticky/Locked
Sticky/Active/Locked