The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Is this possible???
Hello,
I have a question. I have currently installed vb 4.2.2. I have a style that i used on a other board of mine in the past. 4.1.4 I want to use this style, but don't know if i can. Can some please tell me if this works??? Thank you verry much!!! Sorry for my English if not 100% |
#2
|
|||
|
|||
There's only one way to found out, install it and see for yourself.
|
#3
|
||||
|
||||
You will have to edit the footer select code.
look at the quickchooser code in the footer template once it's installed and replace it with the code from the default theme for 4.2.2. Code:
<vb:if condition="$show['quickchooser']"> <select name="styleid" onchange="switch_id(this, 'style')"> <optgroup label="{vb:rawphrase quick_style_chooser}"><option class="hidden"></option></optgroup> <vb:if condition="$quickchooserbits1"> <vb:if condition="$quickchooserbits2"> <optgroup label=" {vb:rawphrase standard_styles}"> </vb:if> {vb:raw quickchooserbits1} <vb:if condition="$quickchooserbits2"> </optgroup> </vb:if> </vb:if> <vb:if condition="$quickchooserbits2"> <vb:if condition="$quickchooserbits1"> <optgroup label=" {vb:rawphrase mobile_styles}"> </vb:if> {vb:raw quickchooserbits2} <vb:if condition="$quickchooserbits1"> </optgroup> </vb:if> </vb:if> </select> </vb:if> This is what you will need to replace with the new code. Code:
<vb:if condition="$show['quickchooser']"> <select name="styleid" onchange="switch_id(this, 'style')"> <optgroup label="{vb:rawphrase quick_style_chooser}"> {vb:raw quickchooserbits} </optgroup> </select> </vb:if> I tend to install them and then rebuild them on a fresh vb for the current version of vb that the client has installed. The biggest issue is the mods as they are version specific but with most you can get away with using an earlier version of a mod, but if you are using multiple styles it can be problematic.. Nothing that can't be sorted within the style but a pain in the butt to get through. It's easier to just install an older one and then rebuild it on a fresh default style. |
Благодарность от: | ||
Gio~Logist |
#4
|
|||
|
|||
Thanks for the reply's!!!
I am gonna try this, i will keep you in the loup |
#5
|
||||
|
||||
For future reference, whenever you're using an outdated Style, vBulletin will usually tell you which of the templates are outdated and from there, you can compare your version with the default version and see what exactly it is you're missing :up:
|
Благодарность от: | ||
marengo |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|