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

I made changes in the FORUMDISPLAY template, but nothing changes in the thread lists..

PHP Code:
<if condition="$show['search_engine']">
    <if 
condition="$show['threadicons']">
        <
td class="thead" colspan="2">&nbsp;</td>
    <else />
        <
td class="thead">&nbsp;</td>
    </if>
    <
td class="thead" width="100%">
        <if 
condition="$show['threadratings']"><span style="float:$stylevar[right]">$vbphrase[rating]</span></if>
        
$vbphrase[thread] / $vbphrase[thread_starter]
    </
td>
    <
td class="thead" width="29%" align="center" nowrap="nowrap"><span style="white-space:nowrap">$vbphrase[last_post]</span></td>
    <
td class="thead" width="8%" align="center" nowrap="nowrap"><span style="white-space:nowrap">$vbphrase[replies]</span></td>
    <
td class="thead" width="8%" align="center" nowrap="nowrap"><span style="white-space:nowrap">$vbphrase[views]</span></td>
<else />
    <if 
condition="$show['threadicons']">
        <
td class="thead" colspan="2">&nbsp;</td>
    <else />
        <
td class="thead">&nbsp;</td>
    </if>
    <
td class="thead" width="100%">
        <if 
condition="$show['threadratings']"><span style="float:$stylevar[right]"><a href="$sorturl&amp;order=desc&amp;sort=voteavg" rel="nofollow">$vbphrase[rating]</a$sortarrow[voteavg]</span></if>
        <
a href="$sorturl&amp;order=asc&amp;sort=title" rel="nofollow">$vbphrase[thread]</a$sortarrow[title] /
        <
a href="$sorturl&amp;order=asc&amp;sort=postusername" rel="nofollow">$vbphrase[thread_starter]</a$sortarrow[postusername]
    </
td>
    <
td class="thead" width="29%" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="$sorturl&amp;order=desc&amp;sort=lastpost" rel="nofollow">$vbphrase[last_post]</a$sortarrow[lastpost]</span></td>
    <
td class="thead" width="8%" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="$sorturl&amp;order=desc&amp;sort=replycount" rel="nofollow">$vbphrase[replies]</a$sortarrow[replycount]</span></td>
    <
td class="thead" width="8%" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="$sorturl&amp;order=desc&amp;sort=views" rel="nofollow">$vbphrase[views]</a$sortarrow[views]</span></td>

    <if 
condition="$show['inlinemod']">
        <if 
condition="$show['popups']">
            <
td class="vbmenu_control" id="imod" align="center" title="$vbphrase[moderation]"> <script type="text/javascript"vbmenu_register('imod'); </script> </td>
        <else />
            <
td class="thead" align="center">
                <
input type="checkbox" name="allbox" id="checkall_all" title="$vbphrase[check_uncheck_all]onclick="inlineMod.check_all()" />
            </
td>
        </if> 
Only thing I can think of at this point, is just to wait and try it again with 3.8.1
Reply With Quote
  #113  
Old 03-05-2009, 01:41 PM
dgkrob dgkrob is offline
 
Join Date: Feb 2009
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi guys,

Im having a real headache trying to get a dropdown menu to work and have been sitting here for ages trying to get it to work.

What i need is a drop down menu from the menu image like i already have on my main theme {screenshot attached}

I just cant seem to get it to work when doing this through the header template.

The code i used to get it working on my main theme was

Code:
<td id="stats" class="vbmenu_control">
    <a href="#">Cod 5 Stats</a>
    <script type="text/javascript">
        vbmenu_register("stats");
</script>
</td>
and

Code:
<div class="vbmenu_popup" id="stats_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
        <tr>
            <td class="thead">Cod 5 Stats</td>
        </tr>
        <tr>
            <td class="vbmenu_option" title="nohilite"><a 
href="/Stats$session[sessionurl_q]">DGK | Hardcore Server</a></td>
<tr>
            <td class="vbmenu_option" title="nohilite"><a 
