OK what i get from that is you want like a seperate post count that only goes up if a user posts in specific forums, for the sake of argument lets say its poems posted as with Infamouz Nex's forums.
Add a new field in user table using phpmyadmin or create an sql query to do it.
Call it Whatever you like in this case well call it
poemcount INT(10) NOT NULL DEFAULT 0
in includes/functions_newpost.php
BEFORE
You must first be a
registered member to view any code.
PASTE:
You must first be a
registered member to view any code.
SAVE AND CLOSE.
You can of course use the code I posted in the lockdown thread to turn it on for specific forums via admincp the principal is the same I just couldnt be bothered writing all that down again.
If however what you want is a pub counter and your using Paxtrax's lockdown which I suspect you probably are by the fact that you created the auto update for it.
Look in the same file find the code where the ftp info is added to the dbase
You must first be a
registered member to view any code.
Change to
You must first be a
registered member to view any code.
Might wanna choose a different name for the count though ;)
and dont forget the extra field in user table of dbase