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 - BP-Brown [Bluepearl-Skins.com] (https://vborg.vbsupport.ru/showthread.php?t=231600)

Sean James 12-28-2009 10:00 PM

BP-Brown [Bluepearl-Skins.com]
 
1 Attachment(s)
Template name: BP-Brown

Preview: Demo

Brown clean professional template for vBulletin

This style is based on the Darkness style, without all the tables and added images.
The style has no template modifications and is all CSS, So the style should be very fast loading.

For faster support and older versions of this skin visit the BP-Brown thread on Bluepearl forums

Detailed vBulletin skin installation instructions with images

ZIP Contents:
-bp-brown image directory
-bp-brown.xml
-readme_install.txt


Please click install if you use this template :)

Older versions of this skin can be downloaded from our site.

If you like BP-Brown you might love our premium vBulletin skins BP-Black, BP-White and BP-Grey

Sean James 12-29-2009 08:14 PM

In the next version i will be fixing some minor styling bugs which will hopefully be fixed with vBulletin 4.0.1

Weetabix 12-29-2009 09:43 PM

Ace style, thanks :)

gothicuser 12-30-2009 04:54 AM

Really nice style, thankyou.
I see from the screenshots on your site that the CMS is also styled, maybe I'm doing something wrong, but I can only get this to affect my forums.
Any ideas please?

Sean James 12-30-2009 05:09 AM

hmm weird, just for a test... try turning off the option to change styles in ADMINCP and make BP-Brown the default style.

If the style then shows on your CMS its a vbulletin 4 issue, if the style still does not show then its a issue with my style.

gothicuser 12-30-2009 05:20 AM

Quote:

Originally Posted by Griffin80 (Post 1942192)
If the style then shows on your CMS its a vbulletin 4 issue, if the style still does not show then its a issue with my style.

Yep, when I do as you suggest the Style is applied to both CMS & Forums.
Annoying, I'll have a play and see what happens.
Thankyou for the very prompt reply https://vborg.vbsupport.ru/

gothicuser 12-30-2009 09:08 AM

Fixed (kind of)
See last post in this bug thread
Quote:

vB 4.0 Suite, by default on a new installation, sets the style for the CMS 'home' page to 'Default Style', rather than 'Board Default' as is the case with all other content pages. This means that the home page always displays with the vB 4.0 default style set, even if a custom style is set and applied elsewhere - either by the member or by the administrator, site-wide. This is true, also, if the member tries to use the style chooser: the home page always remains with the default style, irrespective of any other settings.

The only way around this is to edit the CMS home page by clicking the pencil on the front end, and setting the style there to 'Board Default'. Thereafter the style will reflect the board settings; and if the user employs the style chooser, it has an effect on the home page.

This improper default setting has caused many of us hours of frustration: I do hope that, it's source now known, vB can quickly sort out the changing of the default setting for future releases.
This works.

Sean James 12-30-2009 11:10 AM

Cool, thanks mate glad u got it sorted.

Loramore 12-30-2009 01:56 PM

1 Attachment(s)
Is there a way to change the color of the text as it is inputted into the message box? It is currently set as white as is the background of the text box (see first attachment below). The second attachment shows the highlighted text I had typed to make it visible using "ctrl-a" to select all of it.

RonH. 12-30-2009 02:06 PM

I'm strongly considering adopting your style here for my site when I start upgrading it next week.

c0rpz0r 12-30-2009 05:14 PM

Quote:

Originally Posted by Loramore (Post 1942520)
Is there a way to change the color of the text as it is inputted into the message box? It is currently set as white as is the background of the text box (see first attachment below). The second attachment shows the highlighted text I had typed to make it visible using "ctrl-a" to select all of it.

Same here, users cant see what they are typing!
How to fix it? for the rest: Great skin!! super!

CBo 12-30-2009 05:22 PM

Quote:

Originally Posted by Loramore (Post 1942520)
Is there a way to change the color of the text as it is inputted into the message box? It is currently set as white as is the background of the text box (see first attachment below). The second attachment shows the highlighted text I had typed to make it visible using "ctrl-a" to select all of it.

Quote:

Originally Posted by c0rpz0r (Post 1942704)
Same here, users cant see what they are typing!
How to fix it? for the rest: Great skin!! super!

Same problem here, but only with Internet Explorer. with other browsers the problem isn't there. I tried to modify the background color with style var, but this doesn't change anything.

Sean James 12-30-2009 06:45 PM

Quote:

Originally Posted by Loramore (Post 1942520)
Is there a way to change the color of the text as it is inputted into the message box? It is currently set as white as is the background of the text box (see first attachment below). The second attachment shows the highlighted text I had typed to make it visible using "ctrl-a" to select all of it.

Thanks for letting me know about this, i will try and find a fix asap.

Unfortunately unlike vBulletin 3 where u could change the background of the input colors with one setting via 'MAIN CSS' vBulletin 4 has like multiple input classes and most of them are hidden deep inside different CSS files, very frustrating hehe.

Loramore 12-30-2009 09:32 PM

Forgot to mention the screenshots above were in IE8. Safari is OK.

Quote:

Originally Posted by CBo (Post 1942709)
Same problem here, but only with Internet Explorer. with other browsers the problem isn't there. I tried to modify the background color with style var, but this doesn't change anything.


Sean James 12-31-2009 02:20 AM

I may have a solution, but i have a big new years planned tonight so i may not be able to update this template for about 2 days

derfelix 12-31-2009 05:56 AM

excellent style... very professionnal...
(same little teenie notice prob as i pointed out in darkness style)

I have another little issue.. (ITS NOT a bug... :p)
vbulletin has still the shadows of the album images hardcoded...
You did the same.. (which is the correct approach) thus leaving the shadow at its initial value (whick doesnt look to good in a dark style)
vbulletin is bound to put that shadow in a stylevar...
as the image shadow has (in vbull) the same default value as the forumbit shadow..
I would suggest following:

Either hardcode your shadow color from stylevar forumbits_shadow_color to album.css

original album.css:
HTML Code:

#picturelink img {
  background-color:{vb:stylevar lightweightbox_background.backgroundColor};
  border:solid 1px {vb:stylevar lightweightbox_border.borderColor};
  padding:{vb:stylevar padding};
  text-align:center;
  -moz-box-shadow: -2px 2px 2px #d7cbcc;
  -webkit-box-shadow: -2px 2px 2px #d7cbcc;
}

OR simply just make the shadow values the same by changing to stylevars:

HTML Code:

#picturelink img {
  background-color:{vb:stylevar lightweightbox_background.backgroundColor};
  border:solid 1px {vb:stylevar lightweightbox_border.borderColor};
  padding:{vb:stylevar padding};
  text-align:center;
  -moz-box-shadow: -2px 2px 2px {vb:stylevar forumbits_shadow_color};
  -webkit-box-shadow: -2px 2px 2px {vb:stylevar forumbits_shadow_color};
}

I would opt for second, as vbulletin is bound to put that shadow into stylevars...
And there is no reason why on images they should change their standard colors...

F.

CBo 12-31-2009 08:02 AM

Quote:

Originally Posted by Griffin80 (Post 1943080)
I may have a solution, but i have a big new years planned tonight so i may not be able to update this template for about 2 days

No problem, enjoy new year! I'll do the same in a few hours :)

bornoffire 12-31-2009 08:44 AM

How do you get rid of the vbulletin logo in the middle of the banner?

Sean James 12-31-2009 11:13 PM

Quote:

Originally Posted by derfelix (Post 1943163)
excellent style... very professionnal...
(same little teenie notice prob as i pointed out in darkness style)

I have another little issue.. (ITS NOT a bug... :p)
vbulletin has still the shadows of the album images hardcoded...
You did the same.. (which is the correct approach) thus leaving the shadow at its initial value (whick doesnt look to good in a dark style)
vbulletin is bound to put that shadow in a stylevar...
as the image shadow has (in vbull) the same default value as the forumbit shadow..
I would suggest following:

