![]() |
View Unread PMs
As an admin I get a ton of PMs; and I don't always get around to them when I should. Finding old PMs I haven't read can be a pain. So I coded up some quick changes to allow me to have a "Unread PMs" system folder that let me quickly view all my unread PMs.
Now, before you go looking for a plug-in, I'll tell you now you have to make code modifications to two files because vBulletin hard codes system folders. In adding a new system folder the only option I was able to come up with involved a few code changes. From the dropdown folder selector is an "Unread PMs" option. I also modified my USERCP_SHELL to include a link to the Unread PMs options. Code:
<if condition="$show['showunread']"> . Initial release |
Reserved for some screen shots....
|
First install and kicks butt!
|
Is there a way to include a link to the unread PMs in the popup menu that is below the folder jump menu?
|
You mean the dropdown folder list? That's covered in the changes; or do you mean a different dropdown?
|
You've made a good job, I like this modification because I had many unread messages everywhere in my box, now I can see them in one place, thanks ;)
|
Thanks! Has been a huge timesaver for me as well; amazingly simple and should probably be an option by default.
|
I tried this and there's a fundamental problem with the coding - it sets up the "unread PMs" folder to be treated the same way as the "sent items" folder. It should be treated like the inbox folder, because the unread PMs are from the inbox. For example, this problem causes all messages in the unread PM list to display as if they were sent by you.
The fix is easy because the "inbox" way of doing things is the default. You just have to remove all of the modifications which look for a "-1" case in the code and change it to "-1 or -2". "-1" is the special case for the sent items folder. I'm using a shorter, simpler mod file that looks like this. Working with 3.7 PL1. Code:
|
Quote:
|
Be sure to click install! :)
|
All times are GMT. The time now is 11:03 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|