First: Sorry for my bad english!
For german friends and all others with the same ?,?,?,? ... problem:
please make the follow steps:
Wegen des Umlautproblems: ?,?,? ...
in der Datei newsview.php suche:
PHP Code:
render_news($rssxxx, true, 'news', 'news');
und ersetze mit:
PHP Code:
render_news($rssxxx, true, 'news', 'news');
$trans = array("ü" => "?",
";amp;uuml;" => "?",
"ö" => "?",
";amp;ouml;" => "?",
"ä" => "?",
";amp;auml;" => "?",
"?œ" => "?",
"?–" => "?",
"?‰" => "?",
"é" => "?",
"«" => ">",
"»" => "<",
"?€ž" => "''",
"?€œ" => "''",
"?Ÿ" => "?",
";amp;szlig;" => "?",
"ô" => "?",
";quot;" => "''",
);
$code2 = strtr($code2,$trans);
So klapts :up:
@ Modder
Great Mod - thanks! :up: