|
View Unread PMs
This modification is in the archives.
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']">
<tr>
<td class="$navclass[pm_messagelist]" nowrap="nowrap"><a class="smallfont" href="private.php?$session[sessionurl]folderid=-2">Unread PMs</a></td>
</tr>
</if>
. Initial release Download
This modification is archived, downloads are still allowed. |
|||||||||