[pmwiki-users] disable pagelist css tyle fpltemplate

noskule noskule at gmx.net
Sat Aug 25 11:42:50 CDT 2007


hi list
I trying do build a pagelist like:

*Category
** SubCategory
*** SubSubcategory

Pmwiki builds around every pagelist a div with the fpltemplate class. So
its not possible to build hirarchical list. Is ist somehow possible to
avoid the div, or if there is no real reason disable it in the core,
cause a surrounding div can be defined in the pagelisttemplate to?


Pagelists:
!!! #CategoryStructure
[@
[[#CategoryStructure]]
(:template first:)
(:table:)
(:template each:)
(:cell:)
'''{=$Name}'''
(:pagelist link={=$FullName} fmt=#categorylist-1:)
(:template last:)
(:tableend:)
[[#CategoryStructureend]]
@]


!!! #categorylist-1
[@
[[#categorylist-1]]
* {=$Name}
(:pagelist link={=$FullName} fmt=#categorylist-2:)
[[#categorylist-1end]]

!!! #categorylist-2
[@
[[#categorylist-2]]
** {=$Name}
(:pagelist link={=$FullName} fmt=#categorylist-3:)
[[#categorylist-2end]]

!!! #categorylist-3
[@
[[#categorylist-3]]
*** {=$Name}
[[#categorylist-3end]]



More information about the pmwiki-users mailing list