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

Question K 1.0.10: message editor substitutes incorrect value when inserting video

More
16 years 10 months ago - 16 years 10 months ago #19176 by sozzled
This is not a serious problem but I wanted to bring it to the attention of the developers.

When you click the video tool ( ), if you enter a value for the height the resultant BBcode is incorrect:


Simple enough to fix:

Edit ../components/com_kunena/templates/default/smile.class.php at about line 355 from
Code:
if (document.postform.videoheight.value != "") {video = video + " heigth=" + document.postform.videoheight.value;}
Change to:
Code:
if (document.postform.videoheight.value != "") {video = video + " height=" + document.postform.videoheight.value;}
Last edit: 16 years 10 months ago by sozzled.

Please Log in or Create an account to join the conversation.

More
16 years 10 months ago #19197 by xillibit
Hello,

thanks to have found this, I will report this to the DEVs

I don't provide support by PM, because this can be useful for someone else.

Please Log in or Create an account to join the conversation.

More
16 years 10 months ago #19215 by Matias

Please Log in or Create an account to join the conversation.

Time to create page: 0.241 seconds