Back to vBulletin 3.0 Add-Ons

Hide Threads Posted By Ignored Users (in search results)
Mod Version: 1.00, by Borgs8472

This modification is in the archives.
vB Version: 3.0.7 Rating: (0 vote - 0 average) Installs: 1
Released: 12 Oct 2005 Last Update: 13 Oct 2005 Downloads: 4
Not Supported Code Changes  

This is arguably a hack part 2 of 2, but I thought I'd make it it's own thread. I based the changes from the Hide Threads Posted By Ignored Users by tjdrico but with similar changes applied to the search.php rather than just the forumdisplay.php

Open search.php

Find:
PHP Code:
'threadbit'// result from search threads
'newreply_reviewbit_ignore' 
Replace with:
PHP Code:
'threadbit'// result from search threads
'newreply_reviewbit_ignore',
'forumrules',
'threadbit_ignore' 
Find:
PHP Code:
eval('$searchbits .= "' fetch_template('threadbit') . '";'); 
and replace with:

PHP Code:
                        if ($ignore["$thread[postuserid]"])
                            {
                                eval(
'$searchbits .= "' fetch_template('threadbit_ignore') . '";');
                            }
                            else
                            {
                                eval(
'$searchbits .= "' fetch_template('threadbit') . '";');
                            } 
Use this hack in conjunction with the previously mentioned hack and you will not ever see your ignored people's threads!

Download

This modification is archived and cannot be downloaded.

Similar Mods

Hide Threads Posted By Ignored Users vBulletin 3.0 Full Releases

vblts.ru supports vBulletin®, 2022-2024