Date: Sun, 4 Jul 2004 01:31:02 -0700 Mime-Version: 1.0 (Produced by PhpWiki 1.3.8) X-Rcs-Id: $Id: Help%2FAddCommentPlugin,v 1.1 2005-11-21 22:19:00 rurban Exp $ Content-Type: application/x-phpwiki; pagename=Help%2FAddCommentPlugin; pgsrc_version="2 $Revision: 1.1 $"; flags=""; markup=2; charset=iso-8859-1 Content-Transfer-Encoding: binary Help:WikiPlugin to let users attach comments to the end of a page. Since v1.3.8. Change the layout via the templates comment.tmpl and addcomment.tmpl, and the CSS classes wikicomment, wikicomment-header, wikicomment-body, wikicomment-footer !! Usage !! Plugin Arguments __jshide__: | Boolean if the comments and/or textbox should be initially hidden and on click expanded. Default: 0 __order__: | List comments in chronological (order=normal) or reverse order (order=reverse) __mode__: | List of add and/or show. Default: add,show __noheader__: | Boolean if the "Comments" h2 header should be omitted. Default: 0 __pagename__: | Attach to which page? Default: current pagename !! Known Problems jshide does not work yet. Not very well tested. !! Examples ------------- PhpWikiDocumentation Help:WikiPlugin