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 |
#112
|
|||
|
|||
Okay, members pointed something out, is it correct to have this floating gray color seperating the posts and signature line?
Also, the width of the last 2 colums (thread count and post count) are different widths under different catagories. See the index page at www.terraforums.com Thanks kindly |
#113
|
||||
|
||||
When modifying that template file I copied part of code from your default postbit template and that's where line came from. To fix it replace this:
Code:
<!-- sig --> <hr size="1" style="color:$stylevar[tborder_bgcolor]" /> <div valign="bottom"> $post[signature] </div> <!-- / sig --> Code:
<!-- sig --> <div valign="bottom"> $post[signature] </div> <!-- / sig --> Code:
<tr align="center"> <td class="thead"> </td> <td class="thead" width="100%" align="$stylevar[left]" nowrap="nowrap">$vbphrase[forum]</td> <td class="thead" width="175" nowrap="nowrap">$vbphrase[last_post]</td> <td class="thead" nowrap="nowrap">$vbphrase[threads]</td> <td class="thead" nowrap="nowrap">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead" nowrap="nowrap">$vbphrase[moderator]</td> </if> </tr> |
#114
|
|||
|
|||
Can you explain it for someone not very skilled in this problems? I have the same problem, with the width of the columns... and I don' know what to do... and I don't find the template... sorry very much I am newbie, but I don't work in this, I just have a forum and want to put it ok...
Thanks a lot! |
#115
|
||||
|
||||
In code that I posted above change width="175" to whatever works better for your forum. Probably 250, 300 or so.
|
#116
|
|||
|
|||
Quote:
What would I add here? |
#117
|
||||
|
||||
See my previous post...
|
#118
|
|||
|
|||
I have looked at, read, and compared your previous post to my current template, it is exactly the same. I'm sorry, I don't understand how to add in a fixed width.
also, on the other issue... the line we want. I'm talking about the change of gray color in the post area itself. It seems it is white under and around the text of a post, then it turns gray where the post text ends. |
#119
|
|||
|
|||
I have done it and doesn?t work...
Columns on index don't have fixed width. To change it open template forumhome_forumbit_level1_nopost, find this code: Code: <tr align="center"> <td class="thead"> </td> <td class="thead" width="100%" align="$stylevar[left]" nowrap="nowrap">$vbphrase[forum]</td> <td class="thead" width="300" nowrap="nowrap">$vbphrase[last_post]</td> <td class="thead" nowrap="nowrap">$vbphrase[threads]</td> <td class="thead" nowrap="nowrap">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead" nowrap="nowrap">$vbphrase[moderator]</td> </if> </tr> and assign fixed width to last 4 table cells What I'm doing wrong? |
#120
|
||||
|
||||
Try changing other table cells. For example, change previous table cell from 100% to some fixed value.
|
#121
|
|||
|
|||
I too tried assigning fixed width to the 4 tables (by adding width="175" to them??) and didn't notice it any better. And have no idea where to start with the white / gray difference in the posts.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|