The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How can I Replace Non-English Characters in URLs?
I want to replace; Code:
'Č' => 'c', 'č' => 'c', 'Ğ' => 'g', 'ğ' => 'g', 'Ş' => 's', 'ş' => 's', 'İ' => 'i', 'ı' => 'i', '?' => 'c', '?' => 'c', '?' => 'u', '?' => 'u', '?' => 'o', '?' => 'o', 'ı' => 'i', 'İ' => 'i', '?' => 'i', '?' => 'a', '?' => 'e', '?' => 'a', '?' => 'e'); ![]() |
#2
|
||||
|
||||
![]()
str_replace("Č","c",$url);
ect. |
#3
|
|||
|
|||
![]()
Thanks but where?
![]() There is just a xml file. Should I add "str_replace("Č","c",$url);" into the xml file and I reupload it? |
#4
|
|||
|
|||
![]()
please help me
i have the same problem thank u |
#5
|
|||
|
|||
![]()
If you have a question about a modification, please post in the thread/forum for this modification.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|