The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Change style id no.
Is there a way to change the style id number? I have a style number 55 and want to change it to number 1. Is there a way?
|
#2
|
|||
|
|||
I dont think so, but however you can download the number 55 style then upload it back and merge with no 1 style .
In the upload style option there is merge into style option, you can merge that no55 to no1 style. so now the no 55 will be no 1. but backup every style you want to change and know the exact style id. |
#3
|
|||
|
|||
The style-id is just an internal reference number. It has no meaning, but it should not be changed.
|
#4
|
|||
|
|||
I think i have a problem on photopost because of the style id ..since i deleted the style 0.
is there a way to give my new style the 0 number ? thanks ? |
#5
|
||||
|
||||
There is no style 0. The MASTER STYLE is styleid -1 and the default style your forum is 'born' with is styleid 1, so I don't know what you mean about deleting style 0.
|
#6
|
|||
|
|||
Well i don't have any style with that id ...so it means my master style is gone. i guess. Is there a fix for this ?
|
#7
|
||||
|
||||
You would not see your MASTER STYLE unless you were in debug mode. It is not displayed on a normal forum. If you just want a new style that is totally default, do this:
|
#8
|
|||
|
|||
I just did it:
1. run the following sql: Code:
UPDATE style SET styleid='##NEWSTYLEID##', parentlist = '##NEWSTYLEID##,-1' WHERE styleid='##OLDSTYLEID##'; UPDATE stylevar SET styleid='##NEWSTYLEID##' WHERE styleid='##OLDSTYLEID##'; UPDATE template SET styleid='##NEWSTYLEID##' WHERE styleid='##OLDSTYLEID##'; UPDATE templatehistory SET styleid='##NEWSTYLEID##' WHERE styleid='##OLDSTYLEID##'; 3. Go to Settings > Options > Style & Language Settings. Click Save (no changes necessarily) That should do it. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|