PDA

View Full Version : ADD PM count to POST count


Fred
07-27-2001, 09:53 PM
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]'");

Fred
07-28-2001, 07:20 AM
I added that, what else do I do? Update counters?

It didn't change anything.

Fred
07-28-2001, 07:29 AM
it's on line 641 for vbulletin 2.0.0