From: Chris W. <la...@us...> - 2004-11-28 07:03:31
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/comments/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7016 Modified Files: comments.pod Log Message: small updates Index: comments.pod =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/doc/comments.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** comments.pod 30 Sep 2003 19:46:29 -0000 1.1 --- comments.pod 28 Nov 2004 06:07:46 -0000 1.2 *************** *** 5,9 **** =head1 SYNOPSIS ! # Tell an SPOPS class you want to enable comments for it (optional): [news] --- 5,10 ---- =head1 SYNOPSIS ! # Tell an SPOPS class you want to enable comments for it (optional -- ! # you can still add comments to an object if you don't do this): [news] *************** *** 28,31 **** --- 29,38 ---- [% OI.action_execute( 'show_comment_by_object', object => news ) %] + + # Show most recently added comments, default number + [% OI.action_execute( 'comment_recent' ) %] + + # Show 10 most recently added comments + [% OI.action_execute( 'comment_recent', comment_count = 10 ) %] =head1 DEPENDENCY NOTE *************** *** 111,115 **** B<comment_recent> ! Box that lists the last n comments posted in descending date order. The number is controlled by the parameter 'comment_count' action parameter (a default is specified in the configuration). --- 118,122 ---- B<comment_recent> ! Component that lists the last n comments posted in descending date order. The number is controlled by the parameter 'comment_count' action parameter (a default is specified in the configuration). *************** *** 164,168 **** =head1 SEE ALSO ! Movable Type: http://www.movabletype.org/ =head1 AUTHORS --- 171,175 ---- =head1 SEE ALSO ! Movable Type: L<http://www.movabletype.org/> =head1 AUTHORS |