PDA

View Full Version : Subtract postcount upon posting.


eHacked
08-14-2004, 03:56 AM
I've searched and can't find this anywhere:

I have a special "stupid" section, where I like to keep all the crappy threads in. I'd like to know if it's possible to actually subtract from the user's postcount everytime they post in this forum, rather than add to it.

I assume it'd be simple?

Thanks!

AN-net
08-14-2004, 04:05 AM
how about instead of subtracting and throwing alot of stuff off you just make it so that forum doesnt count towards post counts:)

Zachery
08-14-2004, 04:23 AM
how about instead of subtracting and throwing alot of stuff off you just make it so that forum doesnt count towards post counts:)
in functions_newpost.php there is a line and it takes the users current post count and adds +1 to posts.

$bbuserinfo[posts] + 1 or somthjing along thoughs lines

add a condition around it for the forumid to change to -1 instead