The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Bingo! the new vB skin in 9 colors... Details »» | ||||||||||||||||||||||||||||||
Here is my latest creation Bingo -the new professional vB style comes in 9 colors! Yes in 9 color variations...
For vb 3.8.3 The highlight of this skin is it uses only one vB templates and 9 Cascading style sheet, it means you have to customise or update only one template each time not 9 and the colors changes without the page reload - this is done using Js... There are 2 xml file, the only difference is the design on forum home page : 1) bingo - default forum home in vB3x. 2) bingo_forumhome_vb4 - the forum home looks similar to vb4x Use the one you like... Few instructions to follow: To enable the latest Threads to display on the footer: Quote:
To add your blog link: Quote:
Code:
<!-- blog_menu --> <div class="vbmenu_popup" id="blog_menu_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead"><a href="blog.php">$vbphrase[blogs]</a></td></tr> <tr><td class="vbmenu_option"><a href="blog.php?do=bloglist">Blog Directory</a></td></tr> <tr><td class="vbmenu_option"><a href="blog.php?do=bloglist&blogtype=best">Best Blogs</a></td></tr> <tr><td class="vbmenu_option"><a href="blog.php?do=list&blogtype=best">Best Entries</a></td></tr> <tr><td class="vbmenu_option"><a href="blog_search.php?do=search">Find Blogs</a></td></tr> </table> </div> <!-- / blog_menu --> If using vBa: Quote:
before the images/ (in all 10 lines) Changing the logo to yours: Psd files for the header logo and the footer logo are zipped for your convenience and you need to insert your logo or text and save in all 9 colors bg - which you will find in both psd... Keep the same size for the logo as in psd, the same width and height or it may break the design... Addtional info: Button psd are provided in the zip for translation purpose and i have already created the "Thanks" and "Groan" buttons which are inside the button folder... The skin passed the validation, 100% HTML 1.0 and CSS level 2.1 Do not remove my copyright text at the footer 'Design by Minerskinz.com' if you want to remove the copyright make a donation and PM me with your forum URL... Please click install if you download the skin and if i reach the 100 installed mark here, i will release my next new free skin... Hope you like it, enjoy bingo!! Download Now
Show Your Support
|
Comments |
#172
|
|||
|
|||
Amazing Style Thank you
|
#173
|
||||
|
||||
I've seen a lot of people here asking how to add drop down menu tabs, so I thought I'd share how I did it.
To add a drop down menu tab, first you need to edit the HEADER template. For my site I added a custom drop down menu tab right after the Forum tab so if you want your tab in a different place than mine you will have to place it before or after the existing tabs you want it. 1. In HEADER template Find: HTML Code:
<li><a href="$vboptions[forumhome].php$session[sessionurl_q]"><span>Forum</span></a></li> Paste the following below it: HTML Code:
<li><a id="extratab" href="$show[nojs_link]#extratab"><span>Extra Tab</span></a><script type="text/javascript"> vbmenu_register("extratab", 1); </script></li> 2. In the NAVBAR template find: HTML Code:
<if condition="$show['popups']"> <!-- NAVBAR POPUP MENUS --> Paste this below it: HTML Code:
<!-- extratab link menu --> <div class="vbmenu_popup" id="extratab_menu" style="display:none;margin-top:3px" align="$stylevar[left]"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">Extra Tab</td></tr> <tr><td class="vbmenu_option"><a href="http://www.yourlink.com">Link 1</a></td></tr> <tr><td class="vbmenu_option"><a href="http://www.yourlink.com">Link 2</a></td></tr> <tr><td class="vbmenu_option"><a href="http://www.yourlink.com">Link 3</a></td></tr> <tr><td class="vbmenu_option"><a href="http://www.yourlink.com">Link 4</a></td></tr> </table> </div> <!-- / extratab link menu --> |
#174
|
|||
|
|||
Brilliant stuff, works perfectly, thanks very much
|
#175
|
|||
|
|||
Can I ask, if you wanted to add two drop down menus on those tabs, is that possible?
|
#176
|
||||
|
||||
Quote:
EDIT: you can section the links in the same menu by adding the code below between the links you want separated: HTML Code:
<tr><td class="thead" align="$stylevar[left]">More Links</td></tr> |
#177
|
|||
|
|||
Quote:
|
#178
|
|||
|
|||
Excellent skin Miner, as always. I finally moved away from fblue to Bingo and so far the members like it.
|
#179
|
|||
|
|||
* installed
Excellent skin! I am going to use this instead of the skin i just purchased But i'd like to take out latest threads from the footer as i already have lots of such modules. How can i do this? I have tried by taking out the latest thread codes form the footer template but it's still showing up. Could you please point me to the right direction? 1 more: the threads in the forumhome page are not aligned properly. Plz have a look http://www.hippytribe.com/forumdispl...es-buy-21.html what could have gone wrong? Excuse me if i am asking too much |
#180
|
||||
|
||||
Not sure if you have removed the codes how does it show there?!
|
#181
|
|||
|
|||
Yes I have removed it.. (at least few codes )
PHP Code:
never mind about the error. I found out the cause. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|