Page 1 of 1

Category dhtml menu plugin is missing tree.js!?

Posted: Wed Sep 07, 2005 3:45 am
by Michael
Hi,

I've just donloaded/ installed the category_dhtml_menu plugin via Spartacus and am getting a Javascript error on page load. The plugin is expecting a Javascript file (tree.js), which is not included in the plugin directory (Spartacus + CVS).

Will I have to create tree.js by myself or has it just gone missing in the download directory.

Any help much appreciated. Thanks,
-Michael

Posted: Wed Sep 07, 2005 9:02 am
by mgroeninger
The javascript file comes with the pear HTML_Treemenu distribution.

But I believe it is called HTMLTree.js

Note, the images used by the plugin come from that distribution, as well. You will need to place them in whatever folder you specify in the configuration.

You can download the pear module here:
http://pear.php.net/package/HTML_TreeMenu/download

Or you can browse the source tree here:
http://cvs.php.net/cvs.php/pear/HTML_TreeMenu

Posted: Mon Sep 12, 2005 6:03 am
by Michael
Thanks!
Also found out later that I had a couple of configuration issues with my local PEAR install (e.g. plugins got installed in wrong directory).