just installed on a forum.
With the postbit_legacy template, I have used the following code for the template:
replaced
HTML Code:
report.php?$session[sessionurl]p=$post[postid]
with
HTML Code:
<if condition="THIS_SCRIPT=='private'">mh_pmwbrp_report.php?$session[sessionurl]do=reportpm&pmid=$post[pmid]<else />report.php?$session[sessionurl]p=$post[postid]</if>
The same would probably be needed if you were coding for the normal postbit template.