vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Suite Style - Blackend (3-Colors!) UPDATED **4.2** (https://vborg.vbsupport.ru/showthread.php?t=245708)

wickedstangs 12-18-2010 11:06 AM

Quote:

Originally Posted by PreciseDemise (Post 2134788)
Have a problem with the Tabs in User Profiles, they look gnarly.

You can see what I mean in my Profile here I have made no changes to the theme other than the colouring of elements already in place. I do have a few add-ons that add tabs to this area (DB Tech Advanced User Tagging, Yet Another Awards System & vB3 Arcade).

Another issue I have is ... I have swapped the Text boxes and Input fields areas to White Text, Dark Grey background, but have a problem with login in Firefox & Chrome being light grey text on white background when focuses, I fixed in Opera and IE7/8/9 to the best of my knowledge, but Firefox and Chrome persist, can you offer advice on this?

my tabs are looking the same as yours and I have one of the mods you mentioned (Yet Another Awards System). I believe that might be our issue.

This fixed my issue.
https://vborg.vbsupport.ru/showpost....&postcount=606

temporaryins 12-19-2010 02:13 AM

I'm wondering what might be causing this:

http://img815.imageshack.us/i/31630468.png/

I tried changing a few stylevars but wasn't successful (the background of the section title).

I also made sure to install this as a fresh style too instead of upgrading over the old one.

Qwk86gn 12-19-2010 02:47 AM

Style Updated:

(Version 1.1.1a)
? Added Blackend-Red
? Fixed Forum sidebar background/headers




Quote:

Originally Posted by temporaryins (Post 2136206)
I'm wondering what might be causing this:

http://img815.imageshack.us/i/31630468.png/

I tried changing a few stylevars but wasn't successful (the background of the section title).

I also made sure to install this as a fresh style too instead of upgrading over the old one.

The user profile is mostly left to the end user to customize per user. No stylevars are used that I have seen.

temporaryins 12-19-2010 02:55 AM

How can I change it though?

I'd like it to look like http://www.dbc-forum.net/member.php/3-Paladin, where it has http://www.dbc-forum.net/images/Styl...ts/body_bg.png as the background to the section titles like "Basic Information", "Signature", etc.

Qwk86gn 12-19-2010 03:07 AM

On your profile page there should be a link in the upper right above the editor "Customize My Profile".

Add to "Headers -> Header Background"

Code:

url(http://YOURSITEADDRESS/images/Styles/Blackend/gradients/body_bg.png)
If your admin you can make it so everyone has that as their default by clicking the button "Save as Site Default"

temporaryins 12-19-2010 03:11 AM

Excellent, thanks! That worked perfectly.

Sadistikal 12-25-2010 10:21 AM

Looks great! Needed a clean setup while we are finishing our guilds launch, and this fits our needs well. Thanks!

K!nG 12-27-2010 04:40 AM

Thanks for such a nice theme... black is ma color but red didn't like it.. Thanks :)

SSG.D 12-29-2010 02:32 PM

Fantastic work!

I have a question: under what style var can we fix the text color for the uploader? it's invisible once you select a file..

Screen Shot example: of default and Blackend http://i121.photobucket.com/albums/o.../WEBLOADER.png

Thanks in advance for any help.

Qwk86gn 12-29-2010 08:22 PM

Thanks, this is fixed for 4.1.1 but in the meantime you can adjust yourself if you wish by going into the stylevars and change

block_color

to

Code:

#999999
That should make it readable.

:)

Also just so everyone knows I now have a demo site setup for current and upcoming styles!

vBulletin Styles demo

1320Nation 12-30-2010 03:00 AM

This style looks nice in your demo. I'm going to install it with in the next few hours. Thanks for sharing your work!

nizzie 12-30-2010 09:08 AM

Sorry, but how do u change the colour of the code box? from a grey to white? many thanks...

1320Nation 12-30-2010 04:51 PM

The font color on the text after being wrapped with [CODE] tags is nearly invisible. I'm referring to when you use the '#' symbol in the message editor.

Which StyleVar option is used to correct this?

1320Nation 01-10-2011 05:17 PM

Quote:

Originally Posted by psychobike (Post 2141408)
The font color on the text after being wrapped with [CODE] tags is nearly invisible. I'm referring to when you use the '#' symbol in the message editor.

Which StyleVar option is used to correct this?

Qwk86gn, did you not see this post?

Qwk86gn 01-10-2011 10:54 PM

Sorry, been rather busy here recently. Will get you a fix ASAP

Qwk86gn 01-10-2011 11:07 PM

Quote:

Originally Posted by psychobike (Post 2141408)
The font color on the text after being wrapped with [code] tags is nearly invisible. I'm referring to when you use the '#' symbol in the message editor.

Which StyleVar option is used to correct this?



Add this to the additional.css at the bottom:

Code:

.bbcode_container div.bbcode_code, .bbcode_container pre.bbcode_code {
    background: #EDEDED;
    color: #2a2a2a;
}

Get to the additional.css by going into your ACP -> Style Manager -> Blackend -> Drop Down Menu -> Edit Templates -> CSS Templates -> additional.css

CMSTemplateZ 01-11-2011 05:11 AM

You could also change the background color of the code box for a better effect, Good luck

nizzie 01-11-2011 08:14 AM

Quote:

Originally Posted by CMSTemplateZ (Post 2147414)
You could also change the background color of the code box for a better effect, Good luck

How do you do that mate?

CMSTemplateZ 01-11-2011 09:22 AM

Quote:

Originally Posted by nizzie (Post 2147458)
How do you do that mate?

Stylevars / Common / content3_background <-- change the color of this to suite your site or as Qwk86gn said add the code the provided:

Code:

.bbcode_container div.bbcode_code, .bbcode_container pre.bbcode_code {
    background: #EDEDED;
    color: #2a2a2a;
}

Admincp / Styles & Templates / Backend / Edit Templates / CSS Templates / Additional.css add the above code to that file and save, you can also control the background color using the above code.

Good luck bud.

AwEsOmE SuPpOrT brought to you by SkinDen.com :)

