- Posts: 5
- Thank you received: 2
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
13 years 5 months ago #137173
by neonix
Replied by neonix on topic Kunena 2.0.3 Problem with display username in Quote block in UTF-8 non English
Yes, it will help.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?
The following user(s) said Thank You: alsthom
The topic has been locked.
- Vl@d
-
- New Member
-
Less
More
- Thank you received: 0
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 свай под беседку.......устал
Серьёзная видно беседка ?
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.
13 years 5 months ago #137325
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic After update 2.0.3 quoting associated with Cyrillic
*** Topics merged ***
Blue Eagle vs. Crypsis reference guide
Read my blog and
The topic has been locked.
- anonymous01
-
- Offline
- Premium Member
-
Less
More
- Posts: 271
- Thank you received: 11
13 years 5 months ago #137608
by anonymous01
Replied by anonymous01 on topic Сyrillics is incorrectly displayed (kunena v.2.0.3)
At citing at a forum (v.2.0.3) cyrillics is incorrectly displayed:
Solution:
In file
change it
here it is:
You have ideas, Matias ?
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.
13 years 5 months ago #137616
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Kunena 2.0.3 Problem with display username in Quote block in UTF-8 non English
*** Topics merged ***
Blue Eagle vs. Crypsis reference guide
Read my blog and
The topic has been locked.
13 years 5 months ago - 13 years 5 months ago #137635
by Matias
Replied by Matias on topic Сyrillics is incorrectly displayed (kunena v.2.0.3)
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')
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