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

Solved Found a bug

More
10 years 5 months ago #171005 by breebee2
Replied by breebee2 on topic Found a bug

breebee2 wrote: I will try right now to replicate the bug on your forum. Here is a

quote with a link

and in the next message i will quote the whole message.


Testing bug 123, testing bug 123. I can already see the html tag is not present and the original bbcode is there.. Thanks i think it is a problem with rok candy i have installed. Sorry to not have thought about it. Thanks you guys are great.

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

More
10 years 5 months ago #171007 by ShockPuppet
Replied by ShockPuppet on topic Found a bug
rok candy? I have that also, will look into ta

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

More
10 years 5 months ago #171008 by breebee2
Replied by breebee2 on topic Found a bug
I tried a macro, for the macro hahahaha but it didnt resolve the problem. If kunena is able to parse html then maybe whitelisting the hyperlink would be a solution but i cannot find anywhere to enable html, white listm black list so im out of luck

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

More
10 years 5 months ago #171009 by breebee2
Replied by breebee2 on topic Found a bug
Ok i found the solution but doesnt work anymore.


in plugins/system/rokcandy find (which is on line 32 now not 80 from original post)

// Do BBCode replacements on the whole page
function onAfterRender() {



Add

// Added to prevent loading on the Forums page, where it conflicted and caused a javascript error.
global $option;
if ($option == "com_kunena") {
return;
}



But it doesnt seem to be working anymore. In any case i will keep testing to find a solution now that the problem is found.

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

More
10 years 5 months ago #171010 by breebee2
Replied by breebee2 on topic Found a bug
Note to shockpuppet - I have tryed to add

if (JFactory::getApplication()->input->get('option') == "com_kunena" && JFactory::getApplication()->input->get('type') == "component")
return true;


in the _shouldrender() function with return false or return true and that doesnt seem to fix the probelm. Just incase your trying to resolve this as well, the kunena fix for rok candy seems outdated to rok candy, i will keep trying.

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

More
10 years 5 months ago #171014 by breebee2
Replied by breebee2 on topic Found a bug
RESOLVED!! ROK CANDY - KUNENA FIX = ROKCANDY COMPONENT "OPTIONS" IN THE DISABLE BY URL SECTION ADD "option=com_kunena" THANKS TO A PREVIOUS POST!!!!! YES!!!!!!!!! :woohoo:
The following user(s) said Thank You: ShockPuppet

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

Time to create page: 0.291 seconds