Go Back   vb.org Archive > vBulletin Styles and Graphics > vBulletin Styles > vBulletin 3.8 Styles

Reply
 
Thread Tools
CA Evo 3.8.3 - 25 colors (9 new colors) - Clean and easy to read Details »»
CA Evo 3.8.3 - 25 colors (9 new colors) - Clean and easy to read
Version: 1.00, by Sofia Sofia is offline
Developer Last Online: Aug 2012 Show Printable Version Email this Page

Version: 3.8.x Rating:
Released: 05-25-2009 Last Update: 07-19-2009 Installs: 1763
Re-useable Code Translations  
No support by the author.



(new)
CA Evo Ranks here



https://vborg.vbsupport.ru/vborg_mis...hreadid=214585



[hr]black[/hr]








25 colors (For each color: fluid or fixed) :





Screenshots








Installation
  • Upload "ca_evo_color" into "images"
  • Import XML Style

Ranks

CA Evo Ranks: click here

Other
Please click INSTALL if you like this style.

Enjoy !

Download Now

File Type: zip CA Evo - PSD.zip (131.6 KB, 2277 views)
File Type: zip Color chooser.zip (8.6 KB, 1281 views)
File Type: zip 1- CA Evo - Black - Gray - DarkBlue - Perfect Blue.zip (1.64 MB, 2971 views)
File Type: zip 2- CA Evo - Royal Blue - Blue - Light Blue - Cyan.zip (1.64 MB, 2677 views)
File Type: zip 3- CA Evo - Aquamarine - Green - Light Green - Chartreuse.zip (1.70 MB, 1760 views)
File Type: zip 4- CA Evo - Gold - Yellow - Orange - Tan.zip (1.65 MB, 1455 views)
File Type: zip 5- CA Evo - Chestnut - RosyBorwn - Red - Coral.zip (1.67 MB, 1511 views)
File Type: zip 6- CA Evo - Violet - Purple - Orchid - Plum.zip (1.66 MB, 1320 views)
File Type: zip 7- CA Evo - Pink.zip (406.8 KB, 1103 views)

Supporters / CoAuthors

Show Your Support

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

Comments
  #42  
Old 06-12-2009, 12:40 PM
EntranaRS EntranaRS is offline
 
Join Date: Jun 2008
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You should be able to fix that if you're installing it for a client.
Reply With Quote
  #43  
Old 06-12-2009, 02:01 PM
Sofia Sofia is offline
 
Join Date: Oct 2006
Location: France
Posts: 725
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mikey1991 View Post
Installing this on a clients board, the Forum is aligned fine in FireFox, but is malaligned in IE 8..

Like this:


Hi Mikey.

Arf, sorry... In forumhome_forumbit_level1_nopost

Find:

HTML Code:
    <tr align="center">
      <td class="thead" width="30">&nbsp;</td>
      <td class="thead" align="$stylevar[left]" nowrap="nowrap">$vbphrase[forum]</td>
      <td class="thead" width="<if condition="is_numeric($stylevar[outertablewidth])">200<else />250</if>" nowrap="nowrap">$vbphrase[last_post]</td>
      <td class="thead" width="60" nowrap="nowrap">$vbphrase[threads]</td>
      <td class="thead" width="50" nowrap="nowrap">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead" width="150" nowrap="nowrap">$vbphrase[moderator]</td>
      </if>
    </tr>
Replace by:

HTML Code:
<tr align="center">
      <td class="thead">&nbsp;</td>
      <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead" width="175">$vbphrase[last_post]</td>
      <td class="thead">$vbphrase[threads]</td>
      <td class="thead">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead">$vbphrase[moderator]</td>
      </if>
    </tr>
In this style, I modified more than 120 templates. So it's possible there are some errors. Normally, the style works correctly
Reply With Quote
  #44  
Old 06-12-2009, 02:51 PM
mikey1991's Avatar
mikey1991 mikey1991 is offline
 
Join Date: Oct 2008
Location: United Kingdom
Posts: 654
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't doubt it Sofia, Thanks for the quick reply. I'll mark installed.
Reply With Quote
  #45  
Old 06-12-2009, 04:14 PM
Daniel_HBK Daniel_HBK is offline
 
Join Date: Feb 2006
Location: Egypt
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great!!!!!!!
Reply With Quote
  #46  
Old 06-12-2009, 09:06 PM
anjaan7979 anjaan7979 is offline
 
Join Date: Jan 2007
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sofia View Post
Hummm... This problem is not due to my style I think... All is aligned to the left in the last post column.
Maybe it's an issue on my side then....not sure. I will PM you my site where the forum is installed if you can find anything please let me know. Thanks again :-)
Reply With Quote
  #47  
Old 06-12-2009, 09:23 PM
|Jordan|'s Avatar
|Jordan| |Jordan| is offline
 
Join Date: Nov 2004
Posts: 479
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sofia View Post
This problem is due to templates "spacer_open" and "spacer_close". Sorry, but I can't edit these templates, because it would modify the whole style.
Ah thanks for pointing out the templates that were causing the problem.

I removed everything from both those templates and now the sidebar displays properly. I see what you mean by it affecting the style, the white background is no longer there. But for me, the sidebar is more important than the white background.
Reply With Quote
  #48  
Old 06-12-2009, 10:16 PM
Sofia Sofia is offline
 
Join Date: Oct 2006
Location: France
Posts: 725
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by |Jordan| View Post
Ah thanks for pointing out the templates that were causing the problem.

I removed everything from both those templates and now the sidebar displays properly. I see what you mean by it affecting the style, the white background is no longer there. But for me, the sidebar is more important than the white background.
Ok, so this issue is fixed?
Reply With Quote
  #49  
Old 06-12-2009, 10:17 PM
Sofia Sofia is offline
 
Join Date: Oct 2006
Location: France
Posts: 725
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by anjaan7979 View Post
Maybe it's an issue on my side then....not sure. I will PM you my site where the forum is installed if you can find anything please let me know. Thanks again :-)
Ok. I'll fix your problem directly on your website if you want.
Reply With Quote
  #50  
Old 06-13-2009, 12:50 AM
rob01 rob01 is offline
 
Join Date: Sep 2008
Location: Mexico
Posts: 410
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow i love your work!
Reply With Quote
  #51  
Old 06-13-2009, 08:19 AM
PSiKoMaNYaH's Avatar
PSiKoMaNYaH PSiKoMaNYaH is offline
 
Join Date: Jul 2008
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks very nice , installed sofia
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 01:47 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.11411 seconds
  • Memory Usage 2,352KB
  • Queries Executed 27 (?)
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
  • (2)bbcode_html
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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
  • (9)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete