vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=195)
-   -   CA Evo (unlimited color schemes, vbadvanced support) (https://vborg.vbsupport.ru/showthread.php?t=131631)

milsirhc 04-03-2007 07:38 AM

Hi CyberAlien,

I still can't get my right column bar to be displayed on all pages.

Right now, it's only displaying on the forumhome only. I tried moving the table to navbar and the rest of the table to footer... but the alignment went haywire.

appreciate if you can guide me thru this.

Thanks buddy.

CyberAlien 04-03-2007 07:46 AM

If you are moving it to navbar/footer, make sure you put it in navbar before $spacer_open and in footer after $spacer_close

milsirhc 04-03-2007 08:22 AM

hmm. i don't see a $spacer_open in navbar template

CyberAlien 04-03-2007 08:24 AM

Then add it like this:
Code:

$spacer_close
put here your code
$spacer_open


milsirhc 04-03-2007 08:36 AM

thanks! It work but many of my plugins in the side bar din't work when they go across different pages.

Sorry for troubling you! I think I will stick to the forumhome for now.

Ta!

reformedman 04-03-2007 02:44 PM

Hi CyberAlien,
I have a problem and am new to vBulletin. I downloaded your style first above all the rest because I like yours the most.
But the logo will not appear. My logo is in misc/logo.gif and the other styles seem to work well so it's something with your style that doesn't work.

I uninstalled and reinstalled a second time, still no good. The logo doesn't show up. Can you explain very carefully what I should do. By the way, I am not good with coding or anything and am an ubernoob at technology. Please be patient with me, I'm learning all this. Try to explain as if to a child because really I have no idea about this stuff.

Thank you.

http://www.scripturediscussions.com

CyberAlien 04-03-2007 02:51 PM

You uploaded images to wrong directory.
http://www.scripturediscussions.com/images/ca_evo/ - file not found. images should be in that directory.

reformedman 04-03-2007 03:22 PM

Thank you, I put all the ca folder inside the images folder and it came up.
Another dumb question for you, what is the hex color for the background of the header area. I Think I used the transparency layer that you supplied but I must have done something wrong because it looks lighter.
What is that color behind the header? Please look at the site to see the problem.
Thank you.

CyberAlien 04-03-2007 03:52 PM

Its a gradient image, not a static color.

Lee M 04-03-2007 06:10 PM

How can I delete the logo from the banner? I want the writing on it but the logo doesn't my forum but I don't how to delete it in the PSD.

reformedman 04-03-2007 07:04 PM

In photoshop, in the layers window, click on the eyes to the left of each of the layers that have to do with the letters of the title until it disappears. Notice that clicking on some of the eyes, will get rid of a lot of the connected layers, you don't want that. Just click on the specific eyes that you don't want and it will maintain the gradient background.

To get rid of the image on the icon, look for the sub-layer called gears2. you can click on that layer and then go to layers > delete layer.

Beermonster 04-03-2007 07:51 PM

Nice style, I was going to create my own but you have done a better job than I would have :)

Thanks

milsirhc 04-06-2007 02:18 AM

thanks for all your kind help and patience Cyberalien!

I've implemented the right column and put the if statement there as well, but I'm having abit of problem as you can see, there's a grey line on the left and right side now.. and the left and right side of the forum look abit "out" of it's body.. and also the sponsor section look abit higher in other pages when it's standalone.

what else do I need to change? thanks!

This is what I have in my navbar:
PHP Code:

$spacer_close
<table cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="$stylevar[outertablewidth]class="page" align="center">
<
tr>
<
td>
$spacer_open 

and in footer:
PHP Code:

$spacer_close

</td>
<
td width="15%" valign="top">

<if 
condition="THIS_SCRIPT == 'index'">
<!-- 
Channels -->
<
ca-hdr>
        <
td class="tcat" width="100%">IABr Channels</td>
</
ca-hdr>
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">

<
tbody id="collapseobj_forumhome_latestthreads" style="$vbcollapse[collapseobj_forumhome_latestthreads]">
    <
tr>
        <
td class="alt1">
<
a href="http://iamboredr.com/forum/entertainment/"><b>&raquoEntertainment</b></a><br />
<
a href="http://iamboredr.com/forum/lifestyle/"><b>&raquoLifestyle</b></a><br />
<
a href="http://iamboredr.com/forum/gaming/"><b>&raquoGaming</b></a><br />
<
a href="http://iamboredr.com/forum/community/"><b>&raquoCommunity</b></a><br /><br /><br /><br /><br /><br /><br /><br />



</
td>
    </
tr>
</
tbody>

<!-- /
Channels -->
</
table>
<
br />

</if>

<!-- 
Site Sponsors-->
<
ca-hdr>
        <
td class="tcat" width="100%">Site Sponsors</td>
</
ca-hdr>
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">

<
tbody id="collapseobj_forumhome_latestthreads" style="$vbcollapse[collapseobj_forumhome_latestthreads]">

<
tr>
        <
td class="alt1">

<!-- /
Site sponsors -->
</
td>
    </
tr>
</
tbody>
</
table>
<
br />

</
td>
</
tr>
</
table


CyberAlien 04-06-2007 04:51 AM

Add one more $spacer_open before your code in header template, and one more $spacer_close after your code in footer template, then in css add this:
Code:

.content-row .content-row { border: none; }

milsirhc 04-06-2007 07:45 AM

thanks buddy! everything looks greatttttttt now!!!!!! Luv yaaa! =P *shake my bom bom*

