Hi Paul,
In the details pop out box, I will like to show the reason why a post is reported. I have managed to create the row but need the correct syntax for cdata. can you help?
Here's what I have at the moment
Quote:
$cname = 'Reason for reporting';
$cdata = $reportinfo[reason];
$template_post->register('cname',$cname);
$template_post->register('cdata',$cdata);
$reportedpost .= $template_post->render();
|
I have attached a screenshot of where I'm headed
Also, Is there a way to highlight reported posts in the forum? I know this is beyond the scope of your fantastic product, but just wondering.