The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Mass Unstick
Can someone please come up with a code the will mass unstick threads. While working on my development site I prune most of the posts so the database is smaller but it takes me forever to unstick those stupid posts.
I'm sure it can't be that hard, I'm just not savvy enough to figure it out. Thanks in advance. isman |
#2
|
||||
|
||||
Run this sql query on your vb database
Code:
UPDATE thread set sticky=0 where sticky=1 |
#3
|
||||
|
||||
you don't need the where clause here
[sql]UPDATE thread SET sticky=0[/sql] is enough here |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|