Hi, first of all let me congratulate you for this accordion menu. It is what I was looking for, but I have a problem and I hope you can help me.
I’m using “Joomla! 1.5.18 Stable” with the menu version 0.9.7.15N, which I downloaded from
www.simplebydesign.co.uk/images/fbfiles/...s/accordionmenu.zip.
I don’t know why but at the web page I think the current version is 0.9.6.15N.
I’m trying to use this accordion menu with a menu like this.
*Item1
-Subitem1.1
-Subitem1.2
-Subitem1.3
*Item2
*Item3
-Subitem3.1
The first problem I’ve encountered is that I get three error messages like these:
Notice: Undefined variable: row in
***modulesmod_sbd_rollmenumod_sbd_rollmenu.php on line
725
Notice: Trying to get property of non-object in
***modulesmod_sbd_rollmenumod_sbd_rollmenu.php on line
725
Notice: Trying to get property of non-object in
***modulesmod_sbd_rollmenumod_sbd_rollmenu.php on line
367
Line 725 is: $GLOBALS['sSBDRollMenudEBUG'][$row->id]['header'] = "Added as Custom Tag";
And Line 367: if($my->gid){, which refers to the type of user.
I can comment this and the problem disappears but I’d like to know if that’s important.
And
the main problem: I get a message like this with the Parent options that don’t have subitems:
Notice: Undefined index: 48 in
***modulesmod_sbd_rollmenumod_sbd_rollmenu.php on line 557
>Item2
The 48 index is the ItemID of the menu option.
I don’t know what to do to solve this issue. I want the parent options with subitems to open by clicking them and the parent options with no subitems to go to the URL by clicking them, so this is my module configuration:
Mouse Over Action: Version 1 (requires CSS mod)
Use Mouse Over: No
Use Mouse Out: No
Top Menu as Link: No
Show Top Menu link: Never
Expand Top Menu: No
Expand One Level Menu: No
Do you have an idea about how to solve it? Any help is appreciated!
Thank you very much for your time and sorry for the long post!
