The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
CA Evo (unlimited color schemes, vbadvanced support) Details »» | |||||||||||||||||||||||||||
CA Evo (unlimited color schemes, vbadvanced support)
Developer Last Online: Dec 2012
Style name: CA Evo
Style version: 2.0.0 vBulletin version: 3.6.7 Style includes 4 base schemes: Demo (default): fluid version, fixed version (ca_evo.zip, default color scheme demo is currently using version 2 of style, not version 1) Demo (green): fluid version, fixed version (ca_evo_green.zip) Demo (red): fluid version, fixed version (ca_evo_red.zip) Demo (purple): fluid version, fixed version (ca_evo_purple.zip) and unlimited additional color schemes: Downloads: CA Evo: see attachment CA Evo Green: see attachment CA Evo Red: see attachment CA Evo Purple: see attachment Additional colors: Using ColorizeIt script you can create any color scheme. Below are few pre-defined color schemes. If you don't like any of it, or want to replace some color, click on any color scheme and adjust quickly colors yourself. No image/html editing required - everything is done automatically. You just change colors and click "Download". CA Evo DarkBlue: click here CA Evo Cyan: click here CA Evo LightGreen: click here CA Evo Orange: click here Notes: - Demo forum shows only postbit_legacy, but usual postbit is also included in template and screenshot is available in attachment. - Almost every template was modified to include rounded headers, not only index. So xml files are rather large. - Style includes two versions for every color scheme: fixed and fluid width. - Logo psd file is in attachment. - vBAdvanced template files are included in every style in vbadvanced.xml - If you want some additional color scheme(s) please pm me (note: custom work is not free). Installation: Unpack zip file, upload contents of directory "upload" to your forum including subdirectories. Use fixed.xml or fluid.xml to install template. vBAdvanced Installation: Install normal style from fixed.xml or fluid.xml, in styles manager select "download/upload", put vbadvanced.xml in file field, in "merge into style" field select previously installed CA Serenity style and upload it. This will add vBAdvanced template files to style you previously installed. Screenshots and zip files are in attachment. Supporters / CoAuthors Show Your Support
|
Comments |
#202
|
||||
|
||||
Hi, this is one of the best soft skin I've seen about vBulletin styles, but I noticed that too, the Designer who make that great work don't consider at 99% the validation w3c and css standard, why that?
|
#203
|
||||
|
||||
Quote:
Code is not semantically correct because of vBulletin structure. Try making a tableless template that would look like this template, work properly in threaded and hybrid modes, display correctly in all 4 major browsers and being compatible with most vbulletin hacks. |
#204
|
|||
|
|||
How hard would it be to make an orange template?
|
#205
|
||||
|
||||
I won't be creating new color schemes for release any time soon, but you can pm me about custom color scheme. It won't be free though.
|
#206
|
||||
|
||||
Hi,
I'm trying to add some stuff in the right of my message post: similiar to http://forum.hardwarezone.com/showth...6#post22837686. Can you guide me how do I add a right column within postbit itself? I tried creating <td> before post_message but shift the entire post content and create a new column which i dont want. Help pls! |
#207
|
||||
|
||||
in postbit_legacy on line 24 before </tr> add code similar to this:
Code:
<td rowspan="3" valign="top" class="alt1"> put here your code </td> |
#208
|
||||
|
||||
Thanks for the prompt reply!!
I tried the code and it work but the bar on top shift to the left as well. How do I make it such that the everything (the bar, + the signature + the reply, edit section) all look the same as normal but with the extra column on the right? Here's how it looks like now: http://iamboredr.com/forum/pictures-...get-stuff.html I have attached my postbit_legacy code, so please help me., Very clean and beautiful skin btw, Love it! I'll be installing the other colors too for my site! :up: |
#209
|
||||
|
||||
Then move that code before next </tr>, and in first row change:
Code:
<td class="thead" style="font-weight:normal" colspan="2"> Code:
<td class="thead" style="font-weight:normal" colspan="3"> Code:
<td class="thead" style="font-weight:normal; border-left: 0px" align="$stylevar[right]"> Code:
<td class="thead" style="font-weight:normal; border-left: 0px" align="$stylevar[right]" colspan="2"> |
#210
|
||||
|
||||
Also change this:
Code:
<td class="alt2" width="100%" id="td_post_$post[postid]"; colspan="3";> <else /> <td class="alt1" width="100%" id="td_post_$post[postid]"> </if> Code:
<td class="alt2" width="100%" id="td_post_$post[postid]" colspan="3" style="border-bottom: none;"> <else /> <td class="alt1" width="100%" id="td_post_$post[postid]" style="border-bottom: none;"> </if> Code:
<tr> <td class="alt2"> </td> <td class="alt1" align="$stylevar[left]"> <if condition="$post['signature']"> Code:
<tr> <td class="alt2" style="background-image: none;"> </td> <td class="alt1" align="$stylevar[left]" style="border-top: none; background-image: none;"> <if condition="$post['signature']"> |
#211
|
||||
|
||||
CyberAlien! You are a legend! Thanks for your assistance!!! Appreciate it.
Just one more slight adjustment.. The "edit, reply,quote" button, can they be move all the way to the right? (ie: beneath the right section) and also is there anyway to remove that left-border of the right section and add the bottom-border so below looks like a complete line? Thanks in advance! Now is currently like this: http://iamboredr.com/forum/video-fan...w.html#post410 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|