Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

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 Kunena 2.0.3 Problem with display username in Quote block in UTF-8 non English

More
13 years 5 months ago - 13 years 3 months ago #136991 by neonix
Please, change
Code:
$user = isset($default) ? htmlentities($default) : false;
to
Code:
$user = isset($default) ? htmlspecialchars($default, ENT_COMPAT, 'UTF-8'): false;
in administrator/components/com_kunena/libraries/bbcode/bbcode.php line 1236
Last edit: 13 years 3 months ago by neonix.
The following user(s) said Thank You: Yosemite
The topic has been locked.
More
13 years 5 months ago #137032 by 810
Hi,
what is your problem right now. can you show me.


regards 810
The topic has been locked.
More
13 years 5 months ago #137117 by neonix
After update to 2.0.3 I get some strange letters in quote block at nickname place.

Some investigations resulted in solution above. I don`t have any problems now, but i think that other users with russian nicknames do. All i ask - do not use htmlentities in kunena. Use htmlspecialchars instead.
The topic has been locked.
More
13 years 5 months ago #137149 by cuttep
after update 2.0.2 to 2.0.3 kunena bug appeared when quoting associated with Cyrillic character set, in principle, all seen in the screenshot
Thank you in advance for your help, kunena best!


power admin
The topic has been locked.
More
13 years 5 months ago #137165 by 810
The topic has been locked.
More
13 years 5 months ago #137170 by alsthom
@neonix, this happens to my forum after the update to 2.0.3! Greek usernames displayed bad in quote.(as at your pic) Should I have to change this (administrator/components/com_kunena/libraries/bbcode/bbcode.php line 1236) as you say, to solve it?
The topic has been locked.
Time to create page: 0.268 seconds