The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Close all threads in a forum
I think I've got this right, but figured I'd ask before doing something that may or may not mess up my forums. I'd like to lock all threads in a forum. Only problem is, that would mean going through and closing several hundred-plus threads. Here's the query I'm thinking will do the trick, I just want to know if it's the right one (Note that vb3_ represents a table prefix):
Code:
UPDATE 'vb3_thread' SET 'open' = 0 WHERE 'forumid' = (forum's ID#) |
#2
|
||||
|
||||
i think is also right, seems fine for me but in anycase is good always to have a test board
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|