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 Moo/Kunena conflict

More
16 years 2 months ago - 16 years 2 months ago #39060 by Phill Luckhurst
Looking at the Kunena code it does appear that you use the Jquery noconlict mode, however I am having troubles with a Joomla template that uses moo for the menu system.

I know this is more of a problem with the Joomla template but if anyone has any ideas on how to fix this it would be great.

Here is where you can see the problem.

test.windsurf.me.uk

Take a look at the dropdown menus and the work fine but go to the forum link in the menu bar to the kunena page an you will see the dropdown give up the ghost.

The problem appears to be coming from the jquery-1.3.2.min.js file, I think
Last edit: 16 years 2 months ago by Phill Luckhurst.

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

More
16 years 2 months ago #39062 by xillibit
Replied by xillibit on topic Re:Moo/Kunena conflict
Hello,

Look if your template load the jquery library and prevent kunena to loard jquery library too by commenting in the file components\com_kunena\class.kunena.php the lines 284 to 291 :
Code:
if (file_exists(KUNENA_ABSTMPLTPATH .DS. 'js' .DS. 'jquery-1.3.2.min.js')) { define('KUNENA_JQURL', KUNENA_DIRECTURL . 'template/' . $fb_cur_template . '/js/jquery-1.3.2.min.js'); } else { define('KUNENA_JQURL', KUNENA_DIRECTURL . 'template/default/js/jquery-1.3.2.min.js'); }

I don't provide support by PM, because this can be useful for someone else.

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

More
16 years 2 months ago #39067 by sozzled
Replied by sozzled on topic Re:Moo/Kunena conflict
Excellent discussion topic and many thanks for posting this information. :)

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

More
16 years 2 months ago #39108 by Phill Luckhurst
Thanks for the quick response and indeed it works. Out of interest what functions are lost by disabling that script?

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

More
16 years 2 months ago #39112 by woonydanny
Replied by woonydanny on topic Re:Moo/Kunena conflict
I believe that Kunena 1.6 has dropped jquery and uses mootools 1.2 which will ship native in joomla 1.6

still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile :(

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

More
16 years 2 months ago #39119 by xillibit
Replied by xillibit on topic Re:Moo/Kunena conflict
Phill Luckhurst wrote:

Thanks for the quick response and indeed it works. Out of interest what functions are lost by disabling that script?

You lost anything, because the jquery is loaded by your joomla! template.

peetree21 wrote:

I believe that Kunena 1.6 has dropped jquery and uses mootools 1.2 which will ship native in joomla 1.6

Like that the conflict are reduced because each components doesn't need to load their own MooTools library. Mootools 1.2 will be shiped in the future version of J! 1.5.

I don't provide support by PM, because this can be useful for someone else.

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

Time to create page: 0.256 seconds