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
  #82  
Old 03-01-2009, 04:45 PM
Sooner95 Sooner95 is offline
 
Join Date: Apr 2003
Location: I don't know
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a couple of questions.

First, I can't seem to figure out how to change some of the column widths on the Forum. I'd like to make the "Last Post" column wider than it is. I thought it was in a template, Forum display template, but I can't seem to remember if that is correct or not.

And second. I love the Nav buttons, but I am horrible with graphics. I saw some had made a couple of buttons, and I'd like to request a few if possible. If they don't get made, it's no big deal.

I was looking for 5 total, if possible.

One with a clock on it..like regular analog clock.

One with a dogbone on it.

One with a Dollar sign?

One to represent a chatroom..

And one that has like a graph on it.

It would be greatly appreciated if anyone could help me out. Thanks again.
Reply With Quote
  #83  
Old 03-01-2009, 09:25 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
I have a couple of questions.

First, I can't seem to figure out how to change some of the column widths on the Forum. I'd like to make the "Last Post" column wider than it is. I thought it was in a template, Forum display template, but I can't seem to remember if that is correct or not.
The template you are looking for is the forumhome_forumbit_level1_nopost
Find:
Code:
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
	<tr align="center">
	  <td class="thead">&nbsp;</td>
	  <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
	  <td class="thead">$vbphrase[last_post]</td>
	  <td class="thead">$vbphrase[threads]</td>
	  <td class="thead">$vbphrase[posts]</td>
	  <if condition="$vboptions['showmoderatorcolumn']">
	  <td class="thead">$vbphrase[moderator]</td>
	  </if>
	</tr>
And adjust in percentages to what you would like it to be. For example and this I have not tested but to give you an idea on how to modify the code:
Code:
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
	<tr align="center"> 
  	<td class="thead" width="5%">&nbsp;</td> 
  	<td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td> 
  	<td class="thead" width="25%">$vbphrase[last_post]</td> 
  	<td class="thead" width="10%">$vbphrase[threads]</td> 
  	<td class="thead" width="10%">$vbphrase[posts]</td> 
  	<if condition="$vboptions['showmoderatorcolumn']"> 
   	<td class="thead" width="0%">$vbphrase[moderator]</td> 
  </if>
I'll see what I can come up with for the nav buttons
Reply With Quote
  #84  
Old 03-01-2009, 10:48 PM
Sooner95 Sooner95 is offline
 
Join Date: Apr 2003
Location: I don't know
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's what it was..many thanks hoof!

I look forward to the additional nav buttons..greatly appreciated.
Reply With Quote
  #85  
Old 03-02-2009, 12:05 PM
Sooner95 Sooner95 is offline
 
Join Date: Apr 2003
Location: I don't know
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have one more thing, I am trying to adjust, but can't seem to find the right template.

I want to adjust the columns on the thread lists and sub-forums, as seen in the screenshot posted.

Again, I appreciate it.
Attached Images
File Type: jpg adjustcolumns.jpg (77.6 KB, 0 views)
Reply With Quote
  #86  
Old 03-02-2009, 09:45 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
I have one more thing, I am trying to adjust, but can't seem to find the right template.

I want to adjust the columns on the thread lists and sub-forums, as seen in the screenshot posted.

Again, I appreciate it.
You will have to match and adjust the same code as above on the forumhome_forumbit_level1_nopost and forumhome_forumbit_level1_post
Reply With Quote
  #87  
Old 03-02-2009, 10:36 PM
Sooner95 Sooner95 is offline
 
Join Date: Apr 2003
Location: I don't know
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, this one is driving me crazy..I tried to match the settings, though the code is a bit different between the forumhome_forumbit_level1_nopost and forumhome_forumbit_level1_post. Nothing ever changed though.

the thread lists columns never moved, no matter what I put in. And the sub-forum list at the top, I could only seem to manipulate the Forum title box by moving the title over to the right. The columns never moved or widened.

PHP Code:
<if condition="!$show['collapsable_forums']">
<
tbody>
</if>
<
script type="text/javascript">
function 
rollchange(n,forumname)
{
if (
== 0)
{
document.getElementById(forumname).style.background="#1f2020";
}
else if (
== 1)
{
document.getElementById(forumname).style.background="#242628";
}
}
</
script>
    <
tr align="center">
<
td class="alt2" width="48px"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]/></td>

        <
td class="alt1Active" colspan="1" align="$stylevar[left]id="f$forum[forumid]onmouseover="rollchange(1,'f$forum[forumid]')" onmouseout="rollchange(0,'f$forum[forumid]')">

        <
table cellpadding="0" cellspacing="0" border="0">
        <
tr>
            
            <
td><img src="$vboptions[cleargifurl]alt="" width="9" height="1" border="0" /></td>
            <
td>
            <
div>
                <
a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
                <if 
condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
            </
div>
            <if 
condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
            <if 
condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
            <if 
condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
            </
td>
        </
tr>
        </
table>

        </
td>
        <
td class="alt2" width="30%">$forum[lastpostinfo]</td>
        <
td class="alt1" width="10%">$forum[threadcount]</td>
        <
td class="alt2" width="10%">$forum[replycount]</td>
        <if 
condition="$vboptions['showmoderatorcolumn']">
        <
td class="alt1" width="0%"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
        </if>
    </
tr>

<if 
condition="!$show['collapsable_forums']">
</
tbody>
</if>

<if 
condition="$childforumbits">
<if 
condition="!$show['collapsable_forums']">
<
tbody>
</if>
    
$childforumbits
<if condition="!$show['collapsable_forums']">
</
tbody>
</if>
</if> 
That's what mine looks like, I left in some of the width tags, hoping at least those are in the right spots..also I am still running 3.5.4, if the code has changed sicne then..then if I'm better off waiting, then so be it.
Reply With Quote
  #88  
Old 03-03-2009, 05:01 PM
Sooner95 Sooner95 is offline
 
Join Date: Apr 2003
Location: I don't know
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm just going to upgrade my board to the latest this weekend, and then start working on this some more. I don't think there'd be alot of differences in these forum templates, but then again, maybe there is. I don't want that to be an issue and a waste of time for you.
Reply With Quote
  #89  
Old 03-03-2009, 10:05 PM
dgkrob dgkrob is offline
 
Join Date: Feb 2009
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Guys,

Love this theme however i cannot get it to show on my vbadvanced page, It shows just fine on the forums page but not on my homepage {cmps_index.php}.

Ive tried deleting the style and re-uploading it but to no avail.

Any ideas??
Reply With Quote
  #90  
Old 03-03-2009, 10:19 PM
Sooner95 Sooner95 is offline
 
Join Date: Apr 2003
Location: I don't know
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In your adminCP.. CMPS settings, then Edit pages.

if your like me, you have one page set up, the default. When you go into edit that, you can change the Custom Style for that page. Possibly your board is set to use another style by default, thus your CMPS will use that still as well..
Reply With Quote
  #91  
Old 03-04-2009, 06:53 AM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hoof View Post
Here's a couple If you have a specific image in mind upload it and I'll put one together for you.
How to put in navbar...?Can create and icon for "Portal"....?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 04:56 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.04991 seconds
  • Memory Usage 2,389KB
  • 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
  • (1)bbcode_php
  • (3)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
  • (6)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