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

Reply
 
Thread Tools
Blak-Ice V2 Details »»
Blak-Ice V2
Version: 1.2, by hoof hoof is offline
Developer Last Online: Apr 2021 Show Printable Version Email this Page

Version: 3.8.1 Rating:
Released: 01-16-2009 Last Update: 02-15-2009 Installs: 108
 
No support by the author.

Our latest vBulletin skin based off the original Blak-Ice. Clean dark skin with many custom buttons.
Will support those that click install

Demo Here

Update:
1/30/09- vB 3.8.1 Ready

Fixed:
1/23/09- Fixed postbit_legacy button bar alignment issues
1/23/09- Fixed navbar members link when logged out
1/23/09- Fixed pm button alignment issue
1/23/09- Remade graphics (rating stars, infraction, report, ip buttons)
-------------------------------------------------------------------------------
1/17/09- Header code breaking skin when resizing

Strongly Recommended:
If using this style I highly recommend replacing your vb default icons and smilies! The default icons that come with vbulletin are just not good enough for darker skins. I am using a couple sets from tommyturnage

Here is an example of what it looks like and what your icons can look like:
vB Default:


Using
Default Post Icons For ANY Background Color by tommyturnage


I would also recommend replacing your smilies with Smilies For ANY Background Color by tommyturnage.

Download Now

File Type: zip blackice2_simplegfx_vb3.8.1.zip (601.6 KB, 1227 views)
File Type: zip Bi2NavButtons.zip (50.2 KB, 614 views)

Screenshots

File Type: png bi2main.png (219.6 KB, 0 views)
File Type: png forumview.png (97.0 KB, 0 views)
File Type: png postview.png (120.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 02-22-2009, 04:58 PM
hoof hoof is offline
 
Join Date: May 2006
Location: Texas, USA
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try this:

Replace:
Code:
<td width="100%"  style="background: url($stylevar[titleimage]/header_fill.gif) repeat-x top left;" align="center"><dev class="titlefont">$vboptions[bbtitle]</dev></td>
With:
Code:
<td width="100%"  style="background: url($stylevar[titleimage]/header_fill.gif) repeat-x top left;" align="center"><img src="bi2/custom/logo.gif" alt="$vboptions[bbtitle]" border="0"></a></td>
Reply With Quote
  #73  
Old 02-22-2009, 06:05 PM
technom8t technom8t is offline
 
Join Date: Oct 2007
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok this has nearly worked, it has stretched the forum out now, inorder to obviouslyfit my text in, what size should i make the transparent section that holds my text? the midle secton of your header?
Reply With Quote
  #74  
Old 02-23-2009, 10:27 AM
hoof hoof is offline
 
Join Date: May 2006
Location: Texas, USA
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by technom8t View Post
Ok this has nearly worked, it has stretched the forum out now, inorder to obviouslyfit my text in, what size should i make the transparent section that holds my text? the midle secton of your header?
Yes, the transparent image will probably need to be resized to fit the center section. Glad it works for you
Reply With Quote
  #75  
Old 02-25-2009, 09:52 PM
Sooner95 Sooner95 is offline
 
Join Date: Apr 2003
Location: I don't know
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow, i really like this one. I hope it can work with vB4 when it is released.

Awesome job.
Reply With Quote
  #76  
Old 02-26-2009, 04:22 PM
hoof hoof is offline
 
Join Date: May 2006
Location: Texas, USA
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sooner95 View Post
Wow, i really like this one. I hope it can work with vB4 when it is released.

Awesome job.
Glad you like it We will update as necessary with vb updates, vb4 I am looking forward to as well.
Reply With Quote
  #77  
Old 02-26-2009, 08:25 PM
technom8t technom8t is offline
 
Join Date: Oct 2007
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sorry really need your help. i have had to change the logo code within the header template, in order for me to try and have my own fixed header, just one piece, not the original 3, but it is causing me a majour headache, probably because im not very good with code LOL.

So here is my current code
Code:
<!-- logo -->
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr></td>
<td><img src="$stylevar[titleimage]/main_header.gif" />
</tr>
</table>
<!-- /logo -->
this shows ok on Firefox, with my resolution set at 1280x1024, but doesnt show well on Internet exsplorer? please see screen shots below.....

FIREFOX



INTERNET EXSPLORER


also when in firefox if i hold the CTRL button and scroll down to make my screen smaller, the header messes up again, see below?



please help me sort the code so this will work properly for members, no matter what resolution they use, thanks
Reply With Quote
  #78  
Old 02-26-2009, 08:33 PM
hoof hoof is offline
 
Join Date: May 2006
Location: Texas, USA
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by technom8t View Post
sorry really need your help. i have had to change the logo code within the header template, in order for me to try and have my own fixed header, just one piece, not the original 3, but it is causing me a majour headache, probably because im not very good with code LOL.

So here is my current code
Code:
<!-- logo -->
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr></td>
<td><img src="$stylevar[titleimage]/main_header.gif" />
</tr>
</table>
<!-- /logo -->
this shows ok on Firefox, with my resolution set at 1280x1024, but doesnt show well on Internet exsplorer?
If you pm me the banner/logo you need I can slice it to work correctly.
Reply With Quote
  #79  
Old 02-26-2009, 09:01 PM
technom8t technom8t is offline
 
Join Date: Oct 2007
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PM sent.

Thanks again
Reply With Quote
  #80  
Old 02-28-2009, 12:23 PM
technom8t technom8t is offline
 
Join Date: Oct 2007
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Header sorted, big thanks to hoof for all his help, great support for this style, cheers
Reply With Quote
  #81  
Old 02-28-2009, 12:42 PM
hoof hoof is offline
 
Join Date: May 2006
Location: Texas, USA
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by technom8t View Post
Header sorted, big thanks to hoof for all his help, great support for this style, cheers
Thanks I am glad you got it sorted out.
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 07:38 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.06399 seconds
  • Memory Usage 2,342KB
  • 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
  • (4)bbcode_code
  • (4)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
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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