The Arcive of vBulletin Modifications Site. |
|
![]() |
|||||||||||||||||||||||||
Step One...
Open header template... Find this... Code:
<ul class="isuser"> <li>{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</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><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li> <li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</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="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> </ul> Code:
<ul class="isuser"> <li>Welcome,</li> <vb:if condition="$notifications_total"> <li class="popupmenu nonotifications" id="nonotifications"> <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}" style="color: #ffffff;">{vb:raw bbuserinfo.username}</a> <div class="popupbody popuphover"> <p>{vb:raw notifications_menubits}</li> <p><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></p> <p><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></p> <p><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></p> <p><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></p> </div> </li> <vb:else /> <li class="popupmenu nonotifications" id="nonotifications"> <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}" style="color: #ffffff;">{vb:raw bbuserinfo.username}</a> <div class="popupbody popuphover"> <p><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></p> <p><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></p> <p><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></p> <p><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></p> </div> </li> </vb:if> <vb:if condition="$show['registerbutton']"> <li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow" style="color: #fff;">{vb:rawphrase register}</a></li> </vb:if> </ul> Find This Code:
<li><a href="{vb:raw notification.link}"><span>{vb:raw notification.total}</span> {vb:raw notification.phrase}</a></li> Code:
<a href="{vb:raw notification.link}">Unread Messages (<strong>{vb:raw notification.total}</strong>)</a> Look at the screenshot for example ![]() Show Your Support
|
Comments |
#2
|
|||
|
|||
![]()
how do I make it look like the very first one you posted at http://www.vbulletin.com/forum/showt...o-modification ?
|
#3
|
|||
|
|||
![]() Quote:
i will let you know as soon as i figure it out. |
#4
|
|||
|
|||
![]() Quote:
Well try a HTML Table? then add the varribuls? (i know what i mean :P) |
#5
|
|||
|
|||
![]()
what about the rounded corners?
|
#6
|
|||
|
|||
![]()
use the webkit and mozilla rounded corners.
I've already got a similar block all coded up actually. I just need the avatar in header modification. |
#7
|
|||
|
|||
![]()
Very nice, I'll test it!
![]() |
#8
|
||||
|
||||
![]()
Works Great and all i can think of that this really must have is the ability identify easier when there is a new notification. Currently you have to hoover over the block and click the drop down to see if you have new messages. It would be nice if it could display a mail icon (Or something) similar to what is done here on vB.org when you have a new notification. As an Administrator its important that we notice our messages ASAP. Other then that i really like this mod. Thanks.
|
#9
|
||||
|
||||
![]()
Thanks for this! Looks great.
I agree, the design at: http://www.vbulletin.com/forum/showt...o-modification looks awesome. I know there's an avatar picture add-on for the header that is out. Anyone managed to integrate it to look like the first post? |
#10
|
|||
|
|||
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|