The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello,
I would like to have a URL like this: http://www.rechnungswesenforum.de/th...er-das-vorjahr URL's are lowercase and special characters are rewritten in the case ? becomes ae. I've tried to set this: Code:
public static function cleanURL ($ fragment) { $ Translite_simbols = array ( '?' => 'U', '?' => 'u', '?' => 'A', '?' => 'a', '?' => 'ss', '?' => 'o', '?' => 'O', '?' => 'c', '?' => 'C', '?' => 'g', '?' => 'g', '?' => 'u', '?' => 'u', '?' => 's', '?' => 'S', '?' => 'i', '?' => 'I', '?' => 'r', '?' => 'c', '?' => 'E', 'Ue' => 'u', 'Oe' => 'o' ); Code:
in the public static function clean_entities ($ fragment) function What's wrong? Best regards Matthias |
#2
|
|||
|
|||
![]()
Anyone?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|