- Posts: 7245
- Thank you received: 566
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
Sticky 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.