Back to vBulletin 3.8 Add-ons

Total Threads Made by User
Mod Version: 1.00, by exel

vB Version: 3.8.7 Rating: (0 vote - 0 average) Installs: 5
Released: 03 May 2012 Last Update: Never Downloads: 0
Not Supported Uses Plugins Template Edits  



Product: vBulletin
Hook Location: global_start
Title: Total Threads Made by User
Execution Order: 5
Plugin PHP Code:
PHP Code:
$querythread $db->query_first("SELECT COUNT(*) AS count FROM " TABLE_PREFIX "thread WHERE postuserid = " $vbulletin->userinfo['userid'] . " AND visible = '1'");
// Brought to you by Exel from Elite-Source.com
$totalthread vb_number_format($querythread['count']); 
Template code (Add it wherever you want it to show):
HTML Code:
<b>Threads:</b> <a href="search.php?do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]">$totalthread</a>

Download

No files for download.

Similar Mods

Mini Mods Total Posts and Threads of the User in Navbar vBulletin 3.6 Add-ons

vblts.ru supports vBulletin®, 2022-2024