Code:
// Find out how many threads this user has started
$startcount = $DB_site->query_first("SELECT COUNT(title) AS starts FROM thread WHERE postusername='$userinfo[username]' AND open!='10'");
$starts = $startcount[starts];
// end Find threads
That would be the hack. It's the hack that allows you to see how many threads a person has started. It shows it in the profile.
The hack instructions can be found here.
http://www.vbulletin.com/forum/showt...threadid=12104
(Thanks for the help FireFly)