Ciao.
Apri il file: /modules/vm_dtree.php
Intorno alla linea 130:
---------------------
$menu_htmlcode .= $openAll == "false" ? "$tree.openAll();\n" : "$tree.closeAll();\n";
---------------------
sostituisci con:
---------------------
$menu_htmlcode .= $openAll == "true" ? "$tree.openAll();\n" : "$tree.closeAll();\n";
---------------------
Ciao,
Roberto.