The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
I saw the hack that when you prune or delete posts, it doesn't affect the user's post count....Where did I see this?
|
#2
|
||||
|
||||
Anybody know?
|
#3
|
||||
|
||||
*Bump*
|
#4
|
|||
|
|||
Easy:
In /admin/functions.php change Code:
function deletethread($threadid,$countposts=1) Code:
function deletethread($threadid,$countposts=0) Code:
function deletepost($postid,$countposts=1,$threadid=0) Code:
function deletepost($postid,$countposts=0,$threadid=0) |
#5
|
||||
|
||||
Hey thanks man
|
#6
|
||||
|
||||
Well when I took alook at the source code, what you put is exactly what's already there...Except the last "$countposts=1 to $countposts=0 " part at the end of your post. I'm not exactly sure what to do, so could you please explain more? Also, I know there was an actual hack about this...But I can't find it...
|
#7
|
|||
|
|||
Look at my updated post please.
|
#8
|
||||
|
||||
haha, great, thx!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|