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 |
#122
|
|||
|
|||
trying to get this to work with cmps but with no luck.
any help, seems the header, and navbar do not show...but the side image does.. also the navbar links do not go to the proper links. |
#123
|
||||
|
||||
Looks like css isn't loaded properly. Try to enable option to use external css files.
|
#124
|
|||
|
|||
Wheres that option ?
|
#125
|
||||
|
||||
vBulletin Options -> Style & Language Settings -> Store CSS Stylesheets as Files
|
#126
|
|||
|
|||
got it thanks ! :up:
|
#127
|
|||
|
|||
okay i got the images working.
but since im using vbadvanced cmps on my cmps page which is my main homepage/ index the links are showing as mysite.com/usercp.php mysite.com/faq.php i need to change then to mysite.com/forums/usercp.php etc but when i edit my navbar they wont change any help ? |
#128
|
||||
|
||||
In header, navbar and footer templates add /forums/ at the beginning of all links, so it would look like <a href="/forums/whatever.php
|
#129
|
|||
|
|||
CyberAlien, can you please give me details on how to assign fixed width to last 4 table cells? I still havn't figured this out... ???
Thanks |
#130
|
||||
|
||||
Replace that code with something like this:
Code:
<tr align="center"> <td class="thead" width="30"> </td> <td class="thead" align="$stylevar[left]" nowrap="nowrap">$vbphrase[forum]</td> <td class="thead" width="275" nowrap="nowrap">$vbphrase[last_post]</td> <td class="thead" width="150" nowrap="nowrap">$vbphrase[threads]</td> <td class="thead" width="150" nowrap="nowrap">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead" width="150" nowrap="nowrap">$vbphrase[moderator]</td> </if> </tr> |
#131
|
|||
|
|||
ohhh Okay- a width of 50 for the bottom 3 seems to be perfect. Thanks again!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|