Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

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

More
13 years 5 months ago #137173 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
  • New Member
  • New Member
More
13 years 5 months ago - 13 years 5 months ago #137317 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: 13 years 5 months ago by Vl@d.
The topic has been locked.
More
13 years 5 months ago #137325 by sozzled
The topic has been locked.
More
13 years 5 months ago #137608 by anonymous01
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.
More
13 years 5 months ago #137616 by sozzled
The topic has been locked.
More
13 years 5 months ago - 13 years 5 months ago #137635 by Matias
Using htmlspecialchars() without extra parameters isn't safe in PHP 5.2.

Can you guys try to change parameters of the function instead:

htmlspecialchars($default, ENT_COMPAT, 'UTF-8')
Last edit: 13 years 5 months ago by Matias.
The topic has been locked.
Time to create page: 0.294 seconds