The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
As far as I can tell, there's nothing in the standard vBulletin build to get a listing of all posts/threads made by someone in Tachy - this includes a search done by admins/mods.
From what I can see, it's hard coded into the search.php file, where it explicitly sets the query by not returning any Tachy set users around line 1658: Code:
// don't retrieve tachy'd posts/threads
require_once(DIR . '/includes/functions_bigthree.php');
if ($coventry = fetch_coventry('string'))
{
$coventry_post = "AND post.userid NOT IN ($coventry)";
$coventry_thread = "AND thread.postuserid NOT IN ($coventry)";
}
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|