Your ultimate PunBB resource!
You are not logged in.
Greetings,
I am using Private Messaging - v1.2.2 with PunBB 1.2.10. Is there a way to enable email notification upon sending of a PM? (ie, recipient gets notification of new private message).
If not, I will attempt to code that in.
If this is already done, however, it would save me some time, or if there is some reason this has not already been done please let me know.
Matt
In vBulletin there is this:
[code]Default Thread Subscription Mode
When you post a new thread, or reply to a topic, you can
choose to automatically add that thread to your list of subscribed threads,
with the option to receive email notification of new replies to that thread.
Default Thread Subscription Mode:[/code]
And you can choose between five things: Do not subscribr, No email notification, Instant , Daily , Weekly mail notification
…
I just realized I installed version 1.2.2 during the lasts day.....
adding some "addons" to it, like:
email notification
preview button
postcount in the "new message" notification
So what about version 1.2.3
What is different to the previous version?
Does this version have the "mass delete" option?
"Mass mail" function?
I can't find that "readme-upgrade.txt" file anywhere
I've recently created and add-on to this mod which gives users to option to receive pm e-mail notifications. You can download it here.
Fantastic!
Thanks - that was a breeze to implement. I did notice that I receive multiple email notifications between logins, and the email text indicates only a single notification will come ("You may have additional new private messages, but this is the only notification you will receive until you visit the forum again."). Are the mu…
Hey All,
I want to find a way to notify my members that they have unread private messages.
Let me first say that I don't want my members to get an email notification every time there is a PM (in my opinion this defeats the purpose of a PM system). With that said, I'd like to find ways to let members know they have unread PMs. Here are some of my ideas:
1) Run a script to look for users that have at least one unread PM and send them an email that says …
Is there someone who knows how to add email notification to the PMS?
Ed B!
Is there anyway for a notification (PM/Email) to be sent to a user after their post is deleted?
so, this is a bug in the pm , that I have to correct?
Do you know that other thing with the name in the notification mail?
Here my New PM Modification....
-- removed---
By the way... cool pop up notification can you post your code here?
[code]##
##
## Mod title: Add a registration notification.
##
## Mod version: 1.0.0
## Works on PunBB: 1.2.15 (should work with all 1.2.*)
## Release date: 5-8-2007
## Author: GT (Hexify.com)
##
## Description: This little mod places a registration notification to all guest who visit the forum.
##
## Affected files: include/template/main.tpl
##
##
## Included Files: inc…
Hi.
Works fine on 1.2.10, but I need to have an email notification for new private messages. How soon might this be possible to get?
Thx
Martin
That...is a very cool notification! Are you going to release it? I'm Interested :D. And how did you do that "Je hebt 1 nieuw bericht" message?
i got it.. i changed the version from install_mod.php file. But there is no notification, if someone recieve PM then how he/she will be notified. There is no function like this.
Is there a current (English) mod for adding email notification to PM's available ?, I saw one translated from French but it didn't seem complete ?.
Cheers
Richard
ahh, ....I will digg
Btw. I am trying to add this email notification to the private message mod - and it works fine so far
I just want to change the notification email and add the Username of the recipient there, like "Hello Username" , do you know how I can get that information in there?
[code] if ($alert)
{
require PUN_ROOT.'include/email.php';
$mail_subject = 'New Private Message has arrived';