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

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

More
14 years 8 months ago #106500 by wdzinc
Actually, I updated my Rokbox to the latest version. Problem is solved! :)

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

More
14 years 7 months ago - 14 years 7 months ago #107131 by Jiminimonka
I just have just installed RokCandy, latest version, and it messes up the BBCode in the forums as well. I have disabled the few items that I can disable but it still messes up the forums. Only way to fix it appears to be to un-install RokCandy and even then it seems to take a while or an edit of the document to fix it.

EDIT: I just checked, it is changing the BBCode to <> instead of [], so they all need to be edited. Also it appears it does not affect old articles BBCode, just new ones.

J!1.7 K!1.7

Please read the FAQ.
Only one question per topic.
Search before you ask a question.
Last edit: 14 years 7 months ago by Jiminimonka.

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

More
14 years 7 months ago - 14 years 7 months ago #108074 by Jiminimonka
www.rockettheme.com/forum/index.php?f=17..._v=viewtopic#p576706

This fixes RokCandy so that it no longer messes with your BBCode on Kunena.

Just in case the link doesn't work:

neutrino76 wrote: Well, there is a much better Rokcandy workaround, because it doesn't mess with your RokCandy at all:
/plugins/system/rokcandy.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; }


It ALMOST works, but there are still some bugs, like
    will remain unchanged, but the [il] code all gets changed to <il>. Working on finding a more complete fix.

Please read the FAQ.
Only one question per topic.
Search before you ask a question.
Last edit: 14 years 7 months ago by Jiminimonka.

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

More
14 years 4 months ago #114494 by statikregimen
Thank you SOO much! I thought it was a bug, my self, until I just now updated from 1.6.4 to 1.7.1, and the problem persisted! Disabled the Rokcandy plugin, and boom! All is well :D

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

More
13 years 11 months ago #124586 by mougias
Replied by mougias on topic Edit post
Hi

When a user submits a post Kunena replaces the bbcode with the respective html. When a user tries to edit the post the reverse does not happen, so the post presentation breaks down as the html is saved as part of the message.

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

More
13 years 11 months ago #124590 by mougias
Replied by mougias on topic Edit post
found it. This was a problem with rokcandy system plugin.

Fixed by stopping for Kunena in the plugin onAfterRender

if (JRequest::getVar('option') == "com_kunena")
return;

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

Time to create page: 0.236 seconds