1
I using Multimenu 1.7 on XOOPS 2.0.10
I'm trying to replace the main menu.
** Problem 1: **
When I click on a main-link - all the sublinks appear at once.
I tried the hack, in blocks/block.php commenting out :
//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;
}
But it doesn't work
No sublinks appear at all (strangely some subdomain links show up under other menu main-links.
** Problem 2: **
Sublinks do not appear when the target page is in a different directory from the mainlink for that menu-item.
Is it true that sub-links must be in the same directory as the main-link for that menu-item?
** Please help! **
I'm sure other people have had the same problem.
Has anyone :
a) Got MultiMenu displaying sublinks correctly?
b) Got MultiMenu displaying sublinks from unrelated directories?
Please let me know,
thanks.