Menu Content

Support

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

Profile for rick

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 08:28
  • Posts: 3
  • Profile Views: 2167
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
Remove every component link to mosets tree in the mainmenu and add a use a 'Link - Url' link instead (just paste the sef url to mosets tree)... weird fix but it worked for me.
Mosets Tree Question
Category: JoomSEF 3
emo
Hey i found a fix for this on joomla...
extensions.joomla.org/component/option,c...k_id,1063/Itemid,35/

Hi all

this component is great, however when it comes to anchors there is a problem, I have a link to an anchor "#top" at www.mysite.com/article1.html , when you hover over the link you expect that it will get : www.mysite.com/article1.html#top , but no, it will get www.mysite.com/#top , this is fixed by going to this file : mambots/content/mossef.php and edit the "else if" starting at line 79 to be :

else if ( strpos( $matches[1], '#' ) === 0 ) {
// special handling for anchor only links
$url = $_SERVER['REQUEST_URI'];
$url_1 = $url; ///// my fix
$url = explode( '?option', $url );

if (is_array($url) && isset($url[1])) {
$link = 'index.php?option'. $url[1] . $matches[1];
} else {
$link = $matches[1];
}
// convert url to SEF link
$link = sefRelToAbs( $link );
$link = sefRelToAbs( $url_1 ).$link; //// my fix
// reconstruct html output
$replace = 'href="'. $link .'"';

return $replace;
}
Anchors/Bookmarks
Category: JoomSEF 3
emo
I recently updated to 1.3.1 from 1.2.5 without any problems, but the urls don't seem to work properly with mosets tree plugin.

There is nothing wrong with the urls themselves and the urls are linking to the correct urls when i look in 'View/Edit SEF Urls' for example:

mosets tree url: /index.php?option=com_mtree&task=viewlink&link_id=3199&Itemid=29
joomsef: /mosets/title.html

But the the joomsef urls just go straight to the root file, i can't work out why its doing this... the .htaccess file is fine, not sure what i could be + joomSEF works with all the other components on the site!

Any help ould be much appreciated!
cheers
rick<br><br>Post edited by: rick, at: 2007/01/09 01:07
1.3.1 + Mosets Bug
Category: JoomSEF 3
More
User Login Empty