The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Mass close treads
older than 30 days..... is this possible?
I can only find a hack for v2 :ermm: |
#2
|
|||
|
|||
I want this too!! Per forum would be good!!
|
#3
|
||||
|
||||
"older than 30 days." - based on thread creation date or last post?
For last post: UPDATE thread SET open=0 WHERE lastpost < UNIX_TIMESTAMP(DATE_ADD(NOW(), INTERVAL -30 DAY)) AND forumid IN (10,11,12) For thread creation date: UPDATE thread SET open=0 WHERE dateline < UNIX_TIMESTAMP(DATE_ADD(NOW(), INTERVAL -30 DAY)) AND forumid IN (10,11,12) (10,11,12 are just examples for the forum ids) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|