Closed (outdated)
Project:
Taxonomy Manager
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2007 at 19:50 UTC
Updated:
12 Feb 2020 at 15:43 UTC
Jump to comment: Most recent
Comments
Comment #1
mh86 commentedhi!
With many levels and many terms the Taxonomy Manager tends to get a bit slow because of so many JS features. If your computer is not the fastest this can cause problems in FF and IE. But I know that Opera has a much faster JS engine. So if you are still having performance problems, try Opera.
I hope I understood your problem and this helps.
matthias
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
VVN commentedsame problem, but on demo site + buttons work, on mine not.
and my navigation menu (with nice_menus) don't appear on /admin/content/taxonomy_manager/tid
please help me, this module is usfeul!
Comment #4
BoarK commentedAIRUS,
I believe that the problem stems from incompatible Jquery.js versions. I upgraded my jquery.js in order for the some to the functionalities of Jquery UI to work and this has broken Taxonomy Manager in the same manner. I came here to find a fix, but none was found. Too bad the module didn't throw any errors in firebug or else I would have an idea of where to start fixing it.
UPDATE:
I'm using jquery 1.2.1. Here's the fix:
in the file trees.js change:
to:
i.e. li[ul] -> li:has(ul)
It should work.
Nathan.
Comment #5
VVN commentedBrilliant, it works!
Thanks a lot!
Comment #6
mh86 commentedif I change they li[ul] -> li:has(ul), does it still work with the original jquery version?
Comment #7
BoarK commentedmh86,
The li[ul] -> li:has(ul) change was made when Jquery migrated to version 1.2. Taxonomy Manager works fine with the Jquery that comes with Drupal 5.
Nathan.
Comment #8
Macronomicus commentedIt stops all the errors I was getting but I can no longer click the little expand box to show child terms.... Strange...
Comment #9
BoarK commentedMacrocosm,
There are a few other changes that need to be made.
Here's a link to a guide for upgrading to Jquery 1.2 Upgrade
Nathan.
Comment #10
ivnish