View Full Version : [REQUEST] Count PM's as posts
Anyone know how to count your pm's and add them to the post count at the top? is it a hack?
joebob
07-03-2001, 06:33 PM
like on my board?
copyforum.com (http://www.copyforum.com)
maybe.. dunno.. cant enter the forum without joining
joebob
07-04-2001, 12:06 PM
well join and see
put this in your index.php
find:
$allpm=$DB_site->query_first("SELECT COUNT(*) AS messages FROM privatemessage WHERE userid=$bbuserinfo[userid] $ignoreusers");
UNDER it add:
$allpmcount=$DB_site->query_first("SELECT COUNT(*) AS messages FROM privatemessage");
and if you want to add your pm count to your post count do this:
FIND:
$totalposts=$countposts['posts'];
REPLACE it with:
$totalposts=$countposts['posts']+$allpmcount;
you can also display the pmcount like this:
edit the template forumhome and put a text there like: total PM's: $allpmcount[messages]
Thanks a lot. I'll try it in a bit.
Doesn't work. Gives weird errors.
Sarge
07-24-2001, 07:23 PM
I would really like to have this
A next addon would be under their post.. it lists their postcount and pm count!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.