Go Back   vb.org Archive > vBulletin Styles and Graphics > vBulletin Styles > vBulletin 4.x Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Darkness vBulletin Gaming Skin [Bluepearl-Skins.com] Details »»
Darkness vBulletin Gaming Skin [Bluepearl-Skins.com]
Version: 1.00, by Sean James Sean James is offline
Developer Last Online: Sep 2019 Show Printable Version Email this Page

Category: Suite Style - Version: 4.2.5 Rating:
Released: 12-29-2009 Last Update: 06-13-2017 Installs: 502
Auto-Templates
 
No support by the author.

Template name: Darkness

Preview: Click Here

Download a basic version of this template here

For faster support and older versions of this skin visit the Darkness thread on Bluepearl forums

Detailed vBulletin skin installation instructions with images

Quote:
Version 4.x of this template for vB4 uses no tables instead i decided to use CSS3 border-image, unfortunately Internet Explorer does not support border-image so the left and right border will not appear in IE, i added the top and bottom borders in IE with <!--[if IE]>
If you change the size of the logo (vbulletin4_logo.png) you will need to edit the header template and change the width to keep the logo centered perfectly:

In version 4.2.5 the border code was replaced to work with newer CSS3, with the older code the borders would not show in many browsers.

If anybody finds any bugs or needs support please post in this thread and not via private message. Thank you

ZIP Contents:
-Darkness image directory
-darkness.xml
-ButtonPSDs.zip
-readme_install.txt


Please click install if you use this template

Older versions of our skins can be downloaded from our site.

View our premium Dark gaming skin here

View our premium Light gaming skin here

Our new transparent Gaming Skin

Download Now

File Type: zip Darkness-ver4.2.5.zip (2.21 MB, 246 views)

Screenshots

