Forum OpenACS Development: Re: Best way to get Xowiki weblog to list only instances of a particular xowiki::FormPage

Edit the xowiki::Object called en:weblog-portlet and add the name of the xowiki::Form you want the entries of to the parameter list of the initialize method:

#
# A sample Weblog object.
#
my initialize -parameter {
{-page_size:integer 10}
{-page_number:integer 1}
{-summary:boolean 0}
{-category_id ""}
{-date ""}
{-tag ""}
{-ptag ""}
{-entries_of "en:your_formpage"}