vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=195)
-   -   BlaK-Ice (https://vborg.vbsupport.ru/showthread.php?t=134676)

Pete C 01-21-2007 04:02 PM

Thanks for the reply, and your helpful comments. I can see where I went wrong now - I'd already installed the style from the 1st release, so I only imported the updated XML. I've found the images now :)

And yes you're right, we do use the postbit template. Folks have got used to it now, and it works well with the fluid styles. I'll try your suggestion regarding postbit/postbit legacy on my test board. If that doesn't work, maybe comparing the templates will lead to a coding solution eventually.

Thanks for the help :up:

afmarko99 01-21-2007 11:10 PM

Ok so with the help of Hoof I have decided to add something that is easier for me to do. I added an additional navbar but have one problem. I can't add it directly underneath the buttons navbar.

My post for help in another thread.

optrex,

I have looked in the navbar template but I don't see:

<!-- nav buttons bar -->
<div align="center">

in the navbar template. I am trying to install my additional navbar directly underneath the buttons. Currently it is attached to the welcome module. I put all my coding in the top of the navbar template but that doesn't work. See here:
www.thepublicenemy.net

What template do I need to modify for this to work?

Any ideas?

apokphp 01-22-2007 02:43 PM

If you are trying to do this, then use this code (just copy/paste or examine the differences).

Template: navbar

PHP Code:

<script type="text/javascript">
<!--
function 
log_out()
{
    
ht document.getElementsByTagName("html");
    
ht[0].style.filter "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
    if (
confirm('$vbphrase[sure_you_want_to_log_out]'))
    {
        return 
true;
    }
    else
    {
        
ht[0].style.filter "";
        return 
false;
    }
}
//-->
</script>



<!-- 
breadcrumbloginpm info -->

<!-- 
nav buttons bar -->
<
div align="center">
    <
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
    <
tr align="center">
        <if 
condition="$show['member']">
            <
td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
        </if>
        <if 
condition="$show['registerbutton']">
            <
td class="vbmenu_control"><a href="register.php$session[sessionurl_q]rel="nofollow">$vbphrase[register]</a></td>
        </if>
        <
td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]accesskey="5">$vbphrase[faq]</a></td>
        <
td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
        <
td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
        <if 
condition="$show['popups']">        
            <if 
condition="$show['searchbuttons']">
                <if 
condition="$show['member']">
                <
td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                <else />
                <
td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                </if>
                <
td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"vbmenu_register("navbar_search"); </script></if></td>
            </if>
            <if 
condition="$show['member']">
                <
td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"vbmenu_register("usercptools"); </script></td>        
            </if>
        <else />        
            <if 
condition="$show['searchbuttons']">
                <
td class="vbmenu_control"><a href="search.php$session[sessionurl_q]accesskey="4">$vbphrase[search]</a></td>
                <if 
condition="$show['member']">
                <
td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                <else />
                <
td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                </if>
            </if>
            <
td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
            <if 
condition="$show['member']">            
                <
td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>            
            </if>            
        </if>
        <if 
condition="$show['member']">
            <
td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]onclick="return log_out()">$vbphrase[log_out]</a></td>
        </if>
    </
tr>
    </
table>
</
div>
<!-- / 
nav buttons bar -->


<if 
condition="$show['forumdesc']">
    <
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
    <
tr>
        <
td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
    </
tr>
    </
table>
    <
br />
</if>

<if 
condition="$show['popups']">
<!-- 
NAVBAR POPUP MENUS -->
    
    <if 
condition="$show['searchbuttons']">
    <!-- 
header quick search form -->
    <
div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
        <
form action="search.php?do=process" method="post">
        <
table cellpadding="4" cellspacing="1" border="0">
        <
tr>
            <
td class="thead">$vbphrase[search_forums]</td>
        </
tr>
        <
tr>
            <
td class="vbmenu_option" title="nohilite">
                <
input type="hidden" name="do" value="process" />
                <
input type="hidden" name="quicksearch" value="1" />
                <
input type="hidden" name="childforums" value="1" />
                <
input type="hidden" name="exactname" value="1" />
                <
input type="hidden" name="s" value="$session[sessionhash]/>
                <
div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]tabindex="1004" /></div>
            </
td>
        </
tr>
        <
tr>
            <
td class="vbmenu_option" title="nohilite">
                <
