The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have searched the forums for hours, but i couldn't find it. I am searching for a mod/hack for new pm messages. I mean that the box (welcome box with the info when you last visited the forum and how many pm's you have) is going to flash/blink when there is a new message. I have found a hack that show a envelope, but i want that the whole box is flashing.
Anyone knows of there is such a hack on this forum? |
#2
|
||||
|
||||
![]()
The whole box or just the line that says "Private Messages: Unread X, Total XX."? In order to have just that line blink, you don't need a hack. Just edit the template and put in some HTML to make the text blink.
|
#3
|
|||
|
|||
![]()
And how do you do that? Any suggestions?
thanks in advance |
#4
|
||||
|
||||
![]()
The template that you want to edit is the navbar template. The line you're looking for is
Code:
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if> Code:
<if condition="$show['pmstats']"><br /><blink><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></blink></if> |
#5
|
|||
|
|||
![]()
Oke thanks mate
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|