Version: 1.00, by paul41598
Developer Last Online: Jun 2013
Version: 3.5.4
Rating:
Released: 04-26-2006
Last Update: Never
Installs: 15
No support by the author.
VB Blinking Icon + UserInfo
This hack has been ported to vBulletin 3.5.4 from the vBulletin 3.0.0 series.
The original author is Sebastian
His original thread here
--------------------------------------------------------------------------------
This is my first major ported and released hack for vB 3.5 series.
--------------------------------------------------------------------------------
---------------- Description:
----------------
When you get a PM the "Private Messages: x Unread, Total x." disappears and is replaced with a little blinking icon, if the user that sent the PM is a admin/mod the icon will blink a red color, if its a normal user, it will blink yellow.
Along with this you can view who sent the message, and if multiple people sent you PMs it will show their names.. If they sent you more than one, it will tell you that too. It will also take you directly to the PM without having to go to your inbox first. After you've read all your PMs (or you dont have any) the "Private Messages: x Unread, Total x." returns to normal.
---------------- Installation:
----------------
Difficulty: Easy
Time: Less Than 5 Minutes
Again, my first port released for 3.5, so hopefully it works for everyone like it did me.
If you like it, CLICK INSTALL!!
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
okay i got it fixed....somehow at the bottome global.php the last few lines were duplicated and it showed up in the top of the forum and in my shoutbox....wow!!
I didn't want to do the file edit, so I made it a plugin and it works perfectly. Here it is for anyone else who wants to try it. It works perfect on my test board and my live board. No claims it'll work anywhere else but it should. (note: it just replaces the need to edit the file, you still need to do the template edit)
Hope this is useful for someone.
I didn't want to do the file edit, so I made it a plugin and it works perfectly. Here it is for anyone else who wants to try it. It works perfect on my test board and my live board. No claims it'll work anywhere else but it should. (note: it just replaces the need to edit the file, you still need to do the template edit)
Hope this is useful for someone.
i used your plugin...so i'm thinking this error is from that...
Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT pmtext.pmtextid, pmtext.fromusername, pmtext.fromuserid, pmtext.dateline, pm.pmid, user.userid, user.usergroupid,
COUNT(pmtext.fromuserid) AS fromusertotal FROM vbpmtext AS pmtext
LEFT JOIN vbpm AS pm USING(pmtextid)
LEFT JOIN vbuser ON (user.userid=pmtext.fromuserid)
WHERE pm.userid = 1 AND messageread = 0
GROUP BY pmtext.fromusername ORDER BY user.usergroupid ASC;
MySQL Error : Unknown table 'user' in field list
Error Number : 1109
Date : Friday, April 28th 2006 @ 03:33:48 PM
Script : http:///home/private.php
Referrer : http:///home/private.php?do=newpm
IP Address : 5656565656
Username : Creed
Classname : vb_database