Is it possible to have all the titles of all categories

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
VIOTEXN
Posts: 36
Joined: Wed 7. Mar 2007, 12:54

Is it possible to have all the titles of all categories

Post by VIOTEXN »

Is it possible to have all the titles of all categories opened?
For examples
internet (category
bla bla title1
bla bla title 2
...
bla bla title90

ecommerce (category)
bla bla title1
bla bla title 2
......
bla bla 102

How can I do so?
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

I hope I understand you right.
{NAV_LIST_UL:P, , , , , , ,}

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
VIOTEXN
Posts: 36
Joined: Wed 7. Mar 2007, 12:54

Post by VIOTEXN »

flip-flop wrote:I hope I understand you right.
{NAV_LIST_UL:P, , , , , , ,}

Knut
hi Knut
Can you please be more specific?
What I must put inside , , ?
jscholtysik

Post by jscholtysik »

Hi VIOTEXN,



take the NAV_LIST_UL call as flip-flop wrote and you will get what you want. There are no further parameters:
{NAV_LIST_UL:P, , , , , , ,}
Joachim
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

- http://www.phpwcms.de/forum/viewtopic.php?p=83839#83839
and the basic stuff
- http://www.phpwcms.de/forum/viewtopic.php?t=12165

The P parameter (parent-output) is a new one since V1.33.
changelog wrote:[ADD] {NAV_LIST_UL} enhanced by "parent" setting which - additional modes: P, FP, HCSSP, VCSSP; working the same as modes without "P". Default class name is "sub_parent". If mode *P enabled parent structure level rendered as first <li>.
Thats very powerfull.

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply