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.

Bug Not fixed?: unordered and ordered list not working as expected #3372

More
10 years 7 months ago #169239 by Pinkeltje
I might have found why lists are not working. It works for me, but not sure if it is the right solution.
Found out that when changing markitup.editor.js in Dreamweaver I kept getting a message that file had been changed outside Dreamweaver.
What I did was delete line 220 from libraries/kunena/bbcode/editor.php
Code:
// Write the js elements into editor.markitup.js file file_put_contents(KPATH_SITE . '/template/crypsis/media/js/markitup.editor.js', $js);
And changed line 22 in markitup.editor.js to:
Code:
{className: 'bulletedlistbutton',name:'Bulleted List', openWith:' [li]', closeWith:'[/li]', multiline:true, openBlockWith:'[ul]\n', closeBlockWith:'\n[/ul]'}, {className: 'numericlistbutton',name:'Numeric List', openWith:' [li]', closeWith:'[/li]', multiline:true, openBlockWith:'[ol]\n', closeBlockWith:'\n[/ol]'},

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

More
10 years 7 months ago #169360 by 810
thnx for the testing, and pointing to the right direction. I need to change this. And custom some code, so you didn't need to removing the code.

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

Time to create page: 0.254 seconds