Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Profile for rykalaz

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 06:06
  • Posts: 2
  • Profile Views: 2320
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
Hello all,

may be I fund problem, but I would like discuss it, if I fixed it correctly. My opinion is that bug is in sef_ext.php ( JoomSEF v1.2.5 ).

Function sefGetLocation() is called with url which contains URI->anchor. Question is, if the bug is in this function or function which calls sefGetLocation().

I fixed function sefGetLocation() with following lines on the begin of function:
$URI_anchor = strrchr($url, "#");
if ( $URI_anchor !== FALSE)
{
$url = substr($url, 0, strlen($url) - strlen($URI_anchor));
}

Best Regards,
Zdenek
can I disable transl ...
Category: JoomSEF 3
emo
Hi All,

I made small mambot for gallery. In this galley I'm using tags <a href="#nogo" ..... > </a>. ARTIO JoomSEF translate this link to en/page-2.html (source: index.php?option=com_content&task=view&id=13&Itemid=44〈=en#nogo )
The next click makes new url en/page-3.html (source: ndex.php?option=com_content&task=view&id=13&Itemid=44〈=en#nogo#nogo )

I'm using default .htaccess from Joomla distribution. Can somebody help me how can I solve this problem. I don't want translate any url with name "#nogo".

Thanks.

Best Regards,
Zdenek Rykala
can I disable transl ...
Category: JoomSEF 3
More
User Login Empty