DHTML menu for phpwcms
DHTML menu for phpwcms
Hey
Is there anyone who have developed a dhtml menu for phpwcms, that is autoupdated when you add a new level to the site structure?
I would like to use a dhtml menu like these site offer...
like this : http://www.burmees.nl/menu/menus.htm
or this: http://www.brothercake.com/dropdown/
Is there anyone who have developed a dhtml menu for phpwcms, that is autoupdated when you add a new level to the site structure?
I would like to use a dhtml menu like these site offer...
like this : http://www.burmees.nl/menu/menus.htm
or this: http://www.brothercake.com/dropdown/
http://www.studmed.dk Portal for doctors and medical students in Denmark
-
- Posts: 13
- Joined: Thu 11. Dec 2003, 16:22
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Oliver,
Maybe this link http://www.aitoc.com/en/flex_menu_php.html
will help. It's free. I think that the code can be used within phpwcms. All you'll need to code is that every sitestructure change will render (output) an XML file. It is, i think, the easiest solution, otherwise you would have to rebuild the script in order to connect to the db.
As for now, i use the burmees script. It works fine too, but is al bit slow. Another one, also free, is EZmenu. This one is a bit faster, but the rendering of burmees is more accurate.
You could of course include a functionality (has been done for mambo) that writes a js file with variables of the entire menu after each sitestructure change, that file is than being used in the frontend for rendering the burmees menu.
Hope this helps
Regards to all
Maybe this link http://www.aitoc.com/en/flex_menu_php.html
will help. It's free. I think that the code can be used within phpwcms. All you'll need to code is that every sitestructure change will render (output) an XML file. It is, i think, the easiest solution, otherwise you would have to rebuild the script in order to connect to the db.
As for now, i use the burmees script. It works fine too, but is al bit slow. Another one, also free, is EZmenu. This one is a bit faster, but the rendering of burmees is more accurate.
You could of course include a functionality (has been done for mambo) that writes a js file with variables of the entire menu after each sitestructure change, that file is than being used in the frontend for rendering the burmees menu.
Hope this helps
Regards to all
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
But in the meanwhile when Oliver is working - so he can earn some money - then maybe someone else have time and now how to do it?
http://www.studmed.dk Portal for doctors and medical students in Denmark
I would be so COOL now Oliver have to contrate on other things...hidiho wrote:I'll check for that, maybe one of my collegaes can do this. Not sure if, but when...
anyway, will let you know
regards
http://www.studmed.dk Portal for doctors and medical students in Denmark
I think if you add this:hidiho wrote:Maybe this link http://www.aitoc.com/en/flex_menu_php.html
will help. It's free.
http://www.active-link.com/intranet/software.php
then it will be no more problem to implement it into phpwcms
you can see what the scripts does here ( the script I posted! )