milsirhc 04-06-2007 08:00 AM

hi mate,

one more problem. It seems the sponsor section is appearing in register page as well.. how can I put it such that it will appear only in forum pages?

CyberAlien 04-06-2007 08:28 AM

<if condition="THIS_SCRIPT == 'index' || THIS_SCRIPT == 'showthread' || THIS_SCRIPT == 'forumdisplay'"> your code </if>

milsirhc 04-06-2007 08:46 AM

Ta!

gmatrix 04-08-2007 10:33 PM

Thank you for these skins, they are very smart indeed.

The only problem I have encountered is with the menu_open gif. The same gif is used to the right of 'Search' and 'Quick Links' on the navbar, and to the right of 'Forum Tools' and 'Search this Forum' links when viewing a forum. The gif is dark blue and is somewhat lost on the nav bar. I've attached a screenshot to show what I mean.

I noticed a 'menu_open2 gif in the images folder which is the correct color for the nav bar but it can't figure out how to use it on just the nav bar as the image is referenced through the original vbulletin_menu.js file.

Any ideas please?

CyberAlien 04-09-2007 04:54 AM

Looks like you are missing CA Evo javascript. Make sure you uploaded js files (it should be in images/ca_evo/misc/) and you didn't remove links to javascript in footer template.

gmatrix 04-09-2007 08:46 AM

That sorted it. I had taken out the links on the footer when I put the Google analytics code in. Works perfectly now, thank you for the help.

Lee M 04-09-2007 03:16 PM

I tried installing this style but all the images and everything is messed up. Link: http://www.thesportcore.com/index.php?styleid=4 .I uploaded the upload folder to my forum via FTP.

CyberAlien 04-09-2007 03:23 PM

What is directory structure in zip file? upload/images/ca_evo/
Where did you upload it? Anywhere, but images/ca_evo/: http://www.thesportcore.com/images/ca_evo/ - no such directory.

Lee M 04-09-2007 04:12 PM

Sorted it now :p. I moved ca_evo to images instead of having it in upload folder.

CyberAlien 04-10-2007 09:53 AM

New: unlimited color schemes! :D

Sample:
https://vborg.vbsupport.ru/external/2011/08/32.jpg

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".


Few sample color schemes:

https://vborg.vbsupport.ru/external/2007/04/6.gif
CA Evo DarkBlue: click here

https://vborg.vbsupport.ru/external/2007/04/7.gif
CA Evo Cyan: click here

https://vborg.vbsupport.ru/external/2007/04/8.gif
CA Evo LightGreen: click here

https://vborg.vbsupport.ru/external/2007/04/9.gif
CA Evo Orange: click here


About ColorizeIt! script:
It is currently in alpha stage. When it will be complete designers will be able to upload their own free and commercial styles, users will be able to colorize their own designs. Script should be done sometime in April or May. Currently only few styles are available for testing purposes.

unenergizer 04-10-2007 08:28 PM

Quote:

Originally Posted by CyberAlien (Post 1224032)
New: unlimited color schemes! :D

Sample:
https://vborg.vbsupport.ru/external/2011/08/32.jpg

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".


Few sample color schemes:

https://vborg.vbsupport.ru/external/2007/04/6.gif
CA Evo DarkBlue: click here

https://vborg.vbsupport.ru/external/2007/04/7.gif
CA Evo Cyan: click here

https://vborg.vbsupport.ru/external/2007/04/8.gif
CA Evo LightGreen: click here

https://vborg.vbsupport.ru/external/2007/04/9.gif
CA Evo Orange: click here


About ColorizeIt! script:
It is currently in alpha stage. When it will be complete designers will be able to upload their own free and commercial styles, users will be able to colorize their own designs. Script should be done sometime in April or May. Currently only few styles are available for testing purposes.

That is quite a nice selection you have there CyberAlien. I have noticed that our two styles are always neck and neck with installs. Good job on the style, I dont think I would offer as many color variations in my styles as you have in yours. Great Job. :up:

project-Buckfas 04-11-2007 01:40 PM

For some reason I cant download the Dark Blue version from the customise site. Can you supply a download link for it please?

CyberAlien 04-11-2007 02:42 PM

What browser are you using?

project-Buckfas 04-11-2007 02:44 PM

Maxthon

CyberAlien 04-11-2007 03:00 PM

I think I found bug that was causing this problem. Try again.

project-Buckfas 04-12-2007 07:30 AM

Perfect. Thanks Cyber Alien

project-Buckfas 04-12-2007 08:46 AM

I have a new problem now Cyber Alien

I've attached a screenshot. There seems to be an image problem. The rounded edge only shows in the first category

CyberAlien 04-12-2007 09:47 AM

Remove description from category and it will automatically change to rounded header.

project-Buckfas 04-12-2007 09:52 AM

Thanks Again Cyber Alien

truongton 04-12-2007 01:44 PM

i have install skin------> but I can't see VBshout????

CyberAlien 04-12-2007 01:49 PM

That's because you didn't modify CA Evo template files for that hack. This style is for normal vBulletin and if you have any hacks installed you should modify template files yourself.

truongton 04-12-2007 02:16 PM

How i can do show vBshout? can u help me?

alwafi 04-12-2007 04:18 PM

Nice Thanks for sharing

giovannicosta 04-12-2007 06:57 PM

Installed all :D

david05 04-12-2007 08:35 PM

Thank you very much, I love these styles


All times are GMT. The time now is 07:43 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.01558 seconds
  • Memory Usage 1,852KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete