The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Close posts after x amount of days
I don't know if this needs to be a hack or if there is a simple MySQL query that can do this, but I want to close all posts that haven't been replied to since an x amount of days. Some people on my forum are bringing back year-old posts and it's getting on my nerves. I don't want to make an archive and move the posts there, I want want them to stay in their present board but be closed. Thanks.
|
#2
|
|||
|
|||
i would love this hack also
|
#3
|
||||
|
||||
Anyone?
|
#4
|
||||
|
||||
I may be wrong but the hack may already exist. Have you searched for it?
|
#5
|
||||
|
||||
[SQL]
UPDATE thread SET open=0 WHERE lastpost<xxxxxxx [/SQL] just enter a special dateline you want, and all those threads become closed. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|