hi all together
for all People from Germany that looks beasty , because the german "Umlaute" like ? , ? , ? , ? in thread and forum title ... her is the quickfix, and hopefully DChapman integrates it :
Oki here we go .
Open the file /includes/function_zseo.php and search for this :
Code:
function zseo_cleaned_string($string)
{
global $vbulletin;
$bit = iif($vbulletin->options['zointsseo_url_separator'], '_', '-');
after that write this :
Code:
$string = str_replace("?", "Ue", $string);
$string = str_replace("?", "ue", $string);
$string = str_replace("?", "Ae", $string);
$string = str_replace("?", "ae", $string);
$string = str_replace("?", "Oe", $string);
$string = str_replace("?", "oe", $string);
$string = str_replace("?", "ss", $string);
Thats all folks.
Have Fun