- Posts: 5
- Thank you received: 2
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
13 years 5 months ago - 13 years 3 months ago #136991
by neonix
Kunena 2.0.3 Problem with display username in Quote block in UTF-8 non English was created by neonix
Please, change
to
in administrator/components/com_kunena/libraries/bbcode/bbcode.php line 1236
Code:
$user = isset($default) ? htmlentities($default) : false;
Code:
$user = isset($default) ? htmlspecialchars($default, ENT_COMPAT, 'UTF-8'): false;
Last edit: 13 years 3 months ago by neonix.
The following user(s) said Thank You: Yosemite
The topic has been locked.
13 years 5 months ago #137032
by 810
Replied by 810 on topic Kunena 2.0.3 Problem with display username in Quote block in UTF-8 non English
Hi,
what is your problem right now. can you show me.
regards 810
what is your problem right now. can you show me.
regards 810
The topic has been locked.
13 years 5 months ago #137117
by neonix
Replied by neonix on topic Kunena 2.0.3 Problem with display username in Quote block in UTF-8 non English
The topic has been locked.
13 years 5 months ago #137149
by cuttep
power admin
Replied by cuttep on topic After update 2.0.3 quoting associated with Cyrillic
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!
Thank you in advance for your help, kunena best!
power admin
The topic has been locked.
13 years 5 months ago #137165
by 810
Replied by 810 on topic After update 2.0.3 quoting associated with Cyrillic
See :
www.kunena.org/forum/K-2-0-Support/12584...in-utf-8-non-english
Will be fixed in the next version
Will be fixed in the next version
The topic has been locked.
13 years 5 months ago #137170
by alsthom
Replied by alsthom on topic Kunena 2.0.3 Problem with display username in Quote block in UTF-8 non English
@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