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
Original Blak-Ice by Simplegfx.net Details »»
Original Blak-Ice by Simplegfx.net
Version: 1.00, by hoof hoof is offline
Developer Last Online: Apr 2021 Show Printable Version Email this Page

Version: 3.8.1 Rating:
Released: 01-30-2009 Last Update: 02-20-2009 Installs: 55
 
No support by the author.

Here is the popular original Blak-Ice for vBulletin 3.8.1

This is a clean dark free vBulletin style with blue, white and gray colors.

DEMO

Download Now

File Type: zip blak-ice 3.8.1.zip (517.5 KB, 873 views)
File Type: zip header.zip (306.8 KB, 528 views)

Screenshots

File Type: png forumhome.png (187.3 KB, 0 views)
File Type: png subforum.png (151.8 KB, 0 views)
File Type: png thread.png (168.2 KB, 0 views)

Show Your Support

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

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

Quote:
Originally Posted by ComputerVitals View Post
Do you have a blank header/logo image?

Also, When I loaded up the PSD for the nav bar image, I asked me for the font. Which font did you use?

EDIT:
Found them from your older versions.

Thanks.
Forgot to add the fonts, I'll add those to the package I added the header image for you, you will need to just shape your header or logo into this and save.
Reply With Quote
  #13  
Old 02-22-2009, 10:24 PM
FFTFTCEd FFTFTCEd is offline
 
Join Date: May 2008
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for the style, our ppl like it very much, small question, the usernames are way to big, how to lower the text size of the usernamens?



Thanks again.
Reply With Quote
  #14  
Old 02-23-2009, 10:29 AM
hoof hoof is offline
 
Join Date: May 2006
Location: Texas, USA
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FFTFTCEd View Post
thanks for the style, our ppl like it very much, small question, the usernames are way to big, how to lower the text size of the usernamens?



Thanks again.
That can be adjusted in the "Additional CSS Definitions", and you can adjust this font size
Code:
.bigusername { font-size: 14pt; }
Reply With Quote
  #15  
Old 03-07-2009, 12:53 PM
FFTFTCEd FFTFTCEd is offline
 
Join Date: May 2008
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the help on the text size.

Got a new query for you, I want to change the link address of the "Home" button on the navbar to the actual Home Page of my site. At the moment it just refreshes the forum index.



I tried to find this in the navbar template, but was unsuccessful. Thank you for your great style & hard work. Our guys love the look.
Reply With Quote
  #16  
Old 03-07-2009, 02:47 PM
hoof hoof is offline
 
Join Date: May 2006
Location: Texas, USA
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FFTFTCEd View Post
Thanks for the help on the text size.

Got a new query for you, I want to change the link address of the "Home" button on the navbar to the actual Home Page of my site. At the moment it just refreshes the forum index.



I tried to find this in the navbar template, but was unsuccessful. Thank you for your great style & hard work. Our guys love the look.
You can modify the url in the "Header" template:
find:
Code:
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img src="$stylevar[imgdir_misc]/nav_home.gif" border="0"/></a></td>
And replace/change the red text of the actual link you need there
Reply With Quote
  #17  
Old 03-07-2009, 03:11 PM
FFTFTCEd FFTFTCEd is offline
 
Join Date: May 2008
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Rgr that, thanks. It works perfect!
Reply With Quote
  #18  
Old 03-07-2009, 07:46 PM
hoof hoof is offline
 
Join Date: May 2006
Location: Texas, USA
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FFTFTCEd View Post
Rgr that, thanks. It works perfect!
I am glad you got it working...and glad you like the skin
Reply With Quote
  #19  
Old 04-21-2009, 03:10 PM
zero5854 zero5854 is offline
 
Join Date: Oct 2008
Posts: 129
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Problem! I am getting a secuirty token error when I goto my useCP is there a fix? I am using 3.8.2 thanks!

EDIT:

The fix for 3.8.2 is this missing line in the footer template....

Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
It goes AFTER this in FOOTER template:

Code:
<!-- auto DST correction code -->
<form action="profile.php?do=dst" method="post" name="dstform">
<input type="hidden" name="s" value="$session[sessionhash]" />
Reply With Quote
  #20  
Old 04-21-2009, 09:25 PM
hoof hoof is offline
 
Join Date: May 2006
Location: Texas, USA
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Zero,

I'll make sure that gets fixed in the update to 3.8.2
Reply With Quote
  #21  
Old 05-21-2009, 05:45 AM
uprentiss uprentiss is offline
 
Join Date: Mar 2009
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the header still has ur logo on it

can i get the sizes of the header please
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 12:15 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.05714 seconds
  • Memory Usage 2,338KB
  • 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
  • (3)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