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

Question Emoticons & Boardcode Don't Funtion

More
17 years 1 month ago - 17 years 1 month ago #10298 by Creatorffm
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)

Cheers
Dave

Dave "Creator" Marshall
Last edit: 17 years 1 month ago by Creatorffm.

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

More
17 years 1 month ago #10566 by captainbet
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)

Cheers
Dave


thank you!!

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

More
17 years 1 month ago #11302 by mumins
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.

MBR
m.

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

Time to create page: 0.281 seconds