The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Remove post count for a specific user...
Found this in the 3.0 forum...Wondering if anyone knows how to do this for 3.5...?
Quote:
|
#2
|
|||
|
|||
I coded something like this for vB 3 (I never released it, I considered it too small, it was just something I use on my forums). I'll see if I can do the same for 3.5.
|
#3
|
||||
|
||||
I can't find where post counts are incremented in 3.5.1.
In 3.0.x it was in includes/functions_newpost.php $doposts = 'posts = posts + 1,'; Does anyone know where it is done in 3.5.1? I would like to know also. |
#4
|
||||
|
||||
/includes/class_dm_threadpost.php
PHP Code:
|
#5
|
||||
|
||||
Quote:
Thanks Chris! |
#6
|
||||
|
||||
How do you make it not count a specific user though? Chris, where in that code do you specify a User ID or something identifying the person you dont want their posts to count?
Thanks. |
#7
|
||||
|
||||
Quote:
Change: PHP Code:
PHP Code:
Replace 9999 with the proper userid. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|