new menuname item added to menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
viclewis
Super Advanced
Super Advanced
Posts: 43
Joined: Tue Jul 06, 2004 6:19 pm
Location: Sanford, [Sunny]Florida

new menuname item added to menu

Post by viclewis »

I have added a new menuname item to my menu and added it to my show menu on my index page. I have uploaded the menu_data.js to the server. My menu will not display and I can't figure out what is wrong.
The url is http://fbclongwood.org/Revised%20Church ... index.html

The addition to the menu_data.js file is this:
with(milonic=new menuname("Virtual Tour")){
style=menuStyle;
aI("text=Lobby;url="+baseLocation+"pages/lobby.htm;");
aI("text=Library;url="+baseLocation+"pages/library.htm;");
aI("text=Sanctuary;url="+baseLocation+"pages/sanctuary.htm;");
aI("text=Multi-Purpose Room;");url="+baseLocation+"pages/multi-purpose_room.htm;");
aI("text=Nursery;url="+baseLocation+"pages/nursery.htm;");

}
Victor Lewis
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

You're running two different versions of the menu code files, which are pretty far down-level. All three files must be the same version. Get upgraded at http://milonic.com/. We can only support the current version.

Also, you'll need to license the menu, even though you probably qualify for a free license.
John
viclewis
Super Advanced
Super Advanced
Posts: 43
Joined: Tue Jul 06, 2004 6:19 pm
Location: Sanford, [Sunny]Florida

new menuname item added to menu

Post by viclewis »

Thanks John. I just updated April 20, 2005 version 5.722. Didn't know I had two different versions. I'll correct that.

BTW I implemented my new menuname item one file at a time and found the culprit. I had copied and pasted and somehow I copied an extra ;); in one of the files which prevented my menu from displaying.

It now works.

Thanks for your assistance as usual. You guys are great. :-)
Victor Lewis
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Glad you got it going, Vic. BTW, 5.723 is current. Not sure where you got the other one.

Thanks for the kind words!
John
Post Reply