- Posts: 13
- Thank you received: 0
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 Smilies Javascript bug...
So here is the solution i found from the rokbox site. It fixes Kunena instead of rokbox, and it would also resolve other javascript issues, i suggest making it permanent.
Simply "disguise" the <head> and </head> tags of the javascript.
In file components\com_kunena\template\default\plugin\emoticons\emoticons.js.php
find the line that reads:Code:smileyPopupWindow.document.write('\n\t<head>\n ...
and replace it withCode:smileyPopupWindow.document.write('\n\t<h'+'ead>\n ...
(that is: you break the <head> tag in two and you add them up).
find:Code:...style> \n\t</head>'
and replace it with:Code:...style> \n\t</h'+'ead>'
Thanks to the person who made this mod, it was not me i only take credit for wanting it in a final build.
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
- Posts: 1107
- Thank you received: 3
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
- Posts: 1107
- Thank you received: 3
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
- Posts: 1107
- Thank you received: 3
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.