vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=237)
-   -   Blak-Ice V2 (https://vborg.vbsupport.ru/showthread.php?t=202123)

hoof 01-16-2009 10:00 PM

Blak-Ice V2
 
1 Attachment(s)
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:
http://gfxuploader.com/images/ksbvc0c4pzwgclmqoqg.png

Using
Default Post Icons For ANY Background Color by tommyturnage
https://vborg.vbsupport.ru/

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

Texas-Hunter 01-17-2009 02:23 PM

On your demo link, The body is wider than the header.

hoof 01-17-2009 05:01 PM

Quote:

Originally Posted by Texas-Hunter (Post 1715791)
On your demo link, The body is wider than the header.

Not seeing that, I just tested it again with IE7 and Firefox- everything looks good.

Edit: We found the issue and will be re-upping the fix. Thanks for pointing it out

hoof 01-17-2009 05:59 PM

The header breaking the skin when resizing has been fixed. Enjoy!

ndut 01-17-2009 11:32 PM

cool.. i like this one, simple ;)

RedHacker 01-18-2009 03:23 PM

Hello, I am a new user and i have download this style but i can't import the buttons. Please help me. What i must do?

hoof 01-18-2009 05:41 PM

Quote:

Originally Posted by RedHacker (Post 1716880)
Hello, I am a new user and i have download this style but i can't import the buttons. Please help me. What i must do?

I'm not sure I understand the question;
did you upload the bi2 folder to your /forums directory? Or are you saying you can't upload the images?

To install this skin on your site follow these steps:
1. Upload the bi2 folder to your /forums directory.

2. Log into your vBulletin Admin Control Panel.

3. Expand the "Styles & Templates" drop-down on the left side and click "Download / Upload Styles"

4. In the "Import Style XML file" section, click the choose file button. Navigate to the bi2.xml file and select it.

5. Make sure "Merge into style" box is set to "Create New Style". Set a title and display order and allow user selection if you want to make the skin public.

6. Click import.

RedHacker 01-18-2009 09:04 PM

Thank you for your respond i didi it.... :D

hoof 01-19-2009 12:11 AM

Cool, Glad to help...hope you like the skin ;)

SuperTaz 01-19-2009 01:31 AM

The top.gif button is not showing. I looked in the buttons folder and it is not there.

hoof 01-19-2009 02:57 AM

Quote:

Originally Posted by Warden-B- (Post 1717361)
The top.gif button is not showing. I looked in the buttons folder and it is not there.

I didn't use a top.gif button for this skin

SuperTaz 01-19-2009 05:30 AM

In the postbit legacy, there is this code in red:

Code:

<if condition="$show['moderated']">
        <td class="alt2" id="td_post_$post[postid]" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
        <else />
        <td class="alt1" id="td_post_$post[postid]" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
        </if>
<a href="#top" onclick="self.scrollTo(0, 0); return false;"><img src="$stylevar[imgdir_button]/top.gif" alt="$vbphrase[top]" border="0" /></a>
       
                <if condition="$show['messageicon'] OR $post['title']">
                        <!-- icon and title -->
                        <div class="smallfont">
                                <if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
                                <if condition="$post['title']"><strong>$post[title]</strong></if>

I had to compensate by using another logo for that icon.

hoof 01-19-2009 09:59 AM

Quote:

Originally Posted by Warden-B- (Post 1717530)
In the postbit legacy, there is this code in red:

Strange, I don't have that code in my postbit legacy. I'll have to export and re-up the package.
Here's the same section in my postbit legacy
Code:

<if condition="$show['moderated']">
        <td class="alt2" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
        <else />
        <td class="alt1" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
        </if>
                $template_hook[postbit_messagearea_start]
                <if condition="$show['messageicon'] OR $post['title']">

I'll fix up the package this morning, thanks for pointing that out.

piraterevival 01-19-2009 02:41 PM

Hi,

Love this skin and would really like to use it.

However, I'm having a small problem with the width of the forum when using VBADVANCED.

Can you point me in the right direction to reduce the width of the whole site when this skin has been applied?

Cheers

Ste B

hoof 01-19-2009 03:34 PM

1 Attachment(s)
Quote:

Originally Posted by piraterevival (Post 1717926)
Hi,

Love this skin and would really like to use it.

However, I'm having a small problem with the width of the forum when using VBADVANCED.

Can you point me in the right direction to reduce the width of the whole site when this skin has been applied?

Cheers

Ste B

Depends on several things with vba, I have it up and I reduced my display to 1024x768 and I have no issues with it, I attached a screen.
What's your settings in vBa CMPS>Style Options?
The other place I can think of to check is the adv_portal_module_wrapper template

piraterevival 01-20-2009 07:35 AM

Quote:

Originally Posted by hoof (Post 1717983)
Depends on several things with vba, I have it up and I reduced my display to 1024x768 and I have no issues with it, I attached a screen.
What's your settings in vBa CMPS>Style Options?
The other place I can think of to check is the adv_portal_module_wrapper template

Hhhmmm, I also have my res set to 1024x768

Style Options...
Left Column Width = 175
Right Column Width = 175
Horizontal Spacing Between Columns = 15
Vertical Spacing Between Modules = 15

Screen attached how mine looks at the mo...

http://www.piraterevival.co.uk/pr.jpg

Cheers

piraterevival 01-21-2009 03:00 PM

I think this is due to the title I added during install, its stretching the middle image making the forum too wide

http://www.piraterevival.co.uk/prforum

Cheers

hoof 01-21-2009 03:26 PM

Quote:

Originally Posted by piraterevival (Post 1720198)
I think this is due to the title I added during install, its stretching the middle image making the forum too wide

http://www.piraterevival.co.uk/prforum

Cheers

Yeah, that is big :) you could lower the font size and see if that is the case.
It's in the "Additional CSS Definitions" > .titlefont > font-size: 24pt;

piraterevival 01-21-2009 06:24 PM

Cheers for your help on this, ive decided to re-install vb n try again, will make the title alot smaller :)

Ste

mikey1991 01-21-2009 07:56 PM

1 Attachment(s)
okay, so.

I'm having trouble with the header being smaller than the rest of the forum. See screenie.

I downloaded this what, a day ago, So I think it's up to date...

hoof 01-21-2009 09:52 PM

Quote:

Originally Posted by mikey1991 (Post 1720463)
okay, so.

I'm having trouble with the header being smaller than the rest of the forum. See screenie.

I downloaded this what, a day ago, So I think it's up to date...

There was an issue with the header but it was fixed and re-upped , you may need to grab the latest version and try it.

RedHacker 01-22-2009 11:10 PM

Its a excellent Style... :D

piraterevival 01-23-2009 07:59 AM

Yep, very nice style, re-installed and changed my title and installed vbadvanced.

All looking good now ;)

Good work Hoof

hoof 01-23-2009 10:00 PM

Updated skin :)

We found some minor issues, adjustments and graphics that needed to be made. I would recommend re-installing this to fix these (listed in first post).

~Thanks!

PremierFootball 01-24-2009 09:50 AM

Instead of the blank logo, could you please provide me with the .psd. I find the blank logo hard to work with.

Thanks.

robbiefritz 01-24-2009 12:38 PM

Super looking skin.

dt_truck11 01-27-2009 02:32 AM

has anyone made a arcade grapic for the navbar?

hoof 01-27-2009 09:43 AM

Quote:

Originally Posted by dt_truck11 (Post 1725791)
has anyone made a arcade grapic for the navbar?

I have one for you:
https://vborg.vbsupport.ru/

mikey1991 01-27-2009 09:44 PM

Hey hoof mate, I got it working now, and thanks for the arcade graphic, how would I add that in? And I need a wiki graphic too, do you have the buttons PSD?

medusa1 01-28-2009 09:07 AM

1 Attachment(s)
hi verry nice style

i have a smal problem with my navigation when a user is not login the icons are all on the left side but not in your demo can you provide me your header template code please ?

hoof 01-28-2009 10:51 AM

Quote:

Originally Posted by mikey1991 (Post 1726552)
Hey hoof mate, I got it working now, and thanks for the arcade graphic, how would I add that in? And I need a wiki graphic too, do you have the buttons PSD?

Glad you got it fixed up...was it just the length of the site title?
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>
Change the red items to your site and what you saved the button as...or rename it to what I have.
I will add the psd for the buttons I just need to clean it up and then I'll post it :)

Quote:

Originally Posted by medusa1 (Post 1727003)
hi verry nice style

i have a smal problem with my navigation when a user is not login the icons are all on the left side but not in your demo can you provide me your header template code please ?

Glad you like the style, I am looking into what would cause the nav buttons to align left. Do you have any other code in your header? Or can you pm me your site so I can have a look?
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&amp;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]


medusa1 01-28-2009 11:27 AM

Thank you very much strange your code is working now prober maybe you have in the download archive a old file ?

RedHacker 01-28-2009 01:56 PM

Can to import style in Version 3.8.1 or wait ....?

mikey1991 01-28-2009 02:05 PM

Quote:

Originally Posted by hoof (Post 1727079)
Glad you got it fixed up...was it just the length of the site title?
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>
Change the red items to your site and what you saved the button as...or rename it to what I have.
I will add the psd for the buttons I just need to clean it up and then I'll post it :)
[/CODE]

Awesome man =D

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:

mikey1991 01-28-2009 02:06 PM

Quote:

Originally Posted by RedHacker (Post 1727235)
Can to import style in Version 3.8.1 or wait ....?

It should work in 3.8.x mate. I can't see any reason why it wouldn't

RedHacker 01-28-2009 02:12 PM

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 ...?

RedHacker 01-28-2009 02:30 PM

Different not import...

DsmNikki 01-29-2009 07:01 AM

love this style just cant get the images to show up on my vb advanced any ideas?

THANKS! ALTHOUGH GREAT LAYOUT! :)

hoof 01-29-2009 09:50 AM

Quote:

Originally Posted by DsmNikki (Post 1727893)
love this style just cant get the images to show up on my vb advanced any ideas?

THANKS! ALTHOUGH GREAT LAYOUT! :)


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)
Change those to the full URL to the image, so it looks something more like this:
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.

gg2-hungama 01-29-2009 10:03 PM

is it compatible with vb 3.8.1 my mean would this be alright for 3.8.1 version ?


All times are GMT. The time now is 06:02 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.01512 seconds
  • Memory Usage 1,861KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete