SEF not working for edit button (next to article-title) - Joomla! Forum - community, help and support
hi,
i noticed sef not working edit-button next article-title.
i've searched through code, , found line in content.html.php (in com_content):
the line shows link being converted sef-url, when in source-code, see this:
the '&'s changed '&'s, , there no sef-url.
what's going wrong?
thanks, ilir
i noticed sef not working edit-button next article-title.
i've searched through code, , found line in content.html.php (in com_content):
code: select all
<a href="<?php echo sefreltoabs( $link ); ?>" onmouseover="return overlib('<?php echo $overlib; ?>', caption, '<?php echo _e_edit; ?>', below, right);" onmouseout="return nd();">
the line shows link being converted sef-url, when in source-code, see this:
code: select all
<a href="http://bmwheaven.bmwsport.net/index.php?option=com_content&task=edit&id=109&itemid=3&returnid=3" onmouseover="return overlib('published<br />public<br />28 dec 2006<br />ilir dibrani', caption, 'edit', below, right);" onmouseout="return nd();">
the '&'s changed '&'s, , there no sef-url.
what's going wrong?
thanks, ilir
there no need convert edit url sef link since search engines never see them anyway.
joomla not convert url if task edit or new in url.
joomla not convert url if task edit or new in url.
Comments
Post a Comment