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 |
#112
|
|||
|
|||
I made changes in the FORUMDISPLAY template, but nothing changes in the thread lists..
PHP Code:
|
#113
|
|||
|
|||
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> 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> Help anyone???? please Kind Regards and thanks in advance Rob |
#114
|
|||
|
|||
Quote:
Nothing...? |
#115
|
|||
|
|||
Quote:
|
#116
|
|||
|
|||
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"
|
#117
|
|||
|
|||
Quote:
|
#118
|
|||
|
|||
hey hoof any chance of some help with my previous post? and also the pm i sent you mate?
|
#119
|
|||
|
|||
Quote:
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 --> 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 /> |
#120
|
|||
|
|||
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! |
#121
|
|||
|
|||
Can I Have this image....?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|