--- Ian MacGregor <[EMAIL PROTECTED]> wrote: > > > I am using (:pagelist group=Category:) and would > > > like to have this list layout > > > as: > > > > > > item1 item2 item3 item4 > > > > > > instead of > > > > > > item1 > > > item2 > > > item3 > > > item4 > > > > > > How can I do that? > http://www.pmwiki.org/wiki/Cookbook/PagelistTemplateSamples#OneLine > This looks good, but I have no idea how to > implement it.
For pagelists in general, start here: http://www.pmwiki.org/wiki/PmWiki/PageLists What you probably want to do is take the template mentioned above (oneline) and put it in your local Site.LocalTemplates. This is describe here: http://www.pmwiki.org/wiki/PmWiki/PageListTemplates You can then reference the template with the fmt= option like this: (:pagelist group=Category fmt=#oneline:) That should do it! -Martin ____________________________________________________________________________________ Shape Yahoo! in your own image. Join our Network Research Panel today! http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