Qwk86gn 01-13-2011 02:42 AM

I used the additional.css since you were only wanting to change the one thing. Changing the stylevar may also change other areas and make them unreadable.

TND.VN 01-13-2011 04:21 AM

wow so cool thanks :D

tidus78 01-14-2011 11:56 PM

Could I change black-background skin with an image?:confused:

CMSTemplateZ 01-15-2011 07:17 AM

Quote:

Could I change black-background skin with an image?
Yes this is possible... go to your ADMINCP/STYLES & TEMPLATES/STYLEVARS/DOCUMENT_BACKGROUND <--- and provide a path to the background image that you wish to use.

Good Luck

tidus78 01-15-2011 08:12 AM

https://vborg.vbsupport.ru/external/2011/01/36.jpg

Is that correct?

Qwk86gn 01-15-2011 03:28 PM

I think you need to have it like so:

Code:

url(http://i55.tinypic.com/256b4ib.jpg)

tidus78 01-15-2011 04:13 PM

Great!!!!

Thanks a lot,this is the best skin I've never seen on vb.org,excellent,fantastic!

tidus78 01-15-2011 09:19 PM

An other little problem.....

https://vborg.vbsupport.ru/external/2011/01/34.jpg

https://vborg.vbsupport.ru/external/2011/01/35.jpg

But it doesn't work....... some written are invisible :confused:

Qwk86gn 01-15-2011 10:50 PM

What version of vBulletin are you using?

The profile is no longer customized in the AdminCp. As admin you can make it so everyone has what you set as their default by clicking the button "Save as Site Default"

So customize you profile the way you would like then hit "Save as Site Default" button.

Note: that this will change everyone style you have installed to what you choose. Nothing I can do for the profiles once the style is imported.

Neal-UK 01-15-2011 11:03 PM

Great style, but the red one doesn't work. Just the default look with some red here and there.

Qwk86gn 01-15-2011 11:04 PM

Did you import Blackend-Red as a child to Blackend?

tidus78 01-15-2011 11:41 PM

Quote:

Originally Posted by Qwk86gn (Post 2149733)
What version of vBulletin are you using?

The profile is no longer customized in the AdminCp. As admin you can make it so everyone has what you set as their default by clicking the button "Save as Site Default"

So customize you profile the way you would like then hit "Save as Site Default" button.

Note: that this will change everyone style you have installed to what you choose. Nothing I can do for the profiles once the style is imported.

My version is 4.1.1.

https://vborg.vbsupport.ru/external/2011/01/33.jpg

It's invisible,no more solutions?:(

Qwk86gn 01-16-2011 12:00 AM

The only way is to customize your profile and save it as site default. Sorry but this is vB problem that needs to be addressed and they seem to not care about custom styles / designers.

tidus78 01-16-2011 12:43 AM

Sorry......the comand "customize my profile" was invisible....I found :D thanks :up:

Hdeaf.com 01-16-2011 09:36 AM

Thank

CMSTemplateZ 01-16-2011 01:38 PM

Quote:

Originally Posted by tidus78 (Post 2149775)
Sorry......the comand "customize my profile" was invisible....I found :D thanks :up:

Yes this is a silly little vBulletin bug... ive been working on a CSS fix for this, just need to add some stylevars settings to the css which can be added to the additional.css file, so far i believe i will have a working fix for the profiles section.. i will post this on SkinDen.com soon as ive finalized it (actually working on this right now).

1320Nation 01-16-2011 04:25 PM

Quote:

Originally Posted by Qwk86gn (Post 2147296)
Add this to the additional.css at the bottom:

Code:

.bbcode_container div.bbcode_code, .bbcode_container pre.bbcode_code {
    background: #EDEDED;
    color: #2a2a2a;
}

Get to the additional.css by going into your ACP -> Style Manager -> Blackend -> Drop Down Menu -> Edit Templates -> CSS Templates -> additional.css

That was exactly what it needed. Thank you! And thanks again for sharing your work.

Qwk86gn 01-16-2011 06:11 PM

Style updated to vB 4.1.1

Thanks everyone! Also please take a moment and check out our other styles over @ ************

Streetgliderx 01-21-2011 09:25 PM

hey man could you drop by my site and see if you can tell why my sidebar is FUBARed up? i just made the update and i might have butchered something up... thanks a ton for the great theme man!

https://vborg.vbsupport.ru/external/2011/01/10.png

Qwk86gn 01-21-2011 10:00 PM

Have you customized any templates recently or did it import like this?

Try renaming your current Blackend style then import that style again and see if it looks ok then. Or you can simply name the style when importing it instead of changing the current name.

Streetgliderx 01-22-2011 12:51 AM

k let me see what i can do i didnt change anything i just loaded it like i used to....

Edit: ok forgive me i am having a DA moment... how do i change the name?


All times are GMT. The time now is 02:41 AM.

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.01684 seconds
  • Memory Usage 1,825KB
  • 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
  • (6)bbcode_code_printable
  • (10)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