The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom skin, notifications not working properly
Hello all,
I have recently purchased a new skin for my forum because we ended up changing the name. (I want a whole new look) The template has the old style navbar welcome, not the new "notification" one in vBulletin 3.7.0. I added the following code to the navbar template, replacing the oldstyle just "pmstats". Code:
<if condition="$show['notifications']"> <span id="notifications"> <a href="usercp.php$session[sessionurl_q]">$vbphrase[your_notifications]:</a> <strong>$notifications_total</strong> <script type="text/javascript"> vBmenu.register("notifications"); </script> <else /> <if condition="$show['pmstats']"> <phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav] </phrase> </if> </if> |
#2
|
|||
|
|||
Find
Code:
<!-- / user cp tools menu --> Code:
<if condition="$notifications_total"> <!-- notifications menu --> <div class="vbmenu_popup" id="notifications_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead" colspan="2">$vbphrase[your_notifications]</td></tr> $notifications_menubits </table> </div> <!-- / notifications menu --> </if> |
#3
|
|||
|
|||
gracias amigo
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|