- Posts: 7245
- Thank you received: 566
Kunena 6.1.1 Released
The Kunena team has announce the arrival of Kunena 6.1.1 [K 6.1.1] which is now available for download as a native Joomla extension for J! 4.2.x/4.3.x. This version addresses most of the issues that were discovered in K 6.1.0 and issues discovered during the last development stages of K 6.1
Question Fix for RockCandy templates
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
Works fine for me.Code:// Added to prevent loading on the Forums page, where it conflicted and caused a javascript error. global $option; if ($option == "com_kunena") { return; }
Code is the same for rokbox - there find line ~47Code:$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
Please Log in or Create an account to join the conversation.
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:
Hope this helps someone!Code:[h1]{text}[/h1] - [h2]{text}[/h2] - [h3]{text}[/h3] - [h4]{text}[/h4] - [b]{text}[/b] - [i]{text}[/i] - [code]{text}(/code)
Please Log in or Create an account to join the conversation.
- tqddn_hmzh
-
- Offline
- New Member
- Posts: 1
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- openpotion
-
- Offline
- New Member
- Posts: 1
- Thank you received: 0
Please Log in or Create an account to join the conversation.
I added the fix and worked fine for me.

Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
its working very nice :woohoo:
Please Log in or Create an account to join the conversation.