Reported Posts mimics the vBulletin behavior when items (posts, profile posts, conversation messages) get reported.
 
		 
	
 
Currently it does the following:
 
This add-on is released as a beta and I invite you to test it and expand it as you wish. Feedback is always appreciated.
 
 
(extra: if you don't like to see the notification of reported items in the moderator bar, you can edit the following)
In the moderator_bar template, find and remove the following code:
	
	
	
		
					
					
	
		
	
					
						
					
					
					Currently it does the following:
- (Required) Allow you to pick a dedicated private forum node where all reported items are being posted in (under Admin CP -> Options -> Messages)
- (Optional) Email all moderators who have access to that private node when a new item is being reported
- (Optional) Automatically watch the discussion thread of the reported item if the reporting person is a moderator with access to the private node
- When the same item is reported multiple times, only one report threads is created; subsequent reports appear as new posts in that thread.
This add-on is released as a beta and I invite you to test it and expand it as you wish. Feedback is always appreciated.

(extra: if you don't like to see the notification of reported items in the moderator bar, you can edit the following)
In the moderator_bar template, find and remove the following code:
		Code:
	
	<a href="{xen:link reports}" class="reportedItems modLink">
<span class="itemLabel">{xen:phrase reported_items}:</span>
<span class="itemCount {xen:if {$session.reportCounts.total}, 'alert'}">{$session.reportCounts.total}</span>
</a> 
 
		