Either hardcode your shadow color from stylevar forumbits_shadow_color to album.css

original album.css:
HTML Code:

#picturelink img {
  background-color:{vb:stylevar lightweightbox_background.backgroundColor};
  border:solid 1px {vb:stylevar lightweightbox_border.borderColor};
  padding:{vb:stylevar padding};
  text-align:center;
  -moz-box-shadow: -2px 2px 2px #d7cbcc;
  -webkit-box-shadow: -2px 2px 2px #d7cbcc;
}

OR simply just make the shadow values the same by changing to stylevars:

HTML Code:

#picturelink img {
  background-color:{vb:stylevar lightweightbox_background.backgroundColor};
  border:solid 1px {vb:stylevar lightweightbox_border.borderColor};
  padding:{vb:stylevar padding};
  text-align:center;
  -moz-box-shadow: -2px 2px 2px {vb:stylevar forumbits_shadow_color};
  -webkit-box-shadow: -2px 2px 2px {vb:stylevar forumbits_shadow_color};
}

I would opt for second, as vbulletin is bound to put that shadow into stylevars...
And there is no reason why on images they should change their standard colors...

F.

Thanks mate i will look into it.

Quote:

Originally Posted by bornoffire (Post 1943232)
How do you get rid of the vbulletin logo in the middle of the banner?

Simply goto stylevars and search for 'titleimage' and delete it.

c0rpz0r 01-02-2010 09:30 AM

any news on the input colors???? :)
alcohol must be out of your system by now :) :)

Sean James 01-02-2010 09:48 PM

Working on it now mate, hopefully be released in the next hour or so.

Fixing the other bugs as well.

Sean James 01-02-2010 11:07 PM

Quote:

Originally Posted by Loramore (Post 1942520)
Is there a way to change the color of the text as it is inputted into the message box? It is currently set as white as is the background of the text box (see first attachment below). The second attachment shows the highlighted text I had typed to make it visible using "ctrl-a" to select all of it.

Ok i have fixed all bugs except this one, i am using IE8 and dont have this problem.

Are you guys using IE7?

Or maybe i have fixed this problem, can someone test on http://www.bluepearl-design.com/foru...14&styleid=100

Mases 01-03-2010 06:17 AM

Hi Griffin. I signed up at your forums and tried that link you sent and it is working fine for me. My site is using your design and it isn't working for me. So it looks like you fixed it. Thanks. Looking forward to the update. I love the theme but fans were bothering me about this.

I have one other issue. The login at the top of the screen. It's black text on a black background. Similar issue as this white on white. Anyway to fix this as well?

c0rpz0r 01-03-2010 06:22 AM

same here!! black!

can see nothing... also in the login screen...
what im using? uhh ie8.. but its an forum with 550+ members (customer of mine)
So you can say all browsers :)

(on your site it white btw, that works)

Sean James 01-03-2010 06:42 AM

1 Attachment(s)
Quote:

Originally Posted by Mases (Post 1945665)
Hi Griffin. I signed up at your forums and tried that link you sent and it is working fine for me. My site is using your design and it isn't working for me. So it looks like you fixed it. Thanks. Looking forward to the update. I love the theme but fans were bothering me about this.

I have one other issue. The login at the top of the screen. It's black text on a black background. Similar issue as this white on white. Anyway to fix this as well?

So just let me confirm, u signed up on my site and you no longer have the problem with the reply boxes being white with white text?

I have also fixed the login box at the top, check attachment.

Quote:

Originally Posted by c0rpz0r (Post 1945669)
same here!! black!

can see nothing... also in the login screen...
what im using? uhh ie8.. but its an forum with 550+ members (customer of mine)
So you can say all browsers :)

(on your site it white btw, that works)


Mases 01-03-2010 06:50 AM

Quote:

Originally Posted by Griffin80 (Post 1945680)
So just let me confirm, u signed up on my site and you no longer have the problem with the reply boxes being white with white text?

