![]() |
Easy way to change the Style ID?
The reason I want to change the style ID on my styles is that I'm using vb xperience as a rewards system. Once users get however many points they unlock a new style for my forum. To change styles they have to download a .txt file that tells them the styleid
ex. Code:
Congratulations you have unlocked a new Style! |
Just tried it on my dev site - I believe you can use an SQL query and change them, then set them hidden in the AdminCP. Just make sure you have a default style set for users that you already created and didn't edit in MySQL. But might want to ask around a little more - not quite sure how this would affect them completely.
SQL is: Code:
UPDATE style SET styleid='thenewstyleid' WHERE styleid='theoldstyleid'; Tell me if it works alright. This would be a nice modification. |
I just did it:
1. run the following sql: Code:
UPDATE style SET styleid='##NEWSTYLEID##', parentlist = '##NEWSTYLEID##,-1' WHERE styleid='##OLDSTYLEID##'; 3. Go to Settings > Options > Style & Language Settings. Click Save (no changes necessarily) That should do it. |
All times are GMT. The time now is 05:24 PM. |
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:
|