The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Blak-Ice V2 Details »» | |||||||||||||||||||||||||||||||||||
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
Screenshots
Show Your Support
|
Comments |
#32
|
|||
|
|||
Quote:
To add the button in, go to your header template and decide where/what order you want it to display and add the following code: Code:
<td width="50" height="55"><a href="http://yoursite.com/forums/arcade.php"><img src="$stylevar[imgdir_misc]/nav_arcade.gif" width="50" height="55" border="0" alt=""/></a></td> I will add the psd for the buttons I just need to clean it up and then I'll post it Quote:
Here's the header code: Code:
<a name="top"></a> <!-- Bi2 logo --> <img class="bi2logo" style="position: absolute; top: 127px; left: 93px;" src="$stylevar[titleimage]/bi2logo.gif" alt="bi2logo" /> <!-- /Bi2 logo --> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td colspan="3"> <!-- logo --> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td><img src="$stylevar[titleimage]/header_left.gif" alt="header_left" /></td> <td width="100%" style="background: url($stylevar[titleimage]/header_fill.gif) repeat-x top left;" align="center"><div class="titlefont">$vboptions[bbtitle]</div></td> <td><img src="$stylevar[titleimage]/header_right.gif" alt="header_right" /></td> </tr> </table> <!-- /logo --> </td></tr><tr> <td height="100%" style="background: url($stylevar[titleimage]/page_left.gif) repeat-y top left;"><img src="$stylevar[titleimage]/page_left.gif" alt="page_left" /></td> <td width="100%" class="page"> <table width="50%" border="0" align="center" cellpadding="0" cellspacing="0"> <!-- begin navigation buttons table --> <table width="50%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="50" height="55"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img src="$stylevar[imgdir_misc]/nav_home.gif" width="50" height="55" border="0" alt=""/></a></td> <if condition="$show['registerbutton']"> <td width="50" height="55"><a href="register.php$session[sessionurl_q]" rel="nofollow"><img src="$stylevar[imgdir_misc]/nav_reg.gif" width="50" height="55" border="0" alt=""/></a></td> </if> <if condition="$show['member']"> <td width="50" height="55"><a href="usercp.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/nav_cp.gif" width="50" height="55" border="0" alt=""/></a></td></if> <td width="50" height="55"><a href="calendar.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/nav_cal.gif" width="50" height="55" border="0" alt=""/></a></td> <if condition="$show['popups']"> <if condition="$show['searchbuttons']"> <td id="navbar_search" width="50" height="55"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow"><img src="$stylevar[imgdir_misc]/nav_search.gif" width="50" height="55" border="0" alt=""/></a> <if condition="$show['quicksearch']"> <script type="text/javascript"> vbmenu_register("navbar_search",1); </script></if></td> </if> <if condition="$show['member']"> <td id="usercptools" width="50" height="55"><a href="$show[nojs_link]#usercptools" accesskey="3"><img src="$stylevar[imgdir_misc]/nav_menu.gif" width="50" height="55" border="0" alt=""/></a> <script type="text/javascript"> vbmenu_register("usercptools",1); </script></td> </if> <else /> <if condition="$show['searchbuttons']"> <td width="50" height="55"><a href="search.php$session[sessionurl_q]" accesskey="4">img src="$stylevar[imgdir_misc]/nav_search.gif" width="50" height="55" border="0" alt=""/></a></td> </if> </if> <td width="50" height="55"><a href="faq.php$session[sessionurl_q]" accesskey="5"><img src="$stylevar[imgdir_misc]/nav_faq.gif" width="50" height="55" border="0" alt=""/></a></td> <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 /> <if condition="$vboptions['enablememberlist']"> <td width="50" height="55"><a href="memberlist.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/nav_members.gif" width="50" height="55" border="0" alt=""/></a></td> </if> <if condition="$show['quick_links_groups']"> <td class="vbmenu_control"><a href="group.php?$session[sessionurl]">$vbphrase[social_groups]</a></td> </if> </if> <if condition="$show['member']"> <td width="50" height="55"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><img src="$stylevar[imgdir_misc]/nav_logout.gif" width="50" height="55" border="0" alt=""/></a></td> </if> </tr> </table> <!-- End navigation buttons table --> <!-- content table --> $spacer_open $_phpinclude_output $ad_location[ad_header_end] |
#33
|
|||
|
|||
Thank you very much strange your code is working now prober maybe you have in the download archive a old file ?
|
#34
|
|||
|
|||
Can to import style in Version 3.8.1 or wait ....?
|
#35
|
||||
|
||||
Quote:
And yeah. I had to make it fluid to work, I thought it was a fixed style, so yeah.. I had to make it 100% instead of the 825px thing. Buttons PSD would rock man, I could make buttons and add to this skin as I really like it. :up::up::up::up: |
#36
|
||||
|
||||
It should work in 3.8.x mate. I can't see any reason why it wouldn't
|
#37
|
|||
|
|||
OK I don't know i will try but check " Ignore Style Version Use style file even if it was created by a different version of vBulletin? " Yes ...?
|
#38
|
|||
|
|||
Different not import...
|
#39
|
||||
|
||||
love this style just cant get the images to show up on my vb advanced any ideas?
THANKS! ALTHOUGH GREAT LAYOUT! |
#40
|
|||
|
|||
Quote:
Updating Style Images Manually: If it is the buttons/logo/status icons/etc that you are having a problem with, go to your Style Manager in your Admin CP. From there, select 'All Style Options' next to the style you are having a problem with. On that page you will see a list of image paths. Make sure that all of the paths there contain the full URL to each directory. Example: http://yoursite.com/forums/images/buttons or /forums/images/buttons Note: that some styles may use the replacement variables system. If your image paths are prefixed with something like {if}/images/buttons, scroll to the bottom of the page to the 'Replacement Variables' section. Update the URL for the replacement variable you saw in your image paths so that it points to the full URL to that folder. Example: http://yoursite.com/forums/images/ or /forums/images/ If some of your background images are missing, scroll farther down this page and look for any CSS classes that have something like this for the 'Background' section: Code: Code:
#000000 url(images/whatever/something.gif) Code: Code:
#000000 url(http://yoursite.com/forum/images/whatever/something.gif) Note that there may also be image URL's located in the 'Additional CSS Definitions' near the bottom of the style settings page that will need to be updated as well depending on your style. |
#41
|
|||
|
|||
is it compatible with vb 3.8.1 my mean would this be alright for 3.8.1 version ?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|