6
Sorry for the late reply.
multiMeny dynamic links display in 2 different way :
1) they are linked to the above main link (or category).
2) they display on page having the same directory root (or module if you prefer).
Regarding your need, you will have to 'desactivate' the option 2. That means, hacking the module which is quite easy.
1) Edit 'multiMenu/blocks/block.php' file.
2) Quote the following lines :
// Test 1 : link is sub of an active module with same directory
if ( !empty($xoopsModule) && eregi("/".$xoopsModule->getVar('dirname')."/", $link) || $myrow['submenu'] == 1) {
$imenu['showsub'] = 1;
}
That's it. Please test and let me know.