Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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

Merged [Merged topic] Rockettheme RokCandy plugin causes problems with Kunena

More
14 years 9 months ago - 14 years 9 months ago #97726 by yaksushi
Did you ever find the fix for this? I have the same issue.


Update... Here is the fix provided by neutrino76 on the Rockettheme forums

/plugins/system/rokcandy_system.php find at line ~60
Code:
// Do BBCode replacements on the whole page function onAfterRender() {
and after this line paste
Code:
// Added to prevent loading on the Forums page, where it conflicted and caused a javascript error. global $option; if ($option == "com_kunena") { return; }
Last edit: 14 years 9 months ago by yaksushi.

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

More
14 years 8 months ago #100236 by danthra

cascade wrote: I'm using Kunena 1.6.4 on Joomla 1.5.23 and am experiencing problems with text formatting. Text that are formatted in bold appear just fine (in bold) when saved first time. However, when I go back to the post and save it again, the text format disappears and the <b></b> or <strong></strong> tags appear. Sometimes, it happens to list format as well.

What can I do to prevent this from happening? Thank you for your help.


I found a workaround for this problem. It is related with rokcandy. The solution is to unpublish two of the example rules, the one for bold and the one for italics.



Hope it helps,
Sandra :)

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

More
14 years 6 months ago #106263 by wdzinc
I'm having the exact same problem. I recently converted over to Kunena from PHPBB. Everything is working great but the board code box doesn't appear with any options.

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

More
14 years 6 months ago #106363 by Matias
JQuery needs to be in noconflict mode in order to work with Kunena. If template isn't using that mode, it's not fully compatible with Joomla, which uses Mootools. Check what Kunena debug mode has to say from the issue above.

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

More
14 years 6 months ago #106365 by Matias
@wdzinc: You may also have different issue, but try to enable debug.

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

More
14 years 6 months ago - 14 years 6 months ago #106485 by wdzinc
Sorry for so many edits, but I have found the problem. I'm heavily using Rocket Theme products, including rokcandy and rokbox. I've tried posting new topics with different variations of them turned on and off. It appears that rokbox is the plugin that's causing the bbcode editor to not load. I don't suppose theirs an easy work around other than turning off rokbox is there?
Last edit: 14 years 6 months ago by wdzinc. Reason: Update

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

Time to create page: 0.262 seconds