The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Question
Problem with SEO (utf-8) urls on (Russian language)
Problem 1: When turning in SEF, capital letters stay in the URL
Problem 2: Caspital cyrillic symbol "Р" = english "R" in topic names an categories cause problem in browsers:
(it's not kunena problem, but all browsers, IE, Firefox,... )
here is example:
topic name: Финское такси
url in browser: forum/72-Жизнь-в-Финляндии/24270-Финское-такси
topic name with "Р" symbol: Российское консульство
url in browser: forum/72-%D0%96%D0%B8%D0%B7%D0%BD%D1%8C-%D0%B2-%D0%A4%D0%B8%D0%BD%D0%BB%D1%8F%D0%BD%D0%B4%D0%B8%D0%B8/422-%D0-%D0%BE%D1%81%D1%81%D0%B8%D0%B9%D1%81%D0%BA%D0%BE%D0%B5-%D0%BA%D0%BE%D0%BD%D1%81%D1%83%D0%BB%D1%8C%D1%81%D1%82%D0%B2%D0%BE
I know it's easy to fix this with php command "strtolower()" — make a string lowercase like all core joomla urls (forum/72-жизнь-в-финляндии/422-российское-консульство).
I hope in the next release of Kunene it will be an option to make urls lowercase.