levelsensitive navigation - 0.4 available
Hi ssyfrig,
have a look at: http://www.art-varij.de/de_bilderbueche ... 1_02.phtml
First vertic. nav made with NAV_LIST_FROM
Second horiz. nav made with NAV_LIST_SETLEVEL
Third vertic. nav made with NAV_LIST_SETLEVEL
Gruß Knut
have a look at: http://www.art-varij.de/de_bilderbueche ... 1_02.phtml
First vertic. nav made with NAV_LIST_FROM
Second horiz. nav made with NAV_LIST_SETLEVEL
Third vertic. nav made with NAV_LIST_SETLEVEL
Gruß Knut
Last edited by flip-flop on Sun 14. May 2006, 17:21, edited 1 time in total.
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Hi Usta,
Just wanted to say thanks for coding this great RT
How did I passed by this great RT for so long...?

Working perfect with your indepth explanations.
Love it when you don't have to hack core files
Gratitude,
Just wanted to say thanks for coding this great RT

How did I passed by this great RT for so long...?


Working perfect with your indepth explanations.
Love it when you don't have to hack core files

Gratitude,

PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
Hi Ben,
i can´t confirm this. For me it works in 1.2.7 pre using re-write 1/0.At this time all NAV RTs are working well. You will find all at this site.
NAV_ROW
NAV_LIST
NAV_LIST_TOP
NAV_LIST_CURRENT
NAV_LIST_FROM
NAV_LIST_SETLEVEL
NAV_LIST_ALL
NAV_TAB_LEVELS
NAV_STRUCT
NAV_ANY_LEVEL
BREADCRUMB_LEVELS
NAV_ROW_LEVEL
Other RT ore hacks <- interact ->
regards
Knut
i can´t confirm this. For me it works in 1.2.7 pre using re-write 1/0.
Code: Select all
www .mz.ja-nek .de/test2_2_1.phtml
NAV_ROW
NAV_LIST
NAV_LIST_TOP
NAV_LIST_CURRENT
NAV_LIST_FROM
NAV_LIST_SETLEVEL
NAV_LIST_ALL
NAV_TAB_LEVELS
NAV_STRUCT
NAV_ANY_LEVEL
BREADCRUMB_LEVELS
NAV_ROW_LEVEL
Other RT ore hacks <- interact ->

regards
Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Hi,
I read every thread and the readme but I could not find a solution for my problem - I only found another question with the same subject which is not answered:
I use this script to generate a navigation with the following replacement tag: {NAV_LIST_SETLEVEL:Home:0:0:0:1:}
Eveything workes fine but I don't understand how to get it from vertical into horizontal (like 1.1 | 1.2 | 1.3 | or | 2.1 | 2.2 | 2.3)
Can somebody help me or just remove the tomatos from my eyes
?
Cheers Adam
I read every thread and the readme but I could not find a solution for my problem - I only found another question with the same subject which is not answered:
I use this script to generate a navigation with the following replacement tag: {NAV_LIST_SETLEVEL:Home:0:0:0:1:}
Eveything workes fine but I don't understand how to get it from vertical into horizontal (like 1.1 | 1.2 | 1.3 | or | 2.1 | 2.2 | 2.3)
Can somebody help me or just remove the tomatos from my eyes

Cheers Adam
Hi,
I don´t understand your problem. All the CSS-Navi like <DIV> or <UL><LI> and so on are formated via a container or an table.
Horizontal:
<table border="0" cellspacing="0" cellpadding="0" width="760" bgcolor="#FFFFFF">
<tr><td>{NAV_LIST_SETLEVEL:Home:0:0:0:1:}</td></tr></table>
Vertical:
<table border="0" cellspacing="0" cellpadding="0" width="150" bgcolor="#FFFFFF">
<tr><td>{NAV_LIST_SETLEVEL:Home:0:0:0:1:}</td></tr></table>
regards Knut
I don´t understand your problem. All the CSS-Navi like <DIV> or <UL><LI> and so on are formated via a container or an table.
Horizontal:
<table border="0" cellspacing="0" cellpadding="0" width="760" bgcolor="#FFFFFF">
<tr><td>{NAV_LIST_SETLEVEL:Home:0:0:0:1:}</td></tr></table>
Vertical:
<table border="0" cellspacing="0" cellpadding="0" width="150" bgcolor="#FFFFFF">
<tr><td>{NAV_LIST_SETLEVEL:Home:0:0:0:1:}</td></tr></table>
regards Knut

>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Hi,
for this I would use the BREADCRUMB_LEVELS or NAV_ROW_LEVEL
regards Knut
for this I would use the BREADCRUMB_LEVELS or NAV_ROW_LEVEL
Code: Select all
www .mz.ja-nek .de/index.php?test2_3
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Hi Usta,
Again: This is a very verywell done and usefull RT menu you created.
I could not go without it anymore.
If ever at some point you find time to add an extra feature...
Then... Here would be my request:
Would be great if your RT could also parse the {IMAGE:icon/new.gif} RT.
This way I could associate an image with newly added menu item(s).
Here's where I use it:
http://www.malouin.ws/design/index.php? ... identities
Thanks in advance,
Cheers,
Yves
Again: This is a very verywell done and usefull RT menu you created.
I could not go without it anymore.

If ever at some point you find time to add an extra feature...

Then... Here would be my request:
Would be great if your RT could also parse the {IMAGE:icon/new.gif} RT.
This way I could associate an image with newly added menu item(s).
Here's where I use it:
http://www.malouin.ws/design/index.php? ... identities
Thanks in advance,
Cheers,
Yves

PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
Where did I go wrong?
{NAV_LIST_SETLEVEL:Home:0:0:0:1:} gave me vertical navigation like one below:
L1
L2
L3
L4
but I need navigation like one below:
L1 | L2 | L3 | L4
Where did I go wrong?
I done everything as is written in instructions made by "usta".
Is it possible that Im missing some CSS data, or I have to change my PAGE LAYOUT???
Help please, Im desperate...
L1
L2
L3
L4
but I need navigation like one below:
L1 | L2 | L3 | L4
Where did I go wrong?
I done everything as is written in instructions made by "usta".
Is it possible that Im missing some CSS data, or I have to change my PAGE LAYOUT???
Help please, Im desperate...