Page 1 of 1
Please help structure does not show 3rd level depth
Posted: Fri 11. May 2012, 18:44
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
Re: Please help structure does not show 3rd level depth
Posted: Fri 11. May 2012, 22:14
by nameless1
welcome!
pls show us your code for navigation.
looking forward
nml1
Re: Please help structure does not show 3rd level depth
Posted: Sat 12. May 2012, 11:13
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