File Type: jpg darkness.jpg (107.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
5 благодарности(ей) от:
desitracker, elwizard, Gnoll, Maddrax, sodasusu

Comments
  #272  
Old 02-24-2011, 07:23 AM
doc fluty doc fluty is offline
 
Join Date: Aug 2010
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just purchased VB a few days ago and was pretty intimidated. Then i started looking into customizing the forum and found this one.. and even for a noob like me it worked VERY easy

I installed in all in less than 2 minutes... everything seems to be working great.

One question i have is i am not a fan of the dark green on the area where the threads are. Is there a way to change that to white and make the text black?

Everything else can stay the same...I just want the area where the threads are and if/when your reading a post.. all with the white BG and blk text

Thank you for any help you can give
Reply With Quote
  #273  
Old 02-24-2011, 08:54 AM
Sean James's Avatar
Sean James Sean James is offline
 
Join Date: Apr 2004
Location: Sydney, Australia
Posts: 895
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for your comments much appreciated

You can change anything on this skin with ease using the system, will just take abit of exploring.

ADMINCP --> Style manager --> Stylevars
Reply With Quote
  #274  
Old 02-25-2011, 01:23 AM
Crotan's Avatar
Crotan Crotan is offline
 
Join Date: Feb 2010
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Was it just me or did the Border return in your 4.1.2 version? Or was I really just far behind in updating before this?

Also the Logo image is no longer centered using this code

Code:
.doc_header {
text-align: center;
}
.logo-image {
clear:both;
float:none;
}
What did I screw up, lol?
Reply With Quote
  #275  
Old 02-25-2011, 06:45 PM
mmacrypt's Avatar
mmacrypt mmacrypt is offline
 
Join Date: Feb 2010
Location: Colorado
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I'm breaking down and asking. I've done a lot with this style, been using it for over a year now and I love it. But I have NEVER be able to get my banner to work with IE. It looks great in FF and Chrome but I can't ever get it to show up in IE. I thought I was onto something today and thought about replacing the bluepearl-design-logo.png with my logo but then checked the Demo for IE and that's not what was done. I'm feeling like a bit of an idiot on this cause I can't fix it. I keep reading the notes on the first post about IE and the borders and this part <!--[if IE]> but I'm being thick as hell with this one and it's not making any sense to me. I spent the time today and read over ever post and found some similar questions but I'm being dense I guess cause I'm just not getting it.

The site is MMACrypt.comand looks great in FF but no banner logo with IE.

Thanks for any help and sorry for being stupid on this one but something just isn't clicking for me on this one.
Reply With Quote
  #276  
Old 02-25-2011, 06:58 PM
mmacrypt's Avatar
mmacrypt mmacrypt is offline
 
Join Date: Feb 2010
Location: Colorado
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I went ahead and kicked myself in the head and started looking at the code again. then stuck my head in the oven but it's electric so I only got hot instead and not high but that seemed to be enough to help me "get it"

And just incase some poor stupid sucker like myself comes along, here's the solution or at least what worked for me.

In FF, I'm using a banner.jpg file but the code for IE required a png file so I also created a banner.png and now it's working fine in IE. Wow that was an arse kicker for me.
Reply With Quote
  #277  
Old 02-25-2011, 07:03 PM
mmacrypt's Avatar
mmacrypt mmacrypt is offline
 
Join Date: Feb 2010
Location: Colorado
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So, I don't know if it's an error in the code that has it calling for 2 different banners or what
Code:
#darkbord {
border: 11px;
-webkit-border-image: url(images/Darkness3/darkness3/border.png) 11 11 11 11 repeat repeat;
-moz-border-image: url(images/Darkness3/darkness3/border.png) 11 11 11 11 repeat
Maybe switching these lines to .jpg would have fixed all this for me, don't know but damn, haven't been beat up like that in a while. I know how Fedor feels now

Ok, last update, but I changed the code to .jpg and that seems to have fixed it also.
Reply With Quote
  #278  
Old 02-25-2011, 07:28 PM
mmacrypt's Avatar
mmacrypt mmacrypt is offline
 
Join Date: Feb 2010
Location: Colorado
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And now another issue I've having with IE but it's only IE on a XP machine. Looking at it with IE 8 on a Windows 7 machine and it looks fine. I have these scroll bars that show up on every post now no matter what the size of the window. Not sure if it's a VB issue or just this style. I looked at the default style and they weren't there but I'm just now digging in.

Reply With Quote
  #279  
Old 02-25-2011, 07:35 PM
Crotan's Avatar
Crotan Crotan is offline
 
Join Date: Feb 2010
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mmacrypt View Post
And now another issue I've having with IE but it's only IE on a XP machine. Looking at it with IE 8 on a Windows 7 machine and it looks fine. I have these scroll bars that show up on every post now no matter what the size of the window. Not sure if it's a VB issue or just this style. I looked at the default style and they weren't there but I'm just now digging in.

That's strange will have to ask my members who are on IE and XP if they get the same
Reply With Quote
  #280  
Old 02-25-2011, 11:42 PM
Sean James's Avatar
Sean James Sean James is offline
 
Join Date: Apr 2004
Location: Sydney, Australia
Posts: 895
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for bringing this to my attention i will look at my test board and see if this happens in XP, as this page is not modified i am doubting this is a skin issue.
Reply With Quote
  #281  
Old 02-26-2011, 04:38 AM
mmacrypt's Avatar
mmacrypt mmacrypt is offline
 
Join Date: Feb 2010
Location: Colorado
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks guys, I'm mostly a FF guy but I didn't notice it until the latest upgrade to IE, not sure if I was 7 before but now I'm 8.0.6 on the XP machine. I will dig in more by Monday at the latest.

But here's what I've noticed.
Darkness has the bars
Default does not.
Call2Duty does.
BP Brown does not

Both Call and Brown are way not updated as I don't think anybody uses them, Darkness is the heart of my site. But I'm not sure if anybody else has the same issue yet. I will post asking for some input on what people are seeing after this next UFC event this sat.
Reply With Quote
Reply


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 04:15 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10870 seconds
  • Memory Usage 2,349KB
  • Queries Executed 26 (?)
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_code
  • (2)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
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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