The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Advanced Header V2 Rework Details »» | |||||||||||||||||||||||||||||
NEW Version works with version 4.0.8 and above!
Check Out The New Version ------------------------------------------------------------------------- Sorry for the long wait, but here is the working and better version of Advanced Header v2 this version will work on 4.0.1 + Up Look at the screenshot below First upload the files from the archive to the correct folders in your forum. Now its time to edit the templates. Step 1. Upload the files to the image directory. Step 2. Edit vbulletin.css (inside CSS templates) add this code at the very bottom Code:
.top-header-info{ position:absolute; z-index: 2000; top:0px; right:0px; padding-left: 12px; padding-top: 8px; padding-right: 6px; padding-bottom: 0px; margin-top: -0px; height: 85px; width:320px; color:#FFFFFF; background: #7192A8 url(images/gradients/gradient-grey-down.png) top left repeat-x; font: 12px verdana; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius-topright: 0px; -webkit-border-radius-top-right: 0px; -moz-border-radius-topleft: 0px; -webkit-border-radius-top-left: 0px; -moz-border-topright-radius: 0px; -webkit-border-top-right-radius: 0px; -moz-border-topleft-radius: 0px; -webkit-border-top-left-radius: 0px; } #one-ddcontent li a:link{ color: #000000; } #one-ddcontent li a:hover{ color: #FFFFFF; } Edit the header template Find This Code:
<div class="above_body"> <!-- closing tag is in template navbar --> <div id="header" class="floatcontainer doc_header"> Code:
<script type="text/javascript" src="images/dropdown.js"></script> <link rel="stylesheet" href="images/dropdown.css" type="text/css" /> Code:
<ul class="isuser"> <li><a href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li> <vb:if condition="$show['registerbutton']"> <li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li> </vb:if> <li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li> <li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li> <vb:if condition="$notifications_total"> <li class="popupmenu notifications" id="notifications"> <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a> <ul class="popupbody popuphover"> {vb:raw notifications_menubits} </ul> </li> <vb:else /> <li class="popupmenu nonotifications" id="nonotifications"> <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a> <div class="popupbody popuphover"> <p>{vb:rawphrase no_new_messages}</p> <p><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></p> </div> </li> </vb:if> <li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li> </ul> <vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment> Code:
<div class="top-header-info"> <table border="0"> <tr> <td width="66" valign="top" style="padding-top: 1px;">{vb:raw header_avatar}</td> <td valign="top" align="left"><vb:if condition="$notifications_total"> <dl class="th-dropdown"> <dt id="one-ddheader" onmouseover="ddMenu('one',1)" onmouseout="ddMenu('one',-1)"><img src="images/arrowdown.png" border="0" /> {vb:raw bbuserinfo.username} - ({vb:raw notifications_total})</dt> <dd id="one-ddcontent" onmouseover="cancelHide('one')" onmouseout="ddMenu('one',-1)"> <ul> {vb:raw notifications_menubits} <vb:else /> <dl class="th-dropdown"> <dt id="one-ddheader" onmouseover="ddMenu('one',1)" onmouseout="ddMenu('one',-1)"><img src="images/arrowdown.png" border="0" /> {vb:raw bbuserinfo.username}</dt> <dd id="one-ddcontent" onmouseover="cancelHide('one')" onmouseout="ddMenu('one',-1)"> <ul> </vb:if> <li><a href="{vb:link member, {vb:raw bbuserinfo}}" class="th-underline">My Profile</a></li> <li><a href="profile.php?do=editprofile{vb:raw session.sessionurl_q}" class="th-underline">Edit Profile</a></li> <li><a href="usercp.php{vb:raw session.sessionurl_q}" class="th-underline">My Settings</a></li> <li><a href="profile.php?do=buddylist{vb:raw session.sessionurl_q}" class="th-underline">Friends & Contacts</a></li> <li><a href="private.php{vb:raw session.sessionurl_q}">Private Messages</a></li> </ul> </dd> </dl><div style="margin: 0px 0px 7px 0px; font-size: 11px;"><b>Last Login:</b> {vb:raw pmbox.lastvisitdate} @ {vb:raw pmbox.lastvisittime}</div> <div style="width: 194px; color: #FFF; padding: 4px 4px 4px 4px; background:#2f4456; font-size: 11px;"><b><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">Get Help</a><b> - <b><a href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">Logout</a></b></div></td></tr> </table> </div> Code:
<div class="ad_global_header"> {vb:raw ad_location.global_header1} {vb:raw ad_location.global_header2} </div> <hr /> {vb:raw ad_location.ad_header_end} Code:
<vb:if condition="$show['member']"><div style="height: 50px"></div></vb:if> Edit navbar_notifications_menubit template Replace all with this - Fixed. Code:
<li><a href="{vb:raw notification.link}" class="th-underline">{vb:raw notification.phrase} ({vb:raw notification.total})</a></li> add This above My Profile link Code:
<vb:if condition="$show['admincplink']"><li><a href="{vb:raw admincpdir}/index.php{vb:raw session.sessionurl_q}" class="th-underline">Admin cPanel</a></li></vb:if> <vb:if condition="$show['modcplink']"><li><a href="{vb:raw modcpdir}/index.php{vb:raw session.sessionurl_q}" class="th-underline">Mod cPanel</a></li></vb:if> Download Now
Show Your Support
|
Comments |
#22
|
|||
|
|||
upload the plugin-header-avatar.xml then you will see the avatar
|
#23
|
||||
|
||||
You need the new plugin to let it work, if you still have the old one it won't work.
Edit; and Friends & Contacts is still white. |
#24
|
|||
|
|||
strange, its not white for me, is your css edited in any way?
|
#25
|
||||
|
||||
I hope to be testing well thanks
|
#26
|
|||
|
|||
I made your last change ... but the avatar? disappeared: D
|
#27
|
||||
|
||||
Quote:
Ehm, not that can remember. It's especially weird that it's only that one, all the others are fine. Someone else in this topic also reported Friends & Contacts to be white, btw. |
#28
|
|||
|
|||
Quote:
try changing the link title to only Friends, maybe the & character is messing with it |
#29
|
||||
|
||||
Quote:
However, after clicking on the Friends & Contacts button in the list it took me to that page, and when I checked it there, it suddenly showed in black like it should. Went to some other pages, but now it shows like it should. Don't know why it wouldn't at first, but it seems to work now, thanks. |
#30
|
|||
|
|||
Excellent mod, had to create 3 seperate dropdown.css files so the dropdowns match my different styles
|
#31
|
|||
|
|||
Quote:
Code:
style="color: #000;" Code:
<li><a href="{vb:link member, {vb:raw bbuserinfo}}" class="underline" style="color: #000;">My Profile</a></li> <li><a href="profile.php?do=editprofile{vb:raw session.sessionurl_q}" class="underline" style="color: #000;">Edit Profile</a></li> <li><a href="usercp.php{vb:raw session.sessionurl_q}" class="underline" style="color: #000;">My Settings</a></li> <li><a href="profile.php?do=buddylist{vb:raw session.sessionurl_q}" class="underline" style="color: #000;">Friends & Contacts</a></li> <li><a href="private.php{vb:raw session.sessionurl_q}" style="color: #000;">Private Messages</a></li> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|