Please help structure does not show 3rd level depth

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
delta
Posts: 2
Joined: Sat 2. Jul 2011, 01:30

Please help structure does not show 3rd level depth

Post by delta »

Hi,

We are still using phpwcms 1.3.9 version. Can somebody help me where the setting( or code) for depth structure is?
Right now our site only shows 2 levels on the top menu, I'm not sure where did i miss.

Appropriated!
Delt
nameless1
Posts: 878
Joined: Sun 27. Apr 2008, 23:22

Re: Please help structure does not show 3rd level depth

Post by nameless1 »

welcome!

pls show us your code for navigation.

looking forward

nml1
thoblerone
Posts: 110
Joined: Fri 27. Jan 2006, 23:34
Location: Essen, Germany
Contact:

Re: Please help structure does not show 3rd level depth

Post by thoblerone »

Hello Delta,

like nml1 mentioned, please make a little clearer of what you have and what you like to get. Maybe you could post the navigation part of your template?

As a rough primary guess, you can try this navigation code:

Code: Select all

{NAV_LIST_UL:P,0,,act_path,active}
If you have just two levels of navigation, instead of {NAV_LIST_UL:P,0,,act_path,active} you might have {NAV_LIST_UL:P,0,2,act_path,active} (3rd Parameter is navigation depth)

Much more on this on the Wiki: http://www.phpwcms-howto.de/wiki/doku.p ... av_list_ul

Thomas
Post Reply