shrike

Reviews(1)
 
Worked well - in english.

There is a problem if you use ö,ä,å characters in alias. They will be converted to ae, oe etc. Is there any solution for that?
Owner's reply

Unfortunately, this conversion is a joomla core 'feature'... that i believe cannot be overruled by a plugin.

The joomla core uses a filter on the alias to make it an URL safe string, you could alter line 127 of the file /libraries/joomla/database/table/content.php but that would involve a core-change that can be overwritting during your next upgrade.