Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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.

Merged Kunena 2.0.3 Problem with display username in Quote block in UTF-8 non English

More
11 years 4 months ago - 11 years 2 months ago #1 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: 11 years 2 months ago by neonix.
The following user(s) said Thank You: Yosemite
The topic has been locked.
More
11 years 4 months ago #2 by 810
Hi,
what is your problem right now. can you show me.


regards 810
The topic has been locked.
More
11 years 4 months ago #3 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
11 years 4 months ago #4 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
Attachments:
The topic has been locked.
More
11 years 4 months ago #5 by 810
The topic has been locked.
More
11 years 4 months ago #6 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.
More
11 years 4 months ago #7 by neonix

alsthom wrote: @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?

Yes, it will help.
The following user(s) said Thank You: alsthom
The topic has been locked.
  • Vl@d
  • Vl@d's Avatar
  • Visitor
11 years 3 months ago - 11 years 3 months ago #8 by Vl@d
Replied by Vl@d on topic problem with encoding is quoting 2.0.3.
Hello!
After the upgrade(2.0.3), there is a problem with the encoding is quoting when the user name in the Cyrillic...

vladomin пишет:

Ð�ладимиÑ� пишет:

Тисе смотрел, но мне кажется умру я там на участке прямо на стадии фундамента. Очень трудоемкая какая то технология, а сваи за один день винтят.
Подтверждаю, есть бур ТИСЭ, бурил 9 свай под беседку.......устал

Серьёзная видно беседка ?
Last edit: 11 years 3 months ago by Vl@d.
The topic has been locked.
More
11 years 3 months ago #9 by sozzled
The topic has been locked.
More
11 years 3 months ago #10 by Smirnov
At citing at a forum (v.2.0.3) cyrillics is incorrectly displayed:



Solution:

In file
Code:
/administrator/components/com_kunena/libraries/bbcode/bbcode.php

change it
Code:
$user = isset($default) ? htmlentities($default) : false;

here it is:
Code:
$user = isset($default) ? htmlspecialchars($default) : false;

You have ideas, Matias ?
The topic has been locked.
Time to create page: 0.449 seconds