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> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|