vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=237)
-   -   CA Evo 3.8.3 - 25 colors (9 new colors) - Clean and easy to read (https://vborg.vbsupport.ru/showthread.php?t=214585)

jonlar 07-18-2009 10:12 AM

Yapp. Thanks. works well now. But still have a problem here

https://vborg.vbsupport.ru/external/2009/07/35.jpg

2 are underlined rest not.... Default is just mouseover is underlined?!
and i would like also to know how i get rid of the "always underlined" navbar. Thank you

kruzzen 07-18-2009 09:13 PM

I think something is wrong with the theme :(
http://www.ilskywarn.com/forum/

Sofia 07-18-2009 09:27 PM

Quote:

Originally Posted by jonlar (Post 1851055)
Yapp. Thanks. works well now. But still have a problem here

https://vborg.vbsupport.ru/external/2009/07/35.jpg

2 are underlined rest not.... Default is just mouseover is underlined?!
and i would like also to know how i get rid of the "always underlined" navbar. Thank you

Humm... All links must be underlined. Styles & Templates >> Styles Manager >> Main CSS >> Class "tfoot" : you must have "underline" into Text Decoration field, for Normal Links, Visited Links and Hover Links.

2nd request:
Styles & Templates >> Styles Manager >> Main CSS >> In the first field of "Additional CSS Definition" (at the bottom of the page), find:

HTML Code:

.vbmenu_dark .vbmenu_control a:link, .vbmenu_dark .vbmenu_control_alink
{
    color: #FFFFFF;
    text-decoration: underline;
}
.vbmenu_dark .vbmenu_control a:visited, .vbmenu_dark .vbmenu_control_avisited
{
    color: #FFFFFF;
    text-decoration: underline;
}

Replace by:

HTML Code:

.vbmenu_dark .vbmenu_control a:link, .vbmenu_dark .vbmenu_control_alink
{
    color: #FFFFFF;
    text-decoration: none;
}
.vbmenu_dark .vbmenu_control a:visited, .vbmenu_dark .vbmenu_control_avisited
{
    color: #FFFFFF;
    text-decoration: none;
}


Quote:

Originally Posted by kruzzen (Post 1851343)
I think something is wrong with the theme :(
http://www.ilskywarn.com/forum/

Some images are not uploaded.
Check if all the images were imported.

kruzzen 07-18-2009 09:35 PM

I re-uploaded the images and imported the xml file, still the same result. Should I merge it into the default?

Sofia 07-18-2009 09:44 PM

Quote:

Originally Posted by kruzzen (Post 1851352)
I re-uploaded the images and imported the xml file, still the same result. Should I merge it into the default?

It's not possible. No images are displayed on your forum.

You must have this on your server: forum/images/ca_evo2_red
ca_evo2_red folder must be into the images folder. Have you this? :)

kruzzen 07-18-2009 09:51 PM

Well I'm an idiot LOL

I accidentally uploaded the images to a different themes folder instead of the main image folder or directory. Sorry about that :p Works now!

Sofia 07-18-2009 09:53 PM

Quote:

Originally Posted by kruzzen (Post 1851366)
Well I'm an idiot LOL

I accidentally uploaded the images to a different themes folder instead of the main image folder or directory. Sorry about that :p Works now!

No problem, kruzzen. You're welcome ;)

kruzzen 07-18-2009 09:57 PM

One thing though! If possible!
http://www.ilskywarn.com/forum/index.php

I added a custom logo but its overlapping the bottom ending thingy on your theme, is there a way to add the the theme-side and make that space bigger? I am no good at editing images or I would do that :s

Sofia 07-18-2009 10:01 PM

Quote:

Originally Posted by kruzzen (Post 1851371)
One thing though! If possible!
http://www.ilskywarn.com/forum/index.php

I added a custom logo but its overlapping the bottom ending thingy on your theme, is there a way to add the the theme-side and make that space bigger? I am no good at editing images or I would do that :s

Humm, it's possible but if you want to have a large logo, you must re-create header images, like this: http://www.ilskywarn.com/forum/image...sc/logo_bg.gif. You can use the PSD or you must reduce your logo

kruzzen 07-18-2009 10:44 PM

Okay, for some reason it is not cooperating with my homepage which is vbadvanced
http://www.ilskywarn.com

001 07-19-2009 01:19 AM

What is the 4th color from the first image? It should be violet but is not?
Also I suggest a separate author column as
http://www.vbulletin.com/forum/showthread.php?t=197265

Sofia 07-19-2009 04:49 AM

Quote:

Originally Posted by kruzzen (Post 1851390)
Okay, for some reason it is not cooperating with my homepage which is vbadvanced
http://www.ilskywarn.com

Yes, because VBA was installed before this style. Copy and paste "ca_evo_.." folder to http://www.yoursite.com/images/orange_g/


Quote:

Originally Posted by 001 (Post 1851453)
What is the 4th color from the first image? It should be violet but is not?
Also I suggest a separate author column as
http://www.vbulletin.com/forum/showthread.php?t=197265

Don't take first image into account. You must use the second image.

001 07-19-2009 09:16 AM

I still want that color. What should I do?

Sofia 07-19-2009 10:59 AM

Quote:

Originally Posted by 001 (Post 1851575)
I still want that color. What should I do?

I'll create it tomorrow or tonight ;)

worried 07-19-2009 11:45 AM

I'd like to thank you for taking the time to create these styles. :) I have a question. I have the vb blog addon which has it's own graphics folder in the default misc folder. Your styles don't include these blog graphics so I copied that folder into your ca_evo_pblue/misc folder. Would I have to do this for each of your styles?

001 07-19-2009 12:25 PM

Wow, thank you very much! I am also interested in a more true red color for a dating/teen forum, this red is brick-colored.

DivineMessenger 07-19-2009 06:43 PM

If I were to use all these colors would I have to edit 16 templates every time I added a new mod?

DivineMessenger 07-19-2009 06:44 PM

Quote:

Originally Posted by Sofia (Post 1851604)
I'll create it tomorrow or tonight ;)

I want this too Sofia =]

Sofia 07-19-2009 11:08 PM

1 Attachment(s)
9 new colors: Gray, RoyalBlue, Aquamarine, Chartreuse, Yellow, Tan, Coral, Orchid, Plum

Sofia 07-19-2009 11:11 PM

Quote:

Originally Posted by 001 (Post 1851636)
Wow, thank you very much! I am also interested in a more true red color for a dating/teen forum, this red is brick-colored.

Orchid and Coral available now ;)

