wonderful tool. :classic:
I want to use it in an german board and maybe it is possible to replace the ???'s in something like this:
PHP Code:
$fromtitle = array('und', ' ', '?', '?', '?', '?');
$totitle = array('-', '-', 'ae', 'oe', 'ue', 'ss');
$titlenew = strtolower(str_replace($fromtitle, $totitle, $title));
So it is f?r any languages useful.
2. i use also the vBadvanced Portal. How can I rewrite the Urls there too?