href="/cstats$session[sessionurl_q]">DGK | Bolt Rifles Server</a></td>
</td>
</tr>
</table>
</div>
I need to convert that code over so it works without the menu header text and just when someone clicks on the image in the menu it drops down with the options like i have in the screenshot attached.

Help anyone???? please

Kind Regards and thanks in advance

Rob
Attached Images
File Type: jpg menu.JPG (62.3 KB, 0 views)
Reply With Quote
  #114  
Old 03-05-2009, 07:44 PM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedHacker View Post
Thanks Sooner95 its work..!!!But the image nav_new post the title image is blue and the other navbar buttons are white..!!!I saw your forum wheh Home and Forum navbar button and i do this..!!! But when home button i say my web site and my forum button i say http://www.xxxx.xxx/forum.php

Its easy....?

Nothing...?
Reply With Quote
  #115  
Old 03-08-2009, 07:46 PM
technom8t technom8t is offline
 
Join Date: Oct 2007
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sooner95 View Post
I'd like to share with others something i did as well in this theme.

Again the Nav button setup is cool.

Here is how you can make those buttons also open up drop-down menus.

I will use 2 examples.

For the new Post button, and a drop-down so that one can look at new posts at specidfic times. I did not create the hack, just mearly made it work on the button.

Common Templates/header

Use this to create the button and link


PHP Code:
<if condition="$show['member']">
<
td width="50" height="55"><a href="search.php?do=getnew$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/nav_newpost2.gif" width="50" height="55" border="0" id="navbar_posts"  alt=""/></a><script type="text/javascript"vbmenu_register("navbar_posts"); </script></td></if> 

You will need to check you image path ect.. and take note of moving the id="" from the td tag into the url tag. This will get rid of the little dropdown arrow.


Then your drop down menu.

Find this

PHP Code:
<!-- content table -->
$spacer_open 
And place it above that.

Some thing this..

PHP Code:
<if condition="$show['searchbuttons']">
        <
div class="vbmenu_popup" id="navbar_posts_menu" style="display:none">
            <
table cellpadding="4" cellspacing="1" border="0">
<
tr><td class="thead">$vbphrase[get_posts_nav]</td></tr>
<
tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">Get All New Posts</a></td></tr>
<
tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily&minutes=15" accesskey="2">Last 15 Minutes</a></td></tr>
<
tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily&minutes=30" accesskey="2">Last 30 Minutes</a></td></tr>
            
<
tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily&hours=1" accesskey="2">Last Hour</a></td></tr>
<
tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily&hours=2" accesskey="2">2 Hours</a></td></tr>
<
tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily&hours=4" accesskey="2">4 Hours</a></td></tr>
<
tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily&hours=8" accesskey="2">8 Hours</a></td></tr>
<
tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily&hours=12" accesskey="2">12 Hours</a></td></tr>
<
tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily&days=1" accesskey="2">1 Day</a></td></tr>
<
tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily&days=2" accesskey="2">2 Days</a></td></tr>
<
tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily&days=7" accesskey="2">7 Days</a></td></tr>
<
tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily&days=14" accesskey="2">14 Days</a></td></tr>

            </
table>
        </
div>
    </if> 

And your end result is attached as a screeny..also attached a screenshot of doing this with vbplaza.

Again these are not my hacks, I just made the dropdowns work with these buttons.
This is a good idea and i sort of have it working BUT....... if there ar no posts within 15 minutes and you select '' post within last 15 minutes'' from the drop down, instead of giving you the '' there are no posts to display'' message( the standard VB message) it shows post from the last few days, which isn't realy correct, are you able to sort this? and this happens if there are no ost in any of the drop downs you want
Reply With Quote
  #116  
Old 03-09-2009, 09:43 PM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Finally hoof for this.? "But the image nav_new post the title image is blue and the other navbar buttons are white..!!!I saw your forum wheh Home and Forum navbar button and i do this..!!! But when home button i say my web site and my forum button i say http://www.xxxx.xxx/forum.php"
Reply With Quote
  #117  
