levelsensitive navigation

Post custom hacks and enhancements for phpwcms here only. Maybe some of these things will be included in official release later.
Post Reply
usta
Posts: 146
Joined: Thu 18. Aug 2005, 19:17

levelsensitive navigation

Post by usta »

now released. view the thread.
Last edited by usta on Mon 12. Sep 2005, 11:47, edited 4 times in total.
Timo S.
Posts: 12
Joined: Fri 9. Sep 2005, 13:51

Post by Timo S. »

Interessant! Ich bin gerad auf der suche nach 'nem RT der mir folgende Struktur auswirft:

Code: Select all

Level (1,2,3... wird nicht dargestellt zweck multilanguage...)

das ganze soll aus zwei seperaten menus bestehen, immer vertikal links:

1_1
1_2
1_3
etc.

und als horizontale dazu das passende submenu:

1_1_1 | 1_1_2 | 1_1_3 | 1_1_4 | 1_1_5

oder

1_2_1 | 1_2_2 | 1_2_3 | 1_2_4 | 1_2_5

oder

1_3_1 | 1_3_2 | 1_3_3 | 1_3_4 | 1_3_5

etc.

Wahrscheinlich muß ich das selber proggn aber vielleicht
würde mir Dein Scipt da irgendwie helfen?
usta
Posts: 146
Joined: Thu 18. Aug 2005, 19:17

Post by usta »

sozusagen, wie bei mir, nur mit vertauschtem layout?
sollte kein problem sein; auch, dass das erste level kommplett entfallen soll.

ich könnte dir mein skript geben, ich bin damit aber zur zeit noch unzufrieden.
Timo S.
Posts: 12
Joined: Fri 9. Sep 2005, 13:51

Post by Timo S. »

jupp, nur getauschtes layout. eigentlich nix dolles, und mehr solls auch gar nicht können. wieso bist du mit deinem script noch unzufrieden? woran liegts? ich bin für jede hilfe dankbar die mich ein stück weiter bringen würde bzw. mir den richtigen anstoss geben könnt...

hatte auch eben das DHTMLMENU von dir mal installiert! sehr geil! nur für dieses projekt, an dem ich gerad sitze schon viel zu viel. brauch halt sowas simples wie oben beschrieben. Kundenwunsch *x_X

also ich wuerds script gerne mal ausprobieren!

MFG, Timo.
MFG, Timo.
usta
Posts: 146
Joined: Thu 18. Aug 2005, 19:17

Post by usta »

na, bis zum Wochenende sollte alles laufen; bin heute schon fast fertig geworden.
woran haperts?: ich will den benutzer auch gleich angeben lassen, von wo ab die navi arbeiten soll. das hab ich heut fertiggestellt. +: die navi solls als tabellen-, aber auch als div-version geben. Das muss ich noch machen.

simpel wirds auf jeden fall: der div-tag wird:
{NAV_LIST_SETLEVEL:xxx:#1:#2}

mit
xxx: name home
#1: home ja/nö
#2: der wichtigste: wo solls losgehen
Timo S.
Posts: 12
Joined: Fri 9. Sep 2005, 13:51

Post by Timo S. »

Das klingt ja fantastisch! Perfekt! Na dann warte ich mal ab von Dir zu hören. Wenn ich irgendwie helfen kann, lass es mich einfach wissen.
MFG, Timo.
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

It looks lovely AND just the sort of thing I could use - how much control over the placement of the individual nav lists does it offer? and how much style control through css is there?

..and where would I be able to get the code to test?
usta
Posts: 146
Joined: Thu 18. Aug 2005, 19:17

Post by usta »

pSouper wrote:It looks lovely AND just the sort of thing I could use - how much control over the placement of the individual nav lists does it offer? and how much style control through css is there?

..and where would I be able to get the code to test?
looks: thanks =D.
placement: well, like all the other nav tags: place it, wherever you want.
style: -list: its a div-ol-li - list - so it's customizeale with css
-table: i am using the predefined style of phpwcms - for now.

test: soon. i'll post the code, and a link to a zip. here.

ps: dunno, if i got you right: you can specify the level that (list), or the level, from where (table) the navi will be displayed.
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

Can't wait to try it out :D
...is it ready yet?




...is it ready now?








...now?
Timo S.
Posts: 12
Joined: Fri 9. Sep 2005, 13:51

Post by Timo S. »

hehe, seems that we need to be more patient for a while =)

*dumm di dumm di dumm...
MFG, Timo.
Post Reply