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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Sticky Fix for RockCandy templates

More
16 years 3 months ago - 16 years 3 months ago #33667 by Matias
mumins wrote:

Well, there is another Rokcandy workaround:
/plugins/system/rokcandy_system.php find at line ~80

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; }
Works fine for me.

Code is the same for rokbox - there find line ~47
Code:
$theme = $this->params->get('theme', 'light');

and after it paste the same code.


Original message can be found from here: www.kunena.com/forum/105-solved-or-prior...it=10&start=20#11302
Last edit: 16 years 3 months ago by Matias.

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

More
16 years 3 months ago - 16 years 3 months ago #33668 by Matias
Simpler fix can be found from here: www.kunena.com/forum/105-solved-or-prior...it=10&start=10#10298

Creatorffm wrote:

Finaly found the answer! To stop RokCandy from interfering with other components just go to Joomla Admin / Components /RokCandy and disable all of the basic marcos. Here is a list of what needs to be disabled:

Code:
[h1]{text}[/h1] - [h2]{text}[/h2] - [h3]{text}[/h3] - [h4]{text}[/h4] - [b]{text}[/b] - [i]{text}[/i] - [code]{text}(/code)
Hope this helps someone! B)

Last edit: 16 years 3 months ago by Matias.

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

More
16 years 3 months ago #33896 by tqddn_hmzh
thanx

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

More
16 years 2 months ago #34627 by atroa
thanks. worked for me.

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

More
16 years 1 month ago #39639 by openpotion
wow thanks! worked great!

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

More
16 years 3 weeks ago #39893 by wicko
I found the line above mentioned line in rokcandy_system.php in line 60
I added the fix and worked fine for me.
:)

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

Time to create page: 0.265 seconds