Old 03-09-2009, 09:53 PM
hoof hoof is offline
 
Join Date: May 2006
Location: Texas, USA
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedHacker View Post
Finally hoof for this.? "But the image nav_new post the title image is blue and the other navbar buttons are white..!!!I saw your forum wheh Home and Forum navbar button and i do this..!!! But when home button i say my web site and my forum button i say http://www.xxxx.xxx/forum.php"
So you need a nav_newpost image with the white text? For the coding just add where ever you want it to go Have the Home button go home and the Forum button go to the Forum URL. You just need to fix the url in the code.
Reply With Quote
  #118  
Old 03-09-2009, 11:16 PM
dgkrob dgkrob is offline
 
Join Date: Feb 2009
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey hoof any chance of some help with my previous post? and also the pm i sent you mate?
Reply With Quote
  #119  
Old 03-09-2009, 11:51 PM
hoof hoof is offline
 
Join Date: May 2006
Location: Texas, USA
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dgkrob View Post
hey hoof any chance of some help with my previous post? and also the pm i sent you mate?
For the "Popup" menu controls to work, you need to put that part of the code in the Navbar template.

Here's a good embedded way to do it, if you follow the community example:
Code:
<!-- community link menu -->
	<div class="vbmenu_popup" id="community_menu" style="display:none;margin-top:3px" align="$stylevar[left]">
		<table cellpadding="4" cellspacing="1" border="0">
		<tr><td class="thead">$vbphrase[community_links]</td></tr>
		$template_hook[navbar_community_menu_start]
		<if condition="$show['quick_links_groups']">
<tr><td class="vbmenu_option"><a href="http://simplegfx.net/forums/forums.php">Forum Main</a></td></tr>
					<tr><td class="vbmenu_option"><a href="group.php$session[sessionurl_q]">$vbphrase[social_groups]</a></td></tr>
		</if>
		<if condition="$show['quick_links_albums']">
					<tr><td class="vbmenu_option"><a href="album.php$session[sessionurl_q]">$vbphrase[pictures_and_albums]</a></td></tr>
		</if>
		<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=buddylist"><if condition="$show['friends_and_contacts']">$vbphrase[contacts_and_friends]<else />$vbphrase[contacts]</if></a></td></tr>
		<tr><td class="vbmenu_option"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td></tr>
		$template_hook[navbar_community_menu_end]
		</table>
	</div>
	<!-- / community link menu -->
In the header is where you'll put the button and code similar to the community button:
Code:
<if condition="$show['communitylink'] AND $show['popups']">
			<td width="50" height="55"><a id="community" href="$show[nojs_link]#community" rel="nofollow" accesskey="3"><img src="$stylevar[imgdir_misc]/nav_comm.gif" width="50" height="55" border="0" alt=""/></a> <script type="text/javascript"> vbmenu_register("community",1); </script></td>
		<else />
I didn't initially answer as you haven't clicked install for this skin and the example you posted is not the style offered in this thread
Reply With Quote
  #120  
Old 03-10-2009, 12:06 AM
dgkrob dgkrob is offline
 
Join Date: Feb 2009
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks mate really appreciate the help ill give that a try and see how i get on.

And my bad for not hitting install general oversite on my part but the screenshot i posted was just to show what i wanted as an end result.

I know im taking the mickey with this but is there any chance you could help me out with the images i pm'd you about mate?

Tell me to get lost if you want lol

Thanks again

Rob

p.s install clicked now!
Reply With Quote
  #121  
Old 03-10-2009, 06:38 AM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hoof View Post
So you need a nav_newpost image with the white text?
Can I Have this image....?
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:42 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.04798 seconds
  • Memory Usage 2,437KB
  • 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_php
  • (5)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
  • (1)pagenav_pagelinkrel
  • (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