paul41598
06-04-2005, 10:03 AM
Ok Im officially stumped. I duno if vbadvanced is the best place for this, but you guys can be the judge of that.
I installed this PM Blink Info hack located here (http://www.vbulletin.org/forum/showthread.php?t=75619) and it was real easy, just two changes.
I personally dont like the PM module where it is, and I want all of my users info in the navbar, like how it normally is. I cannot for the love of god get the blink info on my navbar. However it shows fine in the module?? (check screenshot)
This is the code that allows for the blink notification
<if condition="$bbuserinfo['pmunread']">$privatemessages<else />
<if condition="$show['pmstats']"><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl]">$vbphrase[private_messages_nav]</phrase></if></if>
Is there a reason why if I put this in my avv_portal template, it doesnt show? But in the welcomebox template portal it does?>?
I installed this PM Blink Info hack located here (http://www.vbulletin.org/forum/showthread.php?t=75619) and it was real easy, just two changes.
I personally dont like the PM module where it is, and I want all of my users info in the navbar, like how it normally is. I cannot for the love of god get the blink info on my navbar. However it shows fine in the module?? (check screenshot)
This is the code that allows for the blink notification
<if condition="$bbuserinfo['pmunread']">$privatemessages<else />
<if condition="$show['pmstats']"><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl]">$vbphrase[private_messages_nav]</phrase></if></if>
Is there a reason why if I put this in my avv_portal template, it doesnt show? But in the welcomebox template portal it does?>?