![]() |
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 |
Run this sql query on your vb database :)
Code:
UPDATE thread set sticky=0 where sticky=1 |
you don't need the where clause here
[sql]UPDATE thread SET sticky=0[/sql] is enough here ;) |
All times are GMT. The time now is 11:42 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|