[pmwiki-users] almost done with trackback module
Hans
design5 at softflow.co.uk
Sun Feb 25 03:16:28 CST 2007
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
More information about the pmwiki-users
mailing list