DjSao
03-21-2001, 12:56 PM
I want the private messages counted as 1 on the post count, anybody knows how to do that?
In private.php, find
$DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title ,message,dateline,showsignature,iconid,messageread ,folderid) VALUES (NULL,$touserinfo[userid],$touserinfo[userid],$bbuserinfo[userid],'".addslashes(htmlspecialchars($title))."','".addslashes($message)."',".time().",'$signature','$iconid',0,0)");
Directly below it add
$DB_site->query("UPDATE user SET posts=posts+1");
Save and upload to your site.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.