I am using ultimate seo and after editing setup_phpbb_seo.php I got some problems.
I added that code before //Let's make sure..
// Purely cosmetic replace
'$' => 'dollar', '€' => 'euro',
"'s" => 's', // it's => its / mary's => marys ...
// Language specific replace (German example)
'ą' => 'a',
'č' => 'c', 'ę' => 'e',
'ė' => 'e', 'į' => 'i',
'š' => 's', 'ų' => 'u',
'ū' => 'u', 'ž' => 'z',
);
It replaces lithuanian symbols, however after that CAPTCHA images are not displayed. Any solution?

English |
French