dhtml-menu and 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 and phpwcms!

Post by frold »

Hey

I have been away from the phpwcms project for a while - But Im back again.... :lol:

Is there any solution on using a dhtml menu like this for phpwcms? http://demostandard.m2cms.com/Default.asp

The menu is based on: http://www.burmees.nl/menu/menus.htm

I think it would be cool and Im going to use something like it for my next project...
http://www.studmed.dk Portal for doctors and medical students in Denmark
spirelli
Posts: 996
Joined: Tue 27. Jul 2004, 13:37
Location: London

Post by spirelli »

You might want to start here:
http://www.phpwcms.de/forum/viewtopic.php?p=27079#27079
http://www.phpwcms.de/forum/viewtopic.php?t=5361
I did not really read it all but it might be what you are looking for.

==EDIT==
Now that I realise who you are I don't think I am able to tell you anything that you wouldn't know already .... :shock:
brans

Post by brans »

hi frold!

you could simply take the implemented

build_dhtml function and take the
http://www.udm4.com/ in addition to this. I have tested this with the old function, that OG wrote for me which is now actually the included one in front.func.inc.php (just a little modified ;))

This should work like a charm for you and yes udm in my opinion is great.
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

hi brans,

thank you for the link.

nice one and all the best is: it's cross-browserable :-)

You mentioned the build-in dhtml functions - in wcms 1.1.9?

have you made a page with this menue?

would it be easy to implement and configure in phpwcms?
means when build in will this also "catch" the structure levels automaticly like {NAV_TABLE_COLUMN} does?

Thank you for comments.
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
brans

Post by brans »

ok cyrano:

this udm menu works as follows:

you have to provide a nested list, that has to look like this:
<ul id="udm" class="udm">
<li>Text
<ul><li>Text</li></ul>
</li>
</ul>
(the id and class must only be added once)

The rest is only implementation of JS and CSS directly from the udm package (inside the template => html-head)

The function build_dhtmlmenu() must be implemented as described
here. (only the replacement-tag, NOT the css etc.!)

You will then have a fully dynamic list and therefore a fully dynamic dhtml-menu, which displays the hole structure of phpwcms.
Post Reply