The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Reset Style for all users?
I would like to know if there is a way, let's say, to change all the users style back to default. I use the what style's we are using hack, and reuploaded my styles. now it only shows the name of the theme I selected. I am wondering if I can run a query maybe to reset everyone back to default, and then let them choose a diff style so all users/style count is accounted for.
|
#2
|
||||
|
||||
run this query:
[sql] UPDATE user SET styleid=x [/sql] where "x" is the styleid of the style your want to be assigned to all the users... __________ *waits for the you need to go here to be a fully licensed member thingy from a mod lol* - miSt |
#3
|
||||
|
||||
thank you, worked like a charm
|
#4
|
||||
|
||||
your welcome
- miSt |
#5
|
||||
|
||||
What if I deleted some styles but the database still says they are using that styleid even though it does not exist. It shows up in the what styles they are using as blank even though I think it automatically selects the next one for them.
What if I want to run a query to change every user in the db who has styleid x to styleid y? |
#6
|
|||
|
|||
Quote:
Some members might have to log out and log back in if they were cookied wiyh a styleid. |
#7
|
||||
|
||||
For the query anyway, you might try (not too sure):
[sql]UPDATE user SET styleid=x WHERE styleid=y[/sql] x=new styleid y=old styleid Satan |
#8
|
||||
|
||||
Look at the date of the post filburt
|
#9
|
|||
|
|||
It's still something people need to know...sans the license of course
|
#10
|
||||
|
||||
Of course
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|