DHTML menu for phpwcms

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Post Reply
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

DHTML menu for phpwcms

Post by frold »

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/
http://www.studmed.dk Portal for doctors and medical students in Denmark
roman-schechtel
Posts: 13
Joined: Thu 11. Dec 2003, 16:22

Post by roman-schechtel »

as of today, I think this is going to be difficult. Sometimes in the future phpWCMS will habe a better template support, I heard. Then things like this will go without modifying phpWCMS's source code.
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Roman, this is something I want to include - hardcoded next time. Reworked template system will need time. :(
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Moozie
Posts: 164
Joined: Sat 8. Nov 2003, 00:21
Location: Netherlands

Post by Moozie »

Oliver,

This one is not in the january 2004 version. I guess it will take much longer? It's a nice feature for bigger sites. You can scroll the menu's without having to click them to see all items. It navigates much faster.
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

yes - time is all I need... :?
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

anyone taking this job :?: :lol:
http://www.studmed.dk Portal for doctors and medical students in Denmark
hidiho
Posts: 38
Joined: Wed 3. Dec 2003, 23:44

Post by hidiho »

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 :D
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Yeah - XML sounds good. Later, when having time again...

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

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
hidiho
Posts: 38
Joined: Wed 3. Dec 2003, 23:44

Post by hidiho »

I'll check for that, maybe one of my collegaes can do this. Not sure if, but when...

anyway, will let you know

regards
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

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
I would be so COOL now Oliver have to contrate on other things... :D
http://www.studmed.dk Portal for doctors and medical students in Denmark
brans

Post by brans »

hidiho wrote:Maybe this link http://www.aitoc.com/en/flex_menu_php.html
will help. It's free.
I think if you add this:

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! )
Post Reply