Quote:

Originally Posted by DivineMessenger (Post 1851793)
If I were to use all these colors would I have to edit 16 templates every time I added a new mod?

Yes, of course, only mods that require template edit.

Quote:

Originally Posted by DivineMessenger (Post 1851794)
I want this too Sofia =]

Orchid available now ;)

cooltechie 07-20-2009 12:09 PM

1 Attachment(s)
Quote:

Originally Posted by Sofia (Post 1847692)
I don't understand. Under Forumdisplay? What dou you want to remove exactly? Give me a screen ;)

Sorry for the late reply. I would like to remove the two columns. I've attached the screen for you.

Also when updating/upgrading to newer version, do I simply allow overwrite and merge into existing style? I did not see that listed in first post or in your installation.txt.

sKippah 07-21-2009 11:46 AM

Quote:

Originally Posted by Sofia (Post 1851348)
Humm... All links must be underlined. Styles & Templates >> Styles Manager >> Main CSS >> Class "tfoot" : you must have "underline" into Text Decoration field, for Normal Links, Visited Links and Hover Links.
.........

Thanks....

btw i am looking for someone who could make me a "multichoice Color system". I will pay for it. Just PM me. Thanks

Sofia 07-21-2009 01:34 PM

Quote:

Originally Posted by sKippah (Post 1852801)
Thanks....

btw i am looking for someone who could make me a "multichoice Color system". I will pay for it. Just PM me. Thanks

You can simply use this: https://vborg.vbsupport.ru/showthread.php?t=205755

sKippah 07-21-2009 04:34 PM

I would like use something like red, blue, grey and one more. The idea i had was just to upload all the Images i need (thead, tcat....) in one folder and with a js script just to tell where the images are. with this https://vborg.vbsupport.ru/showthread.php?t=205755 i need the whole style, what, in my opinion, needs to much space....

Arkham 07-21-2009 07:56 PM

Does this style only use 1 template set? E.g. if I'm going to adapt it to work with a site, am I going to have to edit 25 versions of the same template? Or is each colour just styled, and use 1 template set?

Thx

001 07-22-2009 08:31 AM

Quote:

Originally Posted by Sofia (Post 1851895)
Orchid and Coral available now ;)

Thank you! You are the best! But I was looking for an even more bright red color like these:
1 2 3 4 5 6 7

