- Posts: 3
- Thank you received: 0
Joomla SEF active - VM Scroller links not working
-
trufasu_bogdan
Inactive member -
Topic Author
- New Member
-
Less
More
11 years 3 weeks ago #36540
by trufasu_bogdan
Joomla SEF active - VM Scroller links not working was created by trufasu_bogdan
Hi there,
I recently activated the SEF component from my Joomla - Virtuemart based site and when I click on the products that are displayed by VM Scroller i get a bad link. Basically the module adds the product id to the link and therefore the link is not accessible anymore. Is there a way to solve that?
Here is a link of my site : www.moto-supermarket.ro
link to a product : www.moto-supermarket.ro/echipament-prote...rivilege-detail.html
link of the same product but from the scroller : www.moto-supermarket.ro/echipament-prote...tail.html&Itemid=186
PS: i just realize that the id is not for the product. It shows the same id to all the links generated from the scroller.
Thank a lot!
Bogdan
I recently activated the SEF component from my Joomla - Virtuemart based site and when I click on the products that are displayed by VM Scroller i get a bad link. Basically the module adds the product id to the link and therefore the link is not accessible anymore. Is there a way to solve that?
Here is a link of my site : www.moto-supermarket.ro
link to a product : www.moto-supermarket.ro/echipament-prote...rivilege-detail.html
link of the same product but from the scroller : www.moto-supermarket.ro/echipament-prote...tail.html&Itemid=186
PS: i just realize that the id is not for the product. It shows the same id to all the links generated from the scroller.
Thank a lot!
Bogdan
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 weeks ago #36553
by ivan.milic
Replied by ivan.milic on topic Joomla SEF active - VM Scroller links not working
Open modules\mod_vmscroller\helper.php
See if "Itemid" is present in that file
See if "Itemid" is present in that file
Please Log in to join the conversation.
-
trufasu_bogdan
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
11 years 3 weeks ago #36560
by trufasu_bogdan
Replied by trufasu_bogdan on topic Joomla SEF active - VM Scroller links not working
Yes, it is present on line 392
$product_link = JRoute::_($pr->link."&Itemid=186");
$product_link = JRoute::_($pr->link."&Itemid=186");
Please Log in to join the conversation.
-
trufasu_bogdan
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
11 years 3 weeks ago #36566
by trufasu_bogdan
Replied by trufasu_bogdan on topic Joomla SEF active - VM Scroller links not working
I solved it. Just removed the ."&Itemid=186" from the above line and now it works fine.
Please Log in to join the conversation.
Time to create page: 0.169 seconds