Sunday, February 25, 2007, 7:46:21 AM, chanyy wrote:

> The only problem is not in receiving but posting with CommentBoxPlus. When I
> use HandleCommentPost directly a posting is going at the beginning of an
> article or at the end of it. If someone knows well about CommentBoxPlus 
> module,
> could you explain about determining the position of a comment?

In config.php you can set $MPAnchorFmt to some different string to use as an
anchor for positioning the comments. For instance

   $MPAnchorFmt = "[[#comments]]";

and place [[#comments]] somewhere on the page. The comment posts will appear
beneath this anchor. For chronological posts you need to set

   $MPAnchorChronoFmt = "[[#comments]]";

the posts will appear ABOVE $MPAnchorChronoFmt. 


Hans


_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to