Just for example of it working correctly in two other menus...
-I'm using templates menu at the top,
-A normal menu module below that.
-JUX at the bottom.
See the link output of the following links in the JUX Menu compared to the others:
Documents
Test Doc
Activity Stream
Hi Tim Morris
Thank you for feedback us
You can send supper admin login back-end via email: This email address is being protected from spambots. You need JavaScript enabled to view it.
I will check it for you soon
Thanks
Hi again
Sorry for the reply latter
I thinking that due to some extension of your problem the URL error problem
I will try to check and fix it for you
Hope you understand and look forward to receiving sympathy
Thanks
Hi again
I fix it for you, in file: ..\modules\mod_jux_easy_megamenu\includes\menu\menu.php at line 256, mean is bellow line : $item->setting = $setting;
I add code:
if ($router->getMode() == JROUTER_MODE_SEF) {
$item->link= 'index.php?Itemid='.$item->id;
} else {
$item->link.= '&Itemid='.$item->id;
}
Hope it will help you
Thanks