There are 2 things wrong with dTree. According to the readme.txt in the zip, more menu's can be specified, separating them the with comma's.
If I change the parameters of that module, they will not be saved properly, because they remain default.
If I put the parameters in with PHPMYADMIN. dTree still displays only mainmenu.
I checked the coding of mod_dtreemenu.php. Noticed, that it did not retrieve it's parameters and put after line 37 this code.
PHP Code:
@$params = mosParseParams( $module->params );
At least it does now what is supposed.
Saving the parameters is a functionality of Mambo, which works normally OK, but in this case? Could not figure it out, why they are forced to the XML defaults.