Replacement Tags appear as text how come ?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
jmj
Posts: 24
Joined: Thu 16. Feb 2006, 22:36

Replacement Tags appear as text how come ?

Post 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 ?
Last edited by jmj on Mon 1. May 2006, 14:22, edited 4 times in total.
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Post by Klappstuhl28 »

Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
jmj
Posts: 24
Joined: Thu 16. Feb 2006, 22:36

Post by jmj »

yes
Last edited by jmj on Sun 30. Apr 2006, 16:06, edited 1 time in total.
jmj
Posts: 24
Joined: Thu 16. Feb 2006, 22:36

Post 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
jmj
Posts: 24
Joined: Thu 16. Feb 2006, 22:36

Post by jmj »

please can some one help me
Last edited by jmj on Sun 30. Apr 2006, 20:12, edited 1 time in total.
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post 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
jmj
Posts: 24
Joined: Thu 16. Feb 2006, 22:36

Post 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}
Last edited by jmj on Sun 30. Apr 2006, 22:42, edited 1 time in total.
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post 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
jmj
Posts: 24
Joined: Thu 16. Feb 2006, 22:36

Post by jmj »

oke ill try
jmj
Posts: 24
Joined: Thu 16. Feb 2006, 22:36

Post 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}
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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}
Post Reply