Forum OpenACS Q&A: Re: How to generate the category tree in xowiki

Collapse
Posted by Gustaf Neumann on
Damon, if you create a page with the following content,

{{adp portlets/categories { name {Category Tree} }}

it will contain the Category Tree. In http://media.wu-wien.ac.at/download/xowiki-doc/index.html you will find various differnt displays, of the category tree (see as well the weblog).

with the block-markers you can out it at various places
of the page

>left-col<<
{{adp portlets/categories { name {Category Tree} }}
><<
>right-col<<
hello world
><<

If you create a page of type pageTemplate, and add there

>left-col<<
{{adp portlets/categories { name {Category Tree} }}
><<
>right-col<<
@page_content@
><<

and you create later a page of the type pageInstance, you can provide only the content of the page.

... and certainly, one can create a custorm view.adp page,
as Dave did.

on xowiki/admin you can create, administer and map the category tree. when you edit an xowiki page, the form will let you categorizing the page...