Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Profile for snaroliya

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 22:44
  • Posts: 4
  • Profile Views: 3475
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
Hi David,

The urls display like the below when i completely disable SEF:

index.php?option=com_auto&model=Acura&siteid=213711&uniqueid=1

and here are the code i am using in module to display the links


<ul><?php
foreach ($list as $item) :

$link1 = "index.php?option=com_auto&siteid=" . $item->site_id . "&uniqueid=" . $item->unique_id . "&model=" . $item->model_name;
?>

<li><a href="<?php echo JRoute::_($link1); ?>"><?php echo $item->model_name; ?></a></li>

<?php endforeach; ?>

</ul>

As i told you all the links other than the first link in this loop working well. i notice there is a '/' just before the very first link anchor tag, like this '/firstlink.html' this causing problem, other than first link there is on '/' thats why other working well and the first link have a additional site url.


thanks for your help.

Kind Regards
Sanjeev.
Duplicate site base ...
Category: Extensions
emo
Hello David,

Thanks for the reply, yes i am displaying all the links in module with JRoute::_(), all the other links display well but the very first link have this problem only.

Any Idea?

Kind Regards
Sanjeev.
Duplicate site base ...
Category: Extensions
emo
hi there,

Thanks for a reply.

The links look like as following in JoomSEF's URLs Manager

SEF Url Real Url

firstlink.html.html index.php?option=com_auto&model=Acura&siteid=213711&uniqueid=1

Kind Regards
Sanjeev.
Duplicate site base ...
Category: Extensions
emo
hi all,

for a Joomla site (ver 1.5.22) i am using ARTIO JoomSEF 3.7.5, i have a custom component and a module for it, the module display some links which linked back to the component.

for achieving SEF urls i made a custom sef ext for this component, all working well together except the very first link have two site urls in the anchor like

mysite.com/http://mysite.com/firstlink.html

Whats the problem, will any one make some light on it any help will be highly appreciated.


Kind Regards
Sanjeev
Duplicate site base ...
Category: Extensions
More
Přihlášení uživatele Prázdný