vBulletin

Thank you for visiting. This is our website archive. Please visit our main website by clicking the banner above.
vBulletin FAQ is dedicated to helping the forum owner build, manage and profit from his vBulletin Forum
vBulletin Web Hosting - Free skins and styles for your vBulletin - Search Engine Optimization




FBlue skin for 3.6

miner
08-06-2006, 09:13 AM
This style is 780px width...

View demo (http://www.forum-lance.com/index.php?styleid=8)

ktaylor
08-07-2006, 11:23 PM
This style is awesome! i've been using it for quite some time now. But i have never figured out how to go about changing the link graphics at the very top. In the past, i've remade them but that ruins the fade action of the colors in the background.

Is there an easier way that these links are supposed to be changed and/or added to?

miner
08-08-2006, 02:52 AM
This style is awesome! i've been using it for quite some time now. But i have never figured out how to go about changing the link graphics at the very top. In the past, i've remade them but that ruins the fade action of the colors in the background.

Is there an easier way that these links are supposed to be changed and/or added to?
Inform me what text you need to insert there i will make it for you...

ktaylor
08-08-2006, 09:53 PM
What i'm looking for is:

Link_01.gif (on the very left side)=> Main Site
Link_02.gif -=> Chat
Link_03.gif => Blogs
Link_04.gif => Photos
Link_05.gif => Shop

I'm assuming since i'm using Link04 and Link05, that Link01 is probably going to have to change size to accomodate the fixed width.

It's not a problem to do the adjustments myself with just the PSD files...I don't want to make this bothersome because I feel like i'm asking a lot...but I do really appreciate your time! :)

miner
08-09-2006, 02:42 AM
What i'm looking for is:

Link_01.gif (on the very left side)=> Main Site
Link_02.gif -=> Chat
Link_03.gif => Blogs
Link_04.gif => Photos
Link_05.gif => Shop

I'm assuming since i'm using Link04 and Link05, that Link01 is probably going to have to change size to accomodate the fixed width.

It's not a problem to do the adjustments myself with just the PSD files...I don't want to make this bothersome because I feel like i'm asking a lot...but I do really appreciate your time! :)

No problem, i have made the requested images + the psd files in the zip.

What i have done is reduced the size of link_01 by 46px and increased the size of link_05 gif, so what you have to do is copy the code below and paste it at the header and upload the images...


<!-- logo -->
<a name="top"></a>
<center>
<table border="0" width="800" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="404"><a href="Add link"><img src="$stylevar[imgdir_misc]/link_01.gif" width="404" border="0"></a></td>
<td valign="top" width="100"><a href="Add link"><img src="$stylevar[imgdir_misc]/link_02.gif" width="100" border="0" alt="Chat"></a></td>
<td valign="top" width="100"><a href="Add link"><img src="$stylevar[imgdir_misc]/link_03.gif" width="100" border="0" alt="blogs"></a></td>
<td valign="top" width="100"><a href="Add link"><img src="$stylevar[imgdir_misc]/link_04.gif" width="100" border="0" alt="photos"></a></td>
<td valign="top" width="100><a href="Add link"><img src="$stylevar[imgdir_misc]/link_05.gif" width="100" border="0" alt="shop"></a></td>
</tr>
</table>
</center>

<table border="0" width="800" cellpadding="0" cellspacing="0" align="center" background="$stylevar[imgdir_misc]/headbg.gif">
<tr>

<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
</table>
<!-- /logo -->
<!-- Navigation bar -->
<table width="780" style="background-image:url($stylevar[imgdir_misc]/nav.gif)" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top" height="32">

<table width="50%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top" width="90" height="32"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img src="$stylevar[imgdir_misc]/nav_home.gif" width="90" height="32" border="0" alt="" /></a></td>
<if condition="$show['registerbutton']">
<td width="90" height="32"><a href="register.php$session[sessionurl_q]" rel="nofollow"><img src="$stylevar[imgdir_misc]/nav_reg.gif" width="90" height="32" border="0" alt="" /></a></td>
<else />
<td width="90" height="32" id="usercptools"><a href="$show[nojs_link]#usercptools"><img src="$stylevar[imgdir_misc]/nav_link.gif" width="90" height="32" border="0" alt="" /></a><script type="text/javascript"> vbmenu_register("usercptools" ,1); </script></td>
</if>
<td align="left" valign="top" width="90" height="32"><a href="memberlist.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/nav_member.gif" width="90" height="32" border="0" alt="" /></a></td>
<td align="left" valign="top" width="90" height="32"><a href="usercp.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/nav_usercp.gif" width="90" height="32" border="0" alt="" /></a></td>
<td align="left" valign="top" width="90" height="32"><a href="calendar.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/nav_cal.gif" width="90" height="32" border="0" alt="" /></a></td>
<td align="left" valign="top" width="90" height="32" id="navbar_search"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow"><img src="$stylevar[imgdir_misc]/nav_search.gif" width="90" height="32" border="0" alt="" /></a><script type="text/javascript"> vbmenu_register("navbar_search" ,1); </script></td>
<td align="left" valign="top" width="90" height="32"><a href="faq.php$session[sessionurl_q]" accesskey="5"><img src="$stylevar[imgdir_misc]/nav_faq.gif" width="90" height="32" border="0" alt="" /></a></td>

</tr>
</table>
</td>
</tr>
</table>

<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">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_forums]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="search.php" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="showposts" value="0" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="text" class="bginput" name="query" size="20" />&nbsp;$gobutton<br />
</form>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]:</a></td>
</tr>
<if condition="$show['member']">
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]:</a></td>
</tr>
<else />
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]:</a></td>
</tr>
</if>
</table>
</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,me nubar=no,toolbar=no,scrollbars=yes,resizable=yes,w idth=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['pmstats']"><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 -->

<!-- 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>
<!-- / Navagation bar -->

<!-- content table -->
$spacer_open

$_phpinclude_output

after that put the links for each buttons in by replacing the Add link text in the code...

ktaylor
08-09-2006, 11:54 AM
Perfect!!! Thanks a ton!!!

it looks absolutely fab on my board (www.pilotfamilies.com/vbforum)

Peggy
08-09-2006, 12:01 PM
That does look good K, altho I would like to see the "Pilot Families" a little larger and possibly a drop shadow behind it to make it stand out.

But YES that looks really nice.

Tallrat
08-09-2006, 02:53 PM
Absolutly awesome! One request and I understand this is my first post but can you make a Thanks button? I have thank you hack and this baby would be complete! Thanks ;)

Peggy
08-09-2006, 03:24 PM
I've been on another site recently that has the Thank You hack... I like it.
It's a nice way to show appreciation for a good post.

miner
08-09-2006, 09:16 PM
Absolutly awesome! One request and I understand this is my first post but can you make a Thanks button? I have thank you hack and this baby would be complete! Thanks ;)
Yes you will have it done soon...

miner
08-09-2006, 09:49 PM
Thanks button, right click and save it to fblue...

Tallrat
08-10-2006, 01:47 PM
Thanks button, right click and save it to fblue...

Thanks man, very nice work ;)

oct2274
08-14-2006, 06:29 PM
any possibility of a non fixed width version... :)

miner
08-14-2006, 06:42 PM
Can be done, expect it later today...

iatbm
08-15-2006, 02:35 AM
This one is absolutely awsome skin. I usually don't like dark skins but this one is takes it on another level. Thanks miner for your beautiful skins !

ktaylor
08-16-2006, 01:00 PM
That does look good K, altho I would like to see the "Pilot Families" a little larger and possibly a drop shadow behind it to make it stand out.

But YES that looks really nice. great idea! taken into advisement, thanks! :-)

I too am looking forward to the "fluid" version of the skin!

ktaylor
08-27-2006, 01:39 PM
Miner - any word on the fluid version of the skin? :)

miner
08-27-2006, 08:59 PM
Yup forgot that, i will work on that soon...

chozoicgod
10-16-2006, 02:45 AM
Miner i was wondering you could create a logout button that fits on the navigation bar, because a couple of my members don't like it at the bottom

Could you help me with that please...

BTW... Could you possibly include the logout code (The Code that Logs Users Out) and a way of it only appearing when a user is logged on?

BTW. What do you think of my forum with your skin on it :)

www.forsakenlegend.net/forums/

Thanks for your help...

robertkelly
10-26-2006, 10:55 AM
Fantastic skin, and so versatile.

Thanks for this miner, you're a star.

sony58
02-19-2007, 03:44 AM
thanks man, very beautiful skin :)

franssen00
03-02-2007, 10:12 AM
thx for this cool skin

Justin
04-14-2007, 11:42 AM
tyyy x'D/ oomg nice


vBulletin

seo book

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum