Converting from version 3 to version 5

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
rsunderland
Beginner
Beginner
Posts: 2
Joined: Fri Mar 09, 2007 1:03 pm

Converting from version 3 to version 5

Post by rsunderland »

I am using Milonic DHTML Website Navigation Menu - Version 3.5.02 with code extensions by Nicolas Stohler, MadToaster.com 03.2002

It's not displaying correctly in the newest version of Firefox - some of the menus are long and scroll off the page horizontally which is ok, but now the menu items wrap, which I don't want. Therefore, I'd like to know whether if I update to Milonic v5, I would be able to easily convert v3 to v5. (I'm assuming v5 would rectify this problem)

I've downloaded the free version of v5 to have a look at it and it doesn't seem to work in the same way, for a start there's four .js files whereas my menu runs with only two .js files.

I read in the archived v3 forum that there was a conversion facility - is this so, because I couldn't see anything?

Thanks
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Yes, it's on the main site page, under the DTHML Menu link of the menu down toward the bottom. Version 3 to Version 5 Converter.

In version 3 the two files were the program file which you didn't change and the menu_array.js file which was the one you edited for your menu information.

In version 5, the equivalent file is the menu_data.js file. You don't change the other files, they are the program files.

If you need to support ns4, then you would be putting up the 4 files, but if you don't you can eliminate the mmenuns4.js file and change the calls to

Code: Select all

<SCRIPT src="milonic_src.js" type=text/javascript></SCRIPT>
<SCRIPT src="mmenudom.js" type=text/javascript></SCRIPT>
<SCRIPT src="menu_data.js" type=text/javascript></SCRIPT>
If you need more help, just post back. Make sure you give us a link to your page so we can address any problems.

Ruth
rsunderland
Beginner
Beginner
Posts: 2
Joined: Fri Mar 09, 2007 1:03 pm

Post by rsunderland »

Thank you for your help Ruth. I hadn't spotted the conversion utility and would have struggled to work out what to do with the other files and which ones to link to without your assistance.

It has cured the display problem in Firefox and once we've worked out what we are going to do with the menus long-term, we'll upgrade to v5 and start again from there.

Thanks again.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

If you need any help with V5, just post back. It is a much better system than 3, which I thought was great! It's a lot easier to use and you can do a lot more with it than with 3.

Here's some other things, just to give you an idea. The top demos are things created here in the forum [when Kevin was able to help] for different things users wanted.

http://support.milonic.com/demos/

These are additional modules you can add if you want their capabilities

http://milonic.com/menumodules.php

And, there are some simple explanations of things like borders, css etc. Under the Support section of the main site menu. Also, in the download there is an extras folder which contains samples/directions for making the menu php, asp, listbased, and so on.

Ruth
Post Reply