hi list
I'm workin on a category search. The search results should present a
list with categories and a sublist with categorized pages. The problem
is that my try only list pages in category but not the linked ones.
What I would like to get:
* CategoryA
** PageA
** PageB
* CategoryB
** PageC
The searchbox only looks in categories:
(:searchbox group=Category fmt=#BackLinkList:)
makes a level1 one list and includes the pagelist for the pages with
links to the category
!! #BackLinkList
[@
[[#BackLinkList]]
* {=$Title}
(:pagelist link={=$FullName} fmt=#BackLinkListPages:)
[[#BackLinkListend]]
@]
!! #BackLinkListPages
[@
[[#BackLinkListPages]]
** [[{=$FullName}]]
[[#BackLinkListPagesend]]
@]
the only thing what I get is:
* CategoryA
* CategoryB
anyone an idea how to get all pages linked to category pages?
thanks for any hints
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users