I have also fixed the login box at the top, check attachment.

Thanks.

I installed this style on my sites forum. http://zeldadungeon.net/forum
When using IE8 on MY forum, the text boxes are white. So you have trouble seeing the text.

I signed up at your forum.
When using IE8 on YOUR forum, the text boxes are dark. So it works perfectly fine.

Whatever you changed, fixed the problem. (At least from my testing on IE8).

Sean James 01-03-2010 06:56 AM

Quote:

Originally Posted by Mases (Post 1945685)
Thanks.

I installed this style on my sites forum. http://zeldadungeon.net/forum
When using IE8 on MY forum, the text boxes are white. So you have trouble seeing the text.

I signed up at your forum.
When using IE8 on YOUR forum, the text boxes are dark. So it works perfectly fine.

Whatever you changed, fixed the problem. (At least from my testing on IE8).

Awesome thanks for your help mate, thats all i needed to hear, going to release the update now ;)

Will take me about 5 minutes to create new package and upload.

Sean James 01-03-2010 07:05 AM

BP-Brown Version 3.1 released
-Fixed notification background color
-Fixed navbar_tab_selected_background image path
-Fixed album shadow colors
-Styled attachments page and popup
-Fixed background input/form colors
-Styled albums and groups

There may be other bugs, but these are all the major ones that i know of.
When vBulletin 4.0.1 is released i will do another update to fix other bugs that will be fixed in that version.

Mases 01-03-2010 07:17 AM

Thanks Griffin, I installed at my forum.

Login Box is working perfectly. Thanks!

Oddly enough, the text boxes are working differently on my website than they are on your forum.

On your forum on IE8 AND Firefox, the background color is Brown and the text color is White. Perfect.

On my forum on IE8 the background color is White and the text color is Black. (Different than yours but it works fine)
On my forum on Firefox now... the background color is Brown and the text color is Black.

It's better than white on white, but it's not perfect. I'm not sure why my forums install looks different than your actual forum.

Sean James 01-03-2010 07:19 AM

Thats strange because the style is exactly the same on my board as the one i have uploaded here :/

Maybe a caching problem? CTRL F5

Mases 01-03-2010 07:25 AM

Doesn't seem to be a caching problem. It did change from the previous update since IE is no longer White on White, it is now Black on White.

Text changed to Black on mine, but it is White on yours. and IE box background is still White on mine.

This is better than it was before since black on brown still works better than white on white. So I can wait to see if others have the problem.

Sean James 01-03-2010 07:43 AM

Quote:

Originally Posted by Mases (Post 1945706)
Doesn't seem to be a caching problem. It did change from the previous update since IE is no longer White on White, it is now Black on White.

Text changed to Black on mine, but it is White on yours. and IE box background is still White on mine.

This is better than it was before since black on brown still works better than white on white. So I can wait to see if others have the problem.

Ok now i need to know what is causing this!!! lol, vb4 is abit frustrating...

I visited your forum http://zeldadungeon.net/forum and i see u have both my current vB4 styles installed, are u having the exact problem with both styles?

Mases 01-03-2010 08:02 AM

Actually, it is worse then that...

I'm having completely different problems with the Clanz Darkness one. That one for me hasn't changed at all.

On Darkness I'm getting...
Firefox - White Text on Brown Background (Good)
IE - White Text on White Background (Not Good)

Just for clarification, on Brown I'm getting...
Firefox - Black Text on Brown (Not Good... but passable for now)
IE - Black Text on White Background (Good)

I use Brown as default and much prefer that one. Installed the ClanzDarkness one because I once used that and was testing to see how it was with vbulletin 4.0. I usually don't give option to switch and will stick with Brown once its all set and done.

vBulletin 4.0... isn't it great?

Thanks for all you do!

Sean James 01-03-2010 08:25 AM

1 Attachment(s)
Quote:

Originally Posted by Mases (Post 1945726)
Actually, it is worse then that...

