View Full Version : ADD PM count to POST count
How can this be done? I know it can be, anyone got the code for vBulletin 2.0.0 ?
JamesUS
07-28-2001, 06:55 AM
This is for vB 2.0.1 but it will likely work in vB 2.0.0 as well.
In private.php, find (around line 620):
eval("standardredirect(\"".gettemplate("redirect_pmthanks")."\",\"private.php?s=$session[sessionhash]\");");
ABOVE it, put:
$DB_site->query("UPDATE user SET posts=posts+1 WHERE userid='$bbuserinfo[userid]'");
I added that, what else do I do? Update counters?
It didn't change anything.
it's on line 641 for vbulletin 2.0.0
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.