Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:40

Posting the menu contents in one page?


Poster: kelemvor
Dated: Tuesday March 2 2004 - 3:22:44 GMT

I am in need of creating a "SiteMap" of our website that follows the menu structure I have created. Is there any way to do this via the Menu itself? Basically putting everyone on one page with all the menu optoins and sub optiosn arrange just as they would look if you expanded every option on the menu at once?

Something like:

Code:
Menu1
Menu2
    Menu2a
    Menu2b
Menu3
Menu4
    Menu4a
    Menu4b
        Menu4b1
        Menu4b2
Menu5


etc...


Poster: John
Dated: Tuesday March 2 2004 - 13:39:44 GMT

I'm not aware of any menu option that will do this for you. However, looks like you've got a pretty good start on it... :)


Poster: kelemvor
Dated: Tuesday March 2 2004 - 15:16:39 GMT

Yeah it's something I could do by hand, but then I have to update it every time I make a change to the menu. I'm looking for something that when a person goes to the "Site Map" page, it would read in the menu and write it out as in my example based on the current data in the menu_data file.

We rearrange things so often it's very tedius to have to manually go update our one page all the time. I'd be really cool if the Milonic menu could do it automatically.


Poster: John
Dated: Tuesday March 2 2004 - 15:19:01 GMT

Kevin might come up with a JS to handle it. Stay tuned...


Poster: kelemvor
Dated: Tuesday March 2 2004 - 20:59:42 GMT

If someone can create this, that'd be great. I'll have to just write it up by hand now since I don't know how to create somethign like this on my own. heh heh.

But I'll stay tuned...


Poster: Martin
Dated: Saturday March 6 2004 - 1:50:15 GMT

An other idea might be in using php. With php you could parse your menu-file, extract the data and output the data in anchor tags.

It's not a good idea to use the dhtml-menu for a sitemap. Spiders and Search engines can not read js.

Almost done...


Poster: NineNine
Dated: Wednesday July 21 2004 - 17:12:21 BST

I was looking for an option to do this also, and I haven't found one, so I'm writing my own for my ASP based site. I'm almost done... If anyone's interested in an ASP solution, please let me know via this forum.


Poster: kelemvor
Dated: Wednesday July 21 2004 - 19:31:52 BST

If it will be able to go through the actual Menu_Data file (or whatever it's called) and pull out the data and create a Site Map type thing, then I'm definitely interested. Would like to see a sample when you get it working.


Poster: NineNine
Dated: Thursday July 22 2004 - 0:28:04 BST

Actually, I started working on it, and I decided that for speed for my particular website, it's gonna have to be a VB based app that dumps the structure into a database table, (the app will be scheduled to run daily)then the site map will build from that via ASP. I realized that I need the structure in a database for one of my outgoing data feeds. So, I'll be able to post the two, but it probably won't be useful for too many people other than myself, unless somebody wants to rip out the underlying logic that parses the menu_data.js file and re-do their own app.