Ok. I dont know if my version of the software was old and not updated, but if you have installed the software on 3.0.3 and are having trouble making it show in the post where it says:
functions_showthread.php ADD BELOW:
Code:
// do posts from ignored users
if ($tachyuser AND THIS_SCRIPT != 'showpost' AND THIS_SCRIPT != 'private')
{
$maintemplatename = 'postbit_ignore_global';
}
else if ($ignore["$post[userid]"]/* AND !in_array($post['userid'], explode(' ', $bbuserinfo['buddylist']))*/)
{
$maintemplatename = 'postbit_ignore';
$show['showpostlink'] = ($alternate != 'usernote');
}
It really needs to be Added ABOVE! And If this has already been said, sorry. I didnt feel like searching through the posts, and this way, someone else wont have to either. And It may only be if the Arcade Awards are on, so that is another reason why you may be having trouble.