And what about the Thread starter column I suggested above?

Also I think that the mirror effect in the buttons appears as blur because the buttons are small so I suggest them to be without it.

As for editing many templates, maybe export/import with some editing would help?

How to remove underlining thread titles?

blackberry 07-22-2009 07:09 PM

ahaan nice

worried 07-23-2009 10:00 AM

Do you plan on updating your styles for vB 4.x? I'm hoping you do. :)

Arkham 07-23-2009 02:16 PM

Quote:

Originally Posted by Arkham (Post 1853139)
Does this style only use 1 template set? E.g. if I'm going to adapt it to work with a site, am I going to have to edit 25 versions of the same template? Or is each colour just styled, and use 1 template set?


Does anyone know if these style sets use one template set, or are there multiple sets for the multiple colours?

Thx!

worried 07-23-2009 05:13 PM

Quote:

Originally Posted by Arkham (Post 1854184)
Does anyone know if these style sets use one template set, or are there multiple sets for the multiple colours?

Thx!

As far as I know each color installs separately. There is no one template.

Arkham 07-23-2009 05:46 PM

Quote:

Originally Posted by worried (Post 1854263)
As far as I know each color installs separately. There is no one template.

Thanks for the head's up! I have too many customizations to deal with. Oh well. It's a beautiful style - definitely one of the best.

johnbro 07-23-2009 06:14 PM

awesome :) thanks

David Wallace 07-24-2009 08:55 AM

Great Style jut what I was looking for!

I problem with the Nav bar - take a look at millenniumdivers.org which is running Default style with a small mod to the Nav template.

You can switch to CA EVO the usual way and I lose my nav bar and it reinstates the original default. I had thought I could just make the same mods to the CA Evo nav style but having looked at it i'm not sure (I'm still very new to programming)

Any suggestions?

PS
I know I have to use a narrower logo :D

giyotin92 07-24-2009 12:58 PM

Thanks Sofia

in the St?NGER ;)

adamskiii 07-25-2009 05:44 PM

I love this!! Thank you so much!

dvbusuario 07-25-2009 11:44 PM

Hi Sofia,

Could you implement this MOD to be able select from your 25 themes using ajax whitout upload them all?

Demo: http://www.forum-lance.com/index.php?styleid=90

Thank you!

sKippah 07-26-2009 04:24 PM

I am on it. For shure i will need some Help but if somebody is faster then me, i dont mind ;)

BTW u just need certain Images for thead, tcat, footer and so on.....

sKippah 07-26-2009 05:30 PM

Well, its harder then i thought. As u can see.. tcat, thead background (border) is still Grey, Navbar also in grey. Logo also in grey but should be red, Writing is also still in grey....What i have till now is this Code. PLEASE can somebody help me... its not just for me. As u can see a lot of ppl like to have it and this style is gorgeous for me

Here is the code.. I used this https://vborg.vbsupport.ru/showthread.php?t=208603

And this
Code:

body
{
background: #AF2B38 ;
}
.hxy_logo (what to name it, to change the Logo)
{
        background: #3F5376 url(misc/header4.jpg) repeat-x top left;
}
.tcat
{
background :#F8F8F8 url(images/ca_evo2_red/misc/bg_tcat.gif)    ;
}
.thead
{
background:#BB313F url(images/ca_evo2_red/misc/bg_thead.gif) repeat-x top left  ;
}
.vbmenu_control
{
background:#3F0C0C;
}
.tfoot
{
background:#C63B4D url(images/ca_evo2_red/misc/bg_tfoot.gif);
}
.navheader
{
background: url(misc/nb_bg4.gif) repeat-x top left;
}

Thanks a lot for your help

Well i tested around the whole night but i dont get it..... I am not a coder so its f**** hard for me.....
For shure it would be the better way, cause u just need to Copy some images, but the easier way seems to be this https://vborg.vbsupport.ru/showthread.php?t=205755 but it needs much more space, and its also not so comfortable.. So, still hoping somebody can help us here with the css Option. Thanks

001 07-26-2009 11:01 PM

I suggest more space after the QUOTE tag. The default style has enough space after the quote so that you don't have to put a blank line after it. But with your style such a post appears without enough space.

sKippah 07-28-2009 01:48 PM

The problem is, that i dont know what i also need to change... this way is to hard for me, need a professionall doin´ it


All times are GMT. The time now is 02:21 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.02210 seconds
  • Memory Usage 1,839KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (19)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