The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Skin id change query help, thanks.
Can someone write me the query to look up all users who are have set their account to use a specific skin (we would look it up using the skin id, eg:81). then I need a query to change all users who have set skin id 81 to use a different skin (id).
|
#2
|
|||
|
|||
I think what you want is:
Code:
SELECT username, userid, styleid FROM user WHERE styleid=81 and to change them to style X: Code:
UPDATE user SET styleid=X WHERE styleid=81 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|