Search found 36 matches

by jdrodrigues
Sun Feb 19, 2006 11:10 am
Forum: Installation
Topic: Autodetect used HTTP-Host ?
Replies: 2
Views: 2141

Thank you Garvin, I just turned it on and my localhost dev site seems quicker to access. I use Mac OS X 10.4 and for whatever reason Safari would take a very long time to access pages off my localhost server so I used Camino or Firefox which were quicker. But now they all appear to work much better....
by jdrodrigues
Thu Feb 16, 2006 8:38 pm
Forum: Installation
Topic: Autodetect used HTTP-Host ?
Replies: 2
Views: 2141

Autodetect used HTTP-Host ?

Can someone explain what exactly "Autodetect used HTTP-Host " does ? Please?

- Joel
by jdrodrigues
Tue Feb 14, 2006 12:18 pm
Forum: Plugins
Topic: Category Tree Menu - expand/collapse all nodes ?
Replies: 6
Views: 4624

I've e-mailed Richard Heyes, the developer of HTML_TreeMenu to ask if he can help. I think the follwing function in TreeMenu.js can be adapted to create openAll() and closeAll() functions.

/**
* Reset branch status
*/
TreeMenu.prototype.resetBranches = function ()
...
by jdrodrigues
Tue Feb 14, 2006 11:23 am
Forum: Plugins
Topic: Category Tree Menu - expand/collapse all nodes ?
Replies: 6
Views: 4624

On further consideration, I cannot use Link List as a category browser.

I'm looking for ideas at:

http://www.chipchapin.com/WebTools/Menu ... reeMenuXL/
by jdrodrigues
Tue Feb 14, 2006 10:14 am
Forum: Plugins
Topic: Category Tree Menu - expand/collapse all nodes ?
Replies: 6
Views: 4624

Yes, they do use diff. scripts. dtree.js used by Link List contains a function: // Open or close all nodes dTree.prototype.oAll = function(status) { for (var n=0; n<this.aNodes.length; n++) { if (this.aNodes[n]._hc && this.aNodes[n].pid != this.root.id) { this.nodeStatus(status, n, this.aNod...
by jdrodrigues
Sun Feb 12, 2006 10:10 pm
Forum: Plugins
Topic: Category Tree Menu - expand/collapse all nodes ?
Replies: 6
Views: 4624

Category Tree Menu - expand/collapse all nodes ?

Hello All,

I'm having an interesting time using s9y to setup a website (for musicians, scheduled to go online within the next 3 weeks).

Does anyone know how to have 'expand all' & 'collapse all' links above the Category Tree Menu, as the Link List tree has ?

Thank you !

- Joel