RSS
Home Forum v3
Welcome, Guest
Please Login or Register.    Lost Password?

Search Engine Friendly URLs problem
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Search Engine Friendly URLs problem
#280
Search Engine Friendly URLs problem 2 Years, 3 Months ago Karma: -1
I think, this problem looks only with ULS including non-english letters. And sometimes U can see it with usial URL.

I correct it:
file com_properties\helpers\link.php

add string
$l = urlencode($l);

aprox. str.95
$l.='&Itemid='.LinkHelper::getItemid($Pview);
%here%
$link = JRoute::_($l);

and put this function to the end of this file

function translit($text)
{
$trans = array(
"á" => "a", "č" => "c", "ď" => "d", "é" => "e", "ě" => "e", "í" => "i", "ň" => "n", "ó" => "o",
"ř" => "r", "š" => "s", "ť" => "t", "ú" => "u", "ů" => "u", "ý" => "y", "ž" => "z",
"Á" => "A", "Č" => "C", "É" => "E", "Ě" => "E", "Í" => "I", "ň" => "N",
"Ř" => "R", "Š" => "S", "Ú" => "U", "Ů" => "U", "Ý" => "Y", "Ž" => "Z",
" " => "-",
);
if(preg_match("/[а-яА-Я]/", $text))
{
return strtr($text, $trans);
}
else
{
return $text;
}
}
ontario
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/08/11 09:41 By administrator.
The administrator has disabled public write access.
 
#281
Sorry i have write it to anothe topic 2 Years, 3 Months ago Karma: -1
Admin, please put first msg to the topic:
"Search Engine Friendly URLs problem"
ontario
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#4531
Re: Sorry i have write it to anothe topic 1 Year, 9 Months ago Karma: 1
You must to use acesef
yuri1982
www.com-property-template.com CUSTOM WORK FOR PROP
Platinum Boarder
Posts: 443
graphgraph
User Offline Click here to see the profile of this user
Gender: Male yuri-cristodaro yuri_cristodaro@hotmail.com Location: ITALIA Birthday: 12/14
The administrator has disabled public write access.
If you need custom work for your Property add new field, customize template, please contact me in MNS yuri_cristodaro@hotmail.com
And go to www.com-property-template.com
 
Go to topPage: 1