Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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.

Question Fix for RockCandy templates

More
14 years 4 months ago - 14 years 4 months ago #1 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: 14 years 4 months ago by Matias.

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

More
14 years 4 months ago - 14 years 4 months ago #2 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: 14 years 4 months ago by Matias.

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

More
14 years 3 months ago #3 by tqddn_hmzh
thanx

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

More
14 years 3 months ago #4 by atroa
thanks. worked for me.

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

More
14 years 1 month ago #5 by openpotion
wow thanks! worked great!

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

More
14 years 1 month ago #6 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.

More
14 years 1 month ago #7 by vovuslik
OMG! Thanks a lot! I've even thought nobody can help me))

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

More
13 years 10 months ago #8 by achorivai
Thx a Lotz bro..

its working very nice :woohoo:

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

Time to create page: 0.377 seconds