I'm having completely different problems with the Clanz Darkness one. That one for me hasn't changed at all.


On Darkness I'm getting...
Firefox - White Text on Brown Background (Good)
IE - White Text on White Background (Not Good)


Just for clarification, on Brown I'm getting...
Firefox - Black Text on Brown (Not Good... but passable for now)
IE - Black Text on White Background (Good)



I use Brown as default and much prefer that one. Installed the ClanzDarkness one because I once used that and was testing to see how it was with vbulletin 4.0. I usually don't give option to switch and will stick with Brown once its all set and done.

vBulletin 4.0... isn't it great?

Thanks for all you do!

Thanks mate, you probably noticed i registered on your board and its not a caching problem with your browser, as i am seeing white instead of black as well.
Check screenshot.

Why this template works perfectly on my board and not yours and no doubt others is really frustrating, going to have to look into this more today.
Im wondering if this is a vB4 bug, or something really small and simple i am overlooking.

derfelix 01-03-2010 08:32 AM

Quote:

Originally Posted by Mases (Post 1945700)
Thanks Griffin, I installed at my forum.

Login Box is working perfectly. Thanks!

Oddly enough, the text boxes are working differently on my website than they are on your forum.

On your forum on IE8 AND Firefox, the background color is Brown and the text color is White. Perfect.

On my forum on IE8 the background color is White and the text color is Black. (Different than yours but it works fine)
On my forum on Firefox now... the background color is Brown and the text color is Black.

It's better than white on white, but it's not perfect. I'm not sure why my forums install looks different than your actual forum.

I can nearly confirm this...
On my site.. (probably my settings.. cant figure out though where to change these)
on IE8
the colors are perfect when i am in none wysiwig mode..
I confirm the dark on white when I switch to wysiwig mode...

(I dont know why !!! in IE8 when i load the page I am not in wysiwig mode (I have to click the little A/A to switch) ...

in FF I start with wysiwig mode... very strange .. has nothing to do with the template.. its the same with default template... maybe there is a setting????

ON firefox, its perfect when i switch to non wysiwig mode... and still black on black in wysiwig mode...
Strange enough on your site it seems to work.. and I am immediately in wysiwig


Also the login is perfect now...

A little new bug though.. (its tiny)
The notifications menu at the top...
When no notification...
And i mouseover the word "notifications" the little arrow of the menu jumps up... and down again when I leave...
Inside the menu..
i just have "no new messages" and a link to Inbox..
When i mouseover the Inbox.. the word inbox jumps to the right with the background...
Havent tested with notifications...

The rest is really great!!!!!!!!!!!
F.

PS just tested on your site...
Same there...
Only that on firefox.. when I start.. i get non wysiwyg mode.. (works)
when i switch to wysiwyg mode.. it doesnt...
And with IE.. strange enough.. wysiwyg mode is white on white on your site.. and black on white on mine...
non wysiwig works on both perfectly...

derfelix 01-03-2010 08:46 AM

griffin, if you take a closer look at your IE screenshots..
the one with the white background , the textarea has NO SIDEBAR => wysiwig mode
the one with the dark background has sidebar => non wysiwig mode..
F.

CBo 01-03-2010 08:48 AM

For my forum it looks like the problem is solved. Thanks!

Sean James 01-03-2010 08:50 AM

Quote:

A little new bug though.. (its tiny)
The notifications menu at the top...
When no notification...
And i mouseover the word "notifications" the little arrow of the menu jumps up... and down again when I leave...
Inside the menu..
This is not a bug, the default vB4 template does this as well.

Sean James 01-03-2010 08:54 AM

Thanks guys, i am going to look into wysiwyg mode CSS, that seems to be the problem

derfelix 01-03-2010 09:10 AM

Quote:

Originally Posted by Griffin80 (Post 1945764)
This is not a bug, the default vB4 template does this as well.

You are 100% correct...


All times are GMT. The time now is 06:28 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.01843 seconds
  • Memory Usage 1,863KB
  • 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
  • (4)bbcode_html_printable
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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