Page 1 of 1

Replacement Tags appear as text how come ?

Posted: Sun 30. Apr 2006, 12:10
by jmj
when i put {NAV_TABLE_COLUMN} it appears as text.
when i put {NAV_ROW} i only get the catagory.

does some one know what im doing wrong ?

Posted: Sun 30. Apr 2006, 12:23
by Klappstuhl28

Posted: Sun 30. Apr 2006, 12:34
by jmj
yes

Posted: Sun 30. Apr 2006, 12:49
by jmj
jmj wrote:
Klappstuhl28 wrote:hi jmj,

have you read this?
http://www.phpwcms-docu.de/navigation_tags.phtml
thanks man, i was on the docu site but i could find it
but it some codes do not work ?!
when i put this in my code {NAV_TABLE_COLUMN} it does not work, i see nothingg

Posted: Sun 30. Apr 2006, 17:08
by jmj
please can some one help me

Posted: Sun 30. Apr 2006, 18:59
by juergen
hello jmj,

just put your content into categories.... *Home* does not appear in the NAV_LIST_COLUMN, you have to have a redirection from an own cat for the root level.

Articles with different content NEED categories, otherwise you are out of need for navigation. Thats the way you should start a site.

1.) create cat....
2.) put matching articles in each of these cats

and NAV_LIST_COLUMN is a great helper...

it may look like this (Transport of an old site to phpwcms, in progress...)

http://baugrund-weber.de

Ahem, design not mine :shock: only menu :lol:

Jürgen

Posted: Sun 30. Apr 2006, 20:10
by jmj
So what you mean is for each page i make i have to make a new cat ?

look what happned

url

this is my code

Code: Select all


{CONTENT}



[PRINT]Print[/PRINT]

{NAV_LIST_COLUMN}

Posted: Sun 30. Apr 2006, 20:37
by juergen
hey jmj,

look what your webserver says:

<body style="margin:1px 1px 1px 1px;">
error

just do it as described here: http://www.phpwcms.net/forum/viewtopic. ... k+template

result shoulb be A LITTLE BIT :lol: better then

good luck

Jürgen

Posted: Sun 30. Apr 2006, 22:56
by jmj
oke ill try

Posted: Mon 1. May 2006, 14:23
by jmj
Oke i followed the turtual, but only withoud the collors,

but still when i place some tags they appear as text just like i put them in the Template. How come ? what can i do so they will work propperly ?

an Example that doesnt work:

{NAV_ROW:CURRENT:0 or 1}

Posted: Mon 1. May 2006, 18:38
by DeXXus
If you mean EXACTLY what you just typed... THAT is not a VALID tag. That is part of the documentation at the DOCU site.

The tag would be
{NAV_ROW:CURRENT:1}

or the tag would be
{NAV_ROW:CURRENT:0}