The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[OzzModz] vBulletin.org Type New Private Message Identifier Details »» | |||||||||||||||||||||||||||
[OzzModz] vBulletin.org Type New Private Message Identifier
Developer Last Online: Dec 2021
Another mod brought to you by,
This mod will allow you to show a flashing pm icon in the header, if your users have a new pm. It is a simple installation, upload the contents of the UPLOAD folder then import the product XML, ozzmodz_newpm_notice You can edit the options under the settings, [OzzModz] vBulletin.org Type New Private Message Identifier Settings Complete Feature List
Q. Why do I need such a thing, you ask? A. Some admins might like to have this to help users see when they have a new PM. Q. There is other mods that do this, why release this one? A. Because this one requires no template edits, just install and it is ready to go. ------------------------------------------------------------------------------------------- If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps me know how many people are using my work, giving me extra incentive to provide more features and new modifications. I appreciate the support! ------------------------------------------------------------------------------------------- * History (Changelog) * ------------------------- v1.0.0 (November 5, 2014) - Initial public release. v1.1.0 (November 14, 2014) - Added options to display it before the welcome link, or after the username. Show Your Support
|
Comments |
#32
|
||||
|
||||
Please redownload the zip, and re install the XML, I just fixed a error in it.
|
#34
|
||||
|
||||
Excellent, glad to hear.
|
#35
|
|||
|
|||
I made this plugin a while ago on my forum before you released it ozzy. Not sure if this is more simple or not.
Code:
if($vbulletin->userinfo['pmunread']){ $find = '<li class="welcomelink">'; $replace = '<li class="welcomelink"> <a href="private.php?"><img border="0" src="images/newpm.gif" width="22" height="10"></a>'; $output = str_replace($find, $replace, $output); } |
#36
|
||||
|
||||
About the same thing, mine is a bit more involved as far as the html to make it render correctly in all browsers.
|
#37
|
|||
|
|||
Hey Ozzy i have db notifications installed will there be a conflict with that or will this be fine to have them both
|
#38
|
||||
|
||||
It should be fine with both.
|
#39
|
||||
|
||||
I have DBTech's vBNotifications and use template modification and everything works just fine, so I guess this will work just fine with this mod also.
Just you need to know, this mod and template modification are "passive", so you need to reload page that PM icon become visible. Bun with vBNotifications it isn't so, they are "active", so you would receive PM notification as soon as PM is received (of course, depending on setting this isn't 100% instant, to save server resources). |
#40
|
||||
|
||||
That is correct, this does not use ajax to load the image.
|
#41
|
|||
|
|||
Hey ozzy i run db notifications and i just put this in some of my members like this notification and some like the other would it be possible to add a user setting to disable this if the others wished to do so
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|