The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Red 2 Black (v3.5 Gold) Details »» | |||||||||||||||||||||||||
Simple but clean style. Reds, grays, black & white.
Has a page blended breadcrumb with space for a 468x60 banner image or GoogleAd code. See readme.htm in ZIP. ZIP includes some PSDs & fonts. v3.0.x Release thread here: https://vborg.vbsupport.ru/showthread.php?t=91816 v3.0.x Matching ACP thread here: https://vborg.vbsupport.ru/showthread.php?t=91818 Templates edited from default in this stlye: Code:
footer FORUMDISPLAY FORUMHOME forumhome_forumbit_level1_nopost forumrules header memberlist navbar SHOWTHREAD threadadmin_imod_menu_post threadadmin_imod_menu_thread Feedback welcome. EDIT: Updated for v3.5 Gold Took out the breadcrumb banner by default. See readme.htm in ZIP for how add one back in. Show Your Support
|
Comments |
#112
|
||||
|
||||
Thanks man I appreciate it, I didn't edit anything related just so you know. I did do some mods.
|
#113
|
||||
|
||||
Chef, you come up with anything? I mean just tell me where that code is and I will play with it, thanks
|
#114
|
|||
|
|||
My site forums are installed in /forums, I have a gallery installed in /gallery and VBAdvanced CMPS in the root.
I've been using this style for a while now and I've very happy with it. After sorting out the header replacements so that the links in the 'quick links' drop down work I have the following problem. In the 'Quick Links' drop down the 'Buddy List' option only works if I'm currently viewing the forum. If I'm viewing CMPS or Gallery I hust get a 404 error. If I switch back to the default style it works fine. Can anybody help with this? http://www.sparkyslider.co.uk |
#115
|
|||
|
|||
Hi there,
How can I "erase" the white bar behind the logo? Tnx! |
#116
|
|||
|
|||
I've managed to fix my problem with the "Buddy List" in the quick links drop down.
It might be obvious to the hardened coders, but I'm a complete newbie so it might not be the best way to fix the problem. If anybody else has the same problem this is what I did. I noticed that the drop down calls misc.php, in either my Vbadvanced page or the Gallery page misc.php couldn't be found becuase it in /forum Adding misc.php to the header replacement didn't work for this (it works for the restof the options in the drop down) So I edited the header template, search for 'Buddy List', and modified the path there to /forum/misc.php Job done. Crest, the white bar behind the logo can be changed by editting one of the CSS options, sorry not sure which one. I know this because I have changed a lot of them to make a 'Red 2 Grey' style as some of my older members have trouble reading light text on black backgrounds. HTH |
#117
|
|||
|
|||
Hey All,
Had a question about this style that I've been wondering for a while and now my users are asking as well. Is there a way to have links underlined and if so, what would I need to do for them to be there? Alot of my users, as well as me, love this style, but don't want to have to move their mouse all over the place to figure out what the links are..... Thanks for any replies in advance, Scott |
#118
|
|||
|
|||
Hi all, I am trying to add a new button in the navbar and insert this bit of code from the V3 arcade hack.
<!-- v3 Arcade --> <td class="vbmenu_control"><a href="arcade.php$session[sessionurl_q]">Arcade</a></td> <!-- /v3 Arcade --> I managed to find out where to add it on the 3.0.7 version but i am at a loss where to find it with this version. Normally i try and look for pointers ie the href for usercp and new posts etc but i cant find them atall please help. |
#119
|
||||
|
||||
In the Style Manager, Click on Edit Templates, then Navigation / Breadcrumb Templates. Then click navbar. Place your code after the </td> for one of the main links ie: Member List
|
#120
|
|||
|
|||
I can't find any of these options in navbar, that is why i am stumped, i only have this code.
<script type="text/javascript"> <!-- function log_out() { ht = document.getElementsByTagName("html"); ht[0].style.filter = "progidXImageTransform.Microsoft.BasicImage(gray scale=1)"; if (confirm('$vbphrase[sure_you_want_to_log_out]')) { return true; } else { ht[0].style.filter = ""; return false; } } //--> </script> <br /> <!-- breadcrumb, login, pm info --> <table class="page" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="page" width="100%"> <if condition="is_array($navbits)"> <table cellpadding="0" cellspacing="0" border="0"> <tr valign="middle"> <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> </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"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a> <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> <td class="page" width="100%" align="left" valign="middle"> <div align="center"> <!-- Red2Black Banner Placement --> <!-- / Red2Black Banner Placement --> </div> </td> <if condition="$bbuserinfo['userid']"> <td class="page" 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> </div> </td> <else /> <td class="page" nowrap="nowrap" style="padding:0px"> <!-- login form --> <form action="login.php" 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"></script> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> <tr> <td class="smallfont">$vbphrase[username]</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">$vbphrase[password]</td> <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" size="10" accesskey="p" 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> <!-- / breadcrumb, login, pm info --> <br /> |
#121
|
|||
|
|||
Never mind, i found it in the header templates although it does not show when you search templates. What gave me the the clue was a view source and i could then see where it was placed.
I hope this helps for others. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|