Thanks for the mod.
I found that Report-a-Post (to a forum) was being blocked, even if you put the reported ports forum in the list of excluded forums.
I believe this work-around is working for me:
In both of these plugins:
threadfpdata_presave
postdata_presave
Before:
PHP Code:
if(!in_array($vbulletin->userinfo['userid'], $excludeduids))
Add:
PHP Code:
if(THIS_SCRIPT != 'report')
{
And at the end, add the matching