Log in

View Full Version : Post Counts off in specific forums : Admins unaffected...


Chris M
07-31-2002, 01:36 PM
How would I make it so that the Admin's post count increases still whilst in a forum with Post Counts off?

Satan

Logician
07-31-2002, 01:57 PM
in newreply.php, find:


$DB_site->query("UPDATE user SET
".iif ($foruminfo[countposts],"posts=posts+1,","")."


Before that add:

if ($bbuserinfo[usergroupid]==6) {$foruminfo[countposts]=1;}


A hacker like yourself should find these simple solutions.. ;)

Chris M
07-31-2002, 02:04 PM
Lol...

Yes...a "hacker" like myself;):p

Thanks:)

Satan