Welcome, Guest
Username Password: Remember me
Keyword
  • Page:
  • 1

TOPIC: Moo/Kunena conflict

Moo/Kunena conflict 2 years ago #1

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: 2 years ago by Phill Luckhurst.
The topic has been locked.

Re:Moo/Kunena conflict 2 years ago #2

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 :

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');
}
  • xillibit
  • NOW ONLINE
  • Kunena Developer
  • Kunena always better
  • Posts: 6943
I don't provide support by PM, because this can be useful for someone else.
Become a Kunena fan
The topic has been locked.

Re:Moo/Kunena conflict 2 years ago #3

Excellent discussion topic and many thanks for posting this information.
  • sozzled
  • OFFLINE
  • Kunena Moderator
  • I'm just a user, mate
  • Posts: 13145
If you benefit from our help you can show your appreciation by using the Thank You feature.
If you think I'm wrong then say "I think you're wrong." If you say "you're wrong", how do you know?
The topic has been locked.

Re:Moo/Kunena conflict 2 years ago #4

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

Re:Moo/Kunena conflict 2 years ago #5

I believe that Kunena 1.6 has dropped jquery and uses mootools 1.2 which will ship native in joomla 1.6
  • peetree21
  • OFFLINE
  • Expert Boarder
  • Posts: 471
still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile
The topic has been locked.

Re:Moo/Kunena conflict 2 years ago #6

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.
  • xillibit
  • NOW ONLINE
  • Kunena Developer
  • Kunena always better
  • Posts: 6943
I don't provide support by PM, because this can be useful for someone else.
Become a Kunena fan
The topic has been locked.

Re:Moo/Kunena conflict 2 years ago #7

Excellent stuff.
The topic has been locked.
  • Page:
  • 1
Time to create page: 0.47 seconds