Thanks, this works great!
I did have one problem though. I use another mod named Geek Article Review (gar), and it causes errors with this mod. Specifically:
MySQL Error : Unknown column 'ga.synopsis' in 'field list'
Is the an easy way to keep this mod from running on forums where that plugin is active? Something like
Code:
if($vbulletin->userinfo['userid'] AND in_coventry($vbulletin->userinfo['userid'], true) OR is forum 4,5,6 )
{
// do nothing
}else{