label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />$vbphrase[show_threads]</label>
                &
nbsp;
                <
label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />$vbphrase[show_posts]</label>
            </
td>
        </
tr>
        <
tr>
            <
td class="vbmenu_option"><a href="search.php$session[sessionurl_q]accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
        </
tr>
        </
table>
        </
form>
    </
div>
    <!-- / 
header quick search form -->
    </if>

    <if 
condition="$show['member']">
    <!-- 
user cp tools menu -->
    <
div class="vbmenu_popup" id="usercptools_menu" style="display:none">
        <
table cellpadding="4" cellspacing="1" border="0">
        
        <
tr><td class="thead">$vbphrase[quick_links]</td></tr>        
        <if 
condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
        <
tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
                
        <
tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
        <if 
condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
        <!--<if 
condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
        <
tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
        
        <
tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
        <if 
condition="$show['pmmainlink']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
        <
tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
        <if 
condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
        
        </
table>
    </
div>
    <!-- / 
user cp tools menu -->
    </if>
<!-- / 
NAVBAR POPUP MENUS -->

<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
    <
td class="alt1" width="100%">
        <if 
condition="is_array($navbits)">
            <
table cellpadding="0" cellspacing="0" border="0">
            <
tr valign="bottom">
                <
td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]border="0" /></a></td>
                <
td>&nbsp;</td>
                <
td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]accesskey="1">$vboptions[bbtitle]</a></span$navbits[breadcrumb]</td>
            </
tr>
            <
tr>
                <
td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="" border="0" /><else /><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]border="0" /></a></if> <strong>$navbits[lastelement]</strong></td>
            </
tr>
            </
table>            
        <else />
            <
div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
        </if>
    </
td>    
    
    <if 
condition="$show['member']">
    
        <
td class="alt2" valign="top" nowrap="nowrap">
        <
div class="smallfont">
            <
strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
            <
phrase 1="$pmbox[lastvisitdate]2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
            <if 
condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]2="$vbphrase[total_x_nav_compiled]3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
            <if 
condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
        </
div>
        </
td>
        
    <else />
        
        <
td class="alt2" nowrap="nowrap" style="padding:0px">
            
        <!-- 
login form -->
        <
form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
        <
script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
        <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
        <
tr>
            <
td class="smallfont"><label for="navbar_username">$vbphrase[username]</label></td>
            <
td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
            <
td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
        </
tr>
        <
tr>
            <
td class="smallfont"><label for="navbar_password">$vbphrase[password]</label></td>
            <
td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
            <
td><input type="submit" class="button" value="$vbphrase[log_in]tabindex="104" title="$vbphrase[enter_username_to_login_or_register]accesskey="s" /></td>
        </
tr>
        </
table>
        <
input type="hidden" name="s" value="$session[sessionhash]/>
        <
input type="hidden" name="do" value="login" />        
        <
input type="hidden" name="vb_login_md5password" />
        <
input type="hidden" name="vb_login_md5password_utf" />
        </
form>
        <!-- / 
login form -->
            
        </
td>
        
    </if>    
    
</
tr>
</
table>
<!-- / 
breadcrumbloginpm info --><br />



<!-- 
PAGENAV POPUP -->

    <
div class="vbmenu_popup" id="pagenav_menu" style="display:none">
        <
table cellpadding="4" cellspacing="1" border="0">
        <
tr>
            <
td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
        </
tr>
        <
tr>
            <
td class="vbmenu_option" title="nohilite">
            <
form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
                <
input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
                <
input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]/>
            </
form>
            </
td>
        </
tr>
        </
table>
    </
div>

<!-- / 
PAGENAV POPUP -->
</if> 

It's just moving the navbar at the top of the login area vs having it at the bottom. Then changes a couple line breaks.

hoof 01-23-2007 10:19 AM

Package updated to include the following changes:

Fixed:
-Mutiquote functionality
-Forum Column Alignment

----------------------------------------
If you have this installed already no need to re-upload the entire package:
Upload the multiquote_on.gif file to your blak_ice/buttons folder.
Upload the progress.gif to your blak_ice/misc folder.
Update your current skin with the appropriate xml file.
-----------------------------------------

Thanks to all for downloading and letting us know when you see an issue :)
We are committed to making this one of the best free skins out there

Regards,
Hoof

dirty68 01-23-2007 06:38 PM

Hi hoof why is it when i go to delete a post iv made there is a empty box with a few circles and thats about it? Is anyone else getting this to?

hoof 01-25-2007 02:51 AM

Quote:

Originally Posted by dirty68 (Post 1165926)
Hi hoof why is it when i go to delete a post iv made there is a empty box with a few circles and thats about it? Is anyone else getting this to?

I have tried but cant seem to recreate this :confused:
I havent encountered this on my site or my test site, I'll keep lookin into it and see what I can find

kewlpack 01-26-2007 12:55 AM

Hmmm I cannot get Blak-Ice to install... I ftp'd the black-ice folder in the "upload" folder to my forum's main folder.

I select the x.xml version for the XML and clicked import.

I get the error...
"No file uploaded and no local file found."

What am I missing??

apokphp 01-26-2007 02:12 PM

Are you selecting the file via the browse button or trying to enter the path of the file that is now on your server? It's easiest to do the former.

In AdminCP, go to : Styles & Templats - Download/Upload Styles - Import Style XML File - browse to the proper file - click Import at the bottom of the page.

I'm guessing that you are trying to enter the path of the XML file that you recently uploaded to the server. If so, the proper path and file name must be in that field. I find it's always much easier to just upload/import the file from your own computer via the Browse button.

kewlpack 01-26-2007 02:22 PM

Yeah, I made sure I did the Browse process correctly.

According to Steve M., over at vbulletin.com/forum, the PHP.INI has a temp directory set improperly (or something like that) which the system can't access.

I have contacted my ISP to see if they'll get it fixed. I need to add a few mods too!

lxianc 01-27-2007 04:01 PM

Thanks for the PSD files but they're not the same ... at least not the header buttons. I know I'm new at this so many I just have no clue what I'm doing but ... this is how it looks when I created one ...

http://img.photobucket.com/albums/v2.../different.jpg


The text is white instead of blue ... the background has a blue tint instead of gray. If someone has made a new posts button for this skin, maybe I could just steal yours since, as you can see, I can't even figure out how to get the shadow text below the word.


I love this skin though. My smilie pack that I've been using looks like crap against the dark background ... anyone got any good smilie packs you can recommend for dark skins?

Pete C 01-27-2007 08:44 PM

As good as this navbar looks, I personally find that this coding technique makes it an extremely difficult and long-winded process to add extra buttons. Even when you go to the trouble of making the graphic and coding it in, it often looks "awry". I got around it by removing the navbar text from the header, and making the style a child of the default style. I also added the 2nd Navbar hack, and the overall effect blends in very well.

I've just got about got this style working right now - although there's a couple of minor amendments still to carry over from my test board.

If you'd like to see how it looks without the smart (but troublesome) navbar - click the link in my sig. And no - you don't need to register just to look ;)

lxianc 01-28-2007 08:46 AM

Quote:

Originally Posted by Belder (Post 1168547)
As good as this navbar looks, I personally find that this coding technique makes it an extremely difficult and long-winded process to add extra buttons. Even when you go to the trouble of making the graphic and coding it in, it often looks "awry". I got around it by removing the navbar text from the header, and making the style a child of the default style. I also added the 2nd Navbar hack, and the overall effect blends in very well.

I've just got about got this style working right now - although there's a couple of minor amendments still to carry over from my test board.

If you'd like to see how it looks without the smart (but troublesome) navbar - click the link in my sig. And no - you don't need to register just to look ;)


I guess that could work as a last resort. I have the button up and it's linked for new posts so that's all fine ... I just need a better graphic to replace the button. :-/

SpeedyHire 01-28-2007 03:59 PM

very nice style.,but found in a few places that it does not line up. some of the box's are missing lines etc etc

has alot of broken lines about.

JayT123 01-28-2007 05:18 PM

There are a few inages missing from the package.

small yellow card, small red card and a few others.

hoof 01-28-2007 08:39 PM

Quote:

Originally Posted by SpeedyHire (Post 1169089)
very nice style.,but found in a few places that it does not line up. some of the box's are missing lines etc etc

has alot of broken lines about.

Have you upgraded to the latest style?, this was fixed in a previous update

hoof 01-28-2007 08:45 PM

Quote:

Originally Posted by JayT123 (Post 1169155)
There are a few inages missing from the package.

small yellow card, small red card and a few others.

Those images are not missing, they have been replaced with thishttps://vborg.vbsupport.ru/ for this style :) If you prefer the red and yellow card image then you would need to upload the image to the blak_ice/buttons folder.

damlost 01-29-2007 03:12 AM

I must be doing something wrong here I have install this style and 4 others and still have the same problem every sytle i install dont have the glass look and buttons are all white with a red X across it can someone anyone help me out thanks

lxianc 01-29-2007 03:14 AM

sounds like your images aren't in the right directory. can you post a screenshot?

damlost 01-29-2007 03:29 AM

here is a screen shot of another skin with the same problem

blind-eddie 01-29-2007 03:59 AM

Quote:

Originally Posted by damlost (Post 1169483)
I must be doing something wrong here I have install this style and 4 others and still have the same problem every style i install don't have the glass look and buttons are all white with a red X across it can someone anyone help me out thanks


I have many styles on my site also, I too was having that problem. To fix, you have to add those images to the folder listed if you right click/properties, via ftp. This will need to be done in numerous area. You uploaded everything correct, but adding styles can get confusing & alot of editing has to be done. I run 5 different styles on my site ATM.

SpeedyHire 01-29-2007 04:34 AM

Quote:

Originally Posted by hoof (Post 1169265)
Have you upgraded to the latest style?, this was fixed in a previous update

well i d/l this style a couple of days ago o more than 4 days ago anyway.

so i would have thought its the latest style

or is there another update?

thanx for the quick reply

apokphp 01-29-2007 07:33 PM

Speedy, if you right click on the red X's, then select "Properties", it will give you the url of where your images are expected to be. Simply move them to the right directory using your ftp client.

SpeedyHire 01-29-2007 07:59 PM

thanx bud, but iam not missing any images, the skins itself is not right.
there is lines missing from the box's not images bud.

lines dont meet up to complete some box's and outlines

JayT123 01-30-2007 02:13 PM

Quote:

Originally Posted by hoof (Post 1169272)
Those images are not missing, they have been replaced with thishttp://www.ultimateuploader.com/file...infraction.gif for this style :) If you prefer the red and yellow card image then you would need to upload the image to the blak_ice/buttons folder.

I wasn't talking about that one. When a user is infracted, it logs it in their profile. The theme is looking for those images there. There were a couple other. Just double check all you images and make sure you have everything in the zip.

Also, the "advanced search" for threads takes you to the global advanced search.

project-Buckfas 01-30-2007 05:47 PM

This skin doesn't seem to have support for ajax on marking new posts on forumhome. It should be double clickable to mark the forum read. Screenshot

daklay 02-03-2007 01:17 AM

there is a missing image in the misc folder. viewpost.gif

Pete C 02-03-2007 01:20 PM

Quote:

Originally Posted by daklay (Post 1173381)
there is a missing image in the misc folder. viewpost.gif

There's a simple answer to this one - create a copy of lastpost.gif and name it viewpost.gif - then upload it to the buttons folder (buttons is the correct location, not misc) You'll find that in most button/image sets these two images are usually the same anyway ;)

Hope that helps :up:

Pete C 02-03-2007 03:55 PM

Quote:

Originally Posted by project-Buckfas (Post 1170718)
This skin doesn't seem to have support for ajax on marking new posts on forumhome. It should be double clickable to mark the forum read. Screenshot

This obviously isn't my style to support, but I have spent a fair bit of time getting it to run right. To be honest, it's such a fine looking style as to be well-worth the hassles. The double-click to mark posts as read does work - at least it does both on my test board and main site. I'm afraid I can't tell you the cause of your own problem, but the style does have support for Ajax.

afmarko99 02-03-2007 10:29 PM

I installed the multi-quote update but it doesn't seem to work correctly. I can click multi-quote on the first post under mine but after that it won't highlight any of the other post. Any ideas?

Pete C 02-04-2007 03:28 AM

Quote:

Originally Posted by EaglezEye (Post 1173960)
I installed the multi-quote update but it doesn't seem to work correctly. I can click multi-quote on the first post under mine but after that it won't highlight any of the other post. Any ideas?

This fixed it for me, had the same prob => https://vborg.vbsupport.ru/showpost....6&postcount=40 (Assuming you want to use the legacy postbit)

afmarko99 02-08-2007 08:04 PM

Thanks buddy. I had to revert the postbit template. Works like a charm now.

You da man.

giotmuadong 02-09-2007 01:15 AM

very nice template, i love black
. btw, can i have the header_main image without word
i would like to add my own line. Thanks :)

afmarko99 02-09-2007 02:57 AM

You can change the image by uploading it to your webserver and naming it header_main.gif.

giotmuadong 02-09-2007 03:45 AM

Quote:

Originally Posted by EaglezEye (Post 1178053)
You can change the image by uploading it to your webserver and naming it header_main.gif.

but i like his header_main.gif :D

afmarko99 02-09-2007 04:42 AM

Ahhh I see what you mean now.

hotmasala4u 02-09-2007 03:38 PM

1)
hey can u tell me i was trying u install the thank you hack it would show up in serach templates can u tell me where u edit it.

2) Also vb image hosting in forums a codding where u put for that.

3) also for xeno mp3 player

4) how can i add a another navbar bellow

5) can i have the button psd

giotmuadong 02-10-2007 02:32 AM

how come i got these error



Black Ice

memberlist
Default Template Updated in vBulletin 3.6.0 Beta 3 by freddie
Your Custom Template Last Edited in vBulletin 3.5.4 by Mr.EEE [Edit Template]
[View History]
[Revert]

search_results
Default Template Updated in vBulletin 3.6.1 by freddie
Your Custom Template Last Edited in vBulletin 3.5.4 by Mr.EEE [Edit Template]
[View History]
[Revert]

WHOSONLINE
Default Template Updated in vBulletin 3.6.0 Beta 1 by Scott
Your Custom Template Last Edited in vBulletin 3.5.4 by Mr.EEE

rapfx 02-13-2007 06:23 PM

i get the same one... is this a big deal or not?

IR15H 02-13-2007 09:20 PM

I have a question concerning the nav bar, I want to remove the box that surronds my icons;


http://img463.imageshack.us/img463/5692/blackicewn0.jpg

The code for it seemed complicated, so I changed it to a simple table. My header template for the nav bar reads;

PHP Code:

<!-- Navbar -->

<
table border="0" cellpadding="0" cellspacing="0" align="center">
<
tr>
<
td><img src="$stylevar[imgdir_misc]/nav_left2.gif" border="0"/></td>
<
td><a href="http://www.bitclan.com"><img src="$stylevar[imgdir_misc]/nav_home2.gif"></a></td>
<
td><a href="/roster.php"><img src="$stylevar[imgdir_misc]/nav_roster.gif"></a></td>
<
td><a href="/server.php"><img src="$stylevar[imgdir_misc]/nav_server.gif"></a></td>
<
td><a href="/screenshots.php"><img src="$stylevar[imgdir_misc]/nav_screenshots.gif"></a></td>
<
td><a href="/news.php"><img src="$stylevar[imgdir_misc]/nav_news.gif"></a></td>
<
td><a href="/map.php"><img src="$stylevar[imgdir_misc]/nav_map.gif"></a></td>
<
td><a href="/chat.php"><img src="$stylevar[imgdir_misc]/nav_shoutbox.gif"></a></td>
<
td><a href="/forum/arcade.php"><img src="$stylevar[imgdir_misc]/nav_arcade.gif"></a></td>
<
td><a href="/wars.php"><img src="$stylevar[imgdir_misc]/nav_clanwars.gif"></a></td>
<
td><a href="/archive.php"><img src="$stylevar[imgdir_misc]/nav_archive.gif"></a></td>
<
td><img src="$stylevar[imgdir_misc]/nav_right2.gif" border="0"/></td>
</
tr>
</
table

I thought it was table padding at first but because of the change on mouseover (can't see it too well in the screen but box goes light blue) I guess it's a hyperlink property or something? How do I go about removing it, so there is no box box surrounding it? Also, how do I add a bin icon, instead of where it says x posts deleted?

EDIT:

Really like the skin btw :)

tutusinghsohi 02-15-2007 07:28 PM

awesome skin buddy...
the members at my site were demanding a dark skin for a very long time..
and i finally found a good one..:D
thanks dude...
installing it right now..


All times are GMT. The time now is 04:41 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.01843 seconds
  • Memory Usage 2,099KB
  • 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
  • (2)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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