The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Blinking Evelope on PM Details »» | |||||||||||||||||||||||||
This hack should work for every Release Candidate version.
============= DEMO BOARD ============= Demo board is located at: http://www.forumfreedom.net/ Feel free to visit. ============= DESCRIPTION ============= This hack is very simple: it adds a blinking envelope to your forum if you have a new private message, making it easier to know if you have a new private message. This actually came from a request from the 3.5 modification request forum. ============= INSTALLATION ============= Difficulty: Easy Time: Less than a minute PLEASE CLICK INSTALL!!! UPDATE: NO LONGER REQUIRES FILE EDIT. Supporters / CoAuthors Show Your Support
|
Comments |
#12
|
|||
|
|||
Quote:
|
#13
|
||||
|
||||
Quote:
|
#14
|
||||
|
||||
Here is the Template edit
In template navbar FIND Code:
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase> <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> </div> Code:
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase> <if condition="$show['pmstats']"><br /><if condition="$bbuserinfo['pmunread']">img src="$stylevar[imgdir_misc]/benvelope.gif" width="18" height="16" alt="" /></if><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if> </div> |
#15
|
||||
|
||||
you missed a < before img tag, below is the correct version
HTML Code:
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase> <if condition="$show['pmstats']"><br /><if condition="$bbuserinfo['pmunread']"><img src="$stylevar[imgdir_misc]/benvelope.gif" width="18" height="16" alt="" /></if><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if> </div> |
#16
|
||||
|
||||
Would it be possible to get ONE person to post everything we need to do for this? All the posts saying you can or cant or should do it this way and they're all different from what's in the zip.
|
#17
|
|||
|
|||
Quote:
replace with HTML Code:
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase> <if condition="$show['pmstats']"><br /><if condition="$bbuserinfo['pmunread']"><img src="$stylevar[imgdir_misc]/benvelope.gif" width="18" height="16" alt="" /></if><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if> </div> done |
#18
|
|||
|
|||
i liked the old blinking text on pm firget the image just make the text blink and i am straight
|
#19
|
|||
|
|||
installed, thanks
|
#20
|
|||
|
|||
anyone got a blinking transparent gif for dark boards?
|
#21
|
|||
|
|||
Very handy mod indeed. I like Few suggestions though...
Remove your Thumbs.db file from the zip Locate the envelope image in the images directory by default. Or even images/misc. That's what it's there for Add a single whitespace after $displetter in the code so it is nicely spaced between the image and the PM message info, and knock IMG and SRC down into lower case (it's good practice!) What happened to the envelope icon? It looks corrupted mate, there's artifacts all over bumping the filesize way up. You can use mine if you like, I really posted it for thedvs but anyone who wants it can use it. There's a square and slightly rounded version, both about an 8th the filesize of the original. Thanks for the mod again, it's the samll touches that can make the difference! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|