Page 1 of 1

Navigation without content - how to?

Posted: Sat 22. May 2004, 00:01
by Frank
Hi!

I'm fairly new to phpwcms working - on my first site atm.

Got a question regarding the std. {NAV_TABLE_COLUMN}, searched here in the board but found nothing, maybe it's to obvious or I took the wrong search terms:

Example menu structure:

The Team
--- Members
--- Photos

How can I manage that if I click on "The Team" phpwcms only loads the sub-nav-points but not change the content? Because I got no content fot "The team" just for the subpages?

Any chance?

Regards, Frank

Posted: Sat 22. May 2004, 03:11
by Pappnase
hello

create an blank article with an redirection under team!
place in the redirect field eg. index.php?xxxx

xxxx stands for the alias you give your structure level members!

Posted: Sat 22. May 2004, 12:48
by Frank
Perfect!

Thanks a lot ;)

First I thought about a redirection but I feard that it'd double load which looks bad. But that works great!