dynamic menu question

6 posts by 3 authors in: Forums > CMS Builder
Last Post: October 9, 2009   (RSS)

By Codee - October 3, 2009

I have a website with CMSB that, on the search page, uses the dynamic menu system. There is a list of manufacturers and then their models.

Right now the menu shows what's in the tables as follows:
manufacturer 1
- model
- model
- model
manufacturer 2
- model
- model
- model
manufacturer 3
- model
- model
- model

What I would like, if it's feasible, is to have the models appear when the manufacturer is clicked on, so the menu would like this if I didn't click on any manufacturer:

manufacturer 1
manufacturer 2
manufacturer 2

and if I clicked on, say manufacturer 2, then the menu would look like this:

manufacturer 1
manufacturer 2
- model
- model
- model
manufacturer 3

can cmsb do this?

Thanks.

Re: [equinox69] dynamic menu question

By Kenny - October 3, 2009

We have successfully implemeted this script before. Check it out and see if it is what ou are talking about?

http://www.dynamicdrive.com/dynamicindex1/slashdot.htm


Kenny

Re: [sagentic] dynamic menu question

By Codee - October 4, 2009

Did you do it in conjunction with the automatic category setup with CMSB? So when you add/delete items to a category/subcategory field your dynamic menus changed as well?

Re: [equinox69] dynamic menu question

By Chris - October 5, 2009

Hi equinox69,

Can you please post the PHP source code for the page you want to add this feature to?
All the best,
Chris

Re: [chris] dynamic menu question

By Codee - October 9, 2009

Chris,
Thank you SO much for giving time and the input. I'll work on it.

Cheers!