Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Styles

Reply
 
Thread Tools
CA Evo (unlimited color schemes, vbadvanced support) Details »»
CA Evo (unlimited color schemes, vbadvanced support)
Version: 2.0.0, by CyberAlien CyberAlien is offline
Developer Last Online: Dec 2012 Show Printable Version Email this Page

Version: 3.6.7 Rating:
Released: 11-14-2006 Last Update: 05-15-2007 Installs: 359
Template Edits
Additional Files  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #202  
Old 03-13-2007, 11:04 AM
Masiello's Avatar
Masiello Masiello is offline
 
Join Date: Jul 2005
Location: Italy
Posts: 426
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #203  
Old 03-13-2007, 11:23 AM
CyberAlien's Avatar
CyberAlien CyberAlien is offline
 
Join Date: Mar 2002
Posts: 438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Masiello View Post
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?
What do you mean? Code is valid. If it doesn't validate in w3.org validator it doesn't mean code is wrong. Because of browser problems sometimes invalid code is required to make it work in some particular browser (mostly IE, sometimes Firefox).

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.
Reply With Quote
  #204  
Old 03-14-2007, 03:37 PM
doogie88 doogie88 is offline
 
Join Date: Oct 2006
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How hard would it be to make an orange template?
Reply With Quote
  #205  
Old 03-14-2007, 03:41 PM
CyberAlien's Avatar
CyberAlien CyberAlien is offline
 
Join Date: Mar 2002
Posts: 438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #206  
Old 03-19-2007, 07:37 AM
milsirhc's Avatar
milsirhc milsirhc is offline
 
Join Date: Jan 2007
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #207  
Old 03-19-2007, 07:52 AM
CyberAlien's Avatar
CyberAlien CyberAlien is offline
 
Join Date: Mar 2002
Posts: 438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Reply With Quote
  #208  
Old 03-19-2007, 09:07 AM
milsirhc's Avatar
milsirhc milsirhc is offline
 
Join Date: Jan 2007
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
Reply With Quote
  #209  
Old 03-19-2007, 09:09 AM
CyberAlien's Avatar
CyberAlien CyberAlien is offline
 
Join Date: Mar 2002
Posts: 438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Then move that code before next </tr>, and in first row change:
Code:
<td class="thead" style="font-weight:normal" colspan="2">
to
Code:
<td class="thead" style="font-weight:normal" colspan="3">
and
Code:
<td class="thead" style="font-weight:normal; border-left: 0px" align="$stylevar[right]">
to
Code:
<td class="thead" style="font-weight:normal; border-left: 0px" align="$stylevar[right]" colspan="2">
Reply With Quote
  #210  
Old 03-19-2007, 09:13 AM
CyberAlien's Avatar
CyberAlien CyberAlien is offline
 
Join Date: Mar 2002
Posts: 438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
to this:
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>
and this:
Code:
<tr>
<td class="alt2">
</td>
<td class="alt1" align="$stylevar[left]">
		<if condition="$post['signature']">
to this:
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']">
Reply With Quote
  #211  
Old 03-19-2007, 11:24 AM
milsirhc's Avatar
milsirhc milsirhc is offline
 
Join Date: Jan 2007
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:07 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05025 seconds
  • Memory Usage 2,320KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (9)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete