Forum OpenACS Q&A: Deleted Portlets in XoWiki?

Collapse
Posted by Carl Robert Blesius on
We are in the process of merging our local code with code in the OpenACS cvs and noticed that a few of the portlets we use that came with older versions of XOWiki were deleted.

http://fisheye.openacs.org/browse/OpenACS/openacs-4/packages/xowiki/www/portlets?%40hideDeletedFiles=N (gray highlight).

Have these been moved somewhere else and have to be activated or are these just no longer included in xowiki?

Collapse
Posted by Carl Robert Blesius on
Figured it out.

Old way:
{{adp portlets/last-visited {name {Last Visited} max_entries 25 }}}
{{adp portlets/recent {name {Recently Changed} decoration {portlet} max_entries 10} }}
{{adp portlets/most-popular {name {Most Popular} max_entries 10 }}}

New way:
{{recent -max_entries 25}}
{{last-visited -title "Last Visited" -max_entries 10 }}
{{most-popular -title "Most Popular" -max_entries 10 }}