The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Email Integration (New threads/replies by email) Details »» | |||||||||||||||||||||||||||
Email Integration (New threads/replies by email)
Developer Last Online: Dec 2011
This mod is based off of the Mail Reply modification by Colin F to which I have obtained permission to rewrite and release. This modification allows you to mimic email lists such as yahoo groups through your forums! After installing this modification you will have new settings in your forum manager where for each forum you can enable this modification and setup a separate email address to use for each forum that you have this enabled for. Just like how there is a separate email address for each yahoo group. After doing so, members can subscribe to each forum that this mod is enabled for to receive notifications for new threads and replies. Any posts in that forum, will be sent to them via email. (Example email attached below). The users can then reply to that email (which will then be processed and posted to the forums through the cron job that runs every 10 minutes), or they can send a new email to the email address and a brand new thread will be created! Essentially mimicing an email list! Suddenly those users that hate forums, can still be dragged into the conversations and help keep the forum's activity level up! BUGS! These are the known bugs to date:
These are the items that are not currently supported:
(See the file in the zip for a complete history!)
Huge thanks also goes to the many individuals that have helped test various incarnations of this mod. MAD PROPS TO: cgmckeever for a great quoting regex for the old format, and all the mods at www.4winmobile.com for helping test version 2.4 prior to release!! You guys rock! Please feel free to donate to my continued work on this modification!! It let's me spend more time on it! Make a Donation! Version 2.6 will work with both 3.6.8 and 3.7! The #.X versions are the solid tested versions. The #.X.X versions are the beta versions. New features and bug fixes will be worked in there and then when I have a solid version it'll be released as the next #.X Thank you!! ~ Cyricx Supporters / CoAuthors Show Your Support
|
Comments |
#752
|
|||
|
|||
ok. Not sure what I actually did, but I got it to working.
|
#753
|
|||
|
|||
Wow Cyricx, let me just say thanks for the awesome mod. This might or might not be the lynchpin of me convincing our group to switch from our old mailing lists to a real 2008 piece of software for our intranet.
I have this working a little, but I have two very very large issues that are preventing me from testing this any more. First, is there any way I can have the software care about the 'TO' field instead of the 'FROM' field? OR what about specifying the filter criteria for matching myself? For various reasons, I am working from a pre-existing email list that cannot be reconfigured, so I'm stuck with my list email being in the 'to' field. It only takes emails if it finds a user with an email address corresponding to the email in the 'From' of the list email. Secondly, my list is live, so the rejection emails when I have things wrong are driving my users crazy. Is there any way for me to have it send error emails somewhere BESIDES back to the sender in the email? This is a show-stopper for me -- it's erroring out, but I can't test it because I only have problems with your mod and my actual list list, not with my control emails, and testing the list spams it and there are 100 people reading this in my business. What do you think? Any thoughts are welcome! GJ |
#754
|
|||
|
|||
Quote:
You can define the email to come from the same person, same email address for all emails (just the reply_to changes for each forum), you can set that up in the settings. Quote:
|
#755
|
|||
|
|||
I've uploaded a 2.6.1 beta version which in my testing has resolved the multiple posted replies error.
It does not have any new features in it.. this is just a hotfix That hopefully fixes it... |
#756
|
|||
|
|||
Got it Chris, interestingly enough I did not get an update notification through.
|
#757
|
|||
|
|||
Yeah.. I didn't send one. Didn't want to keep bombing everyone, especially until I had good confirmation that it was a fix.
Fixing it on my test site doesn't always = fixing it live. That's where I look for bug reports |
#758
|
|||
|
|||
Quote:
2-I agree fully. I did have it set up the way you describe and it was working to my satisfaction. It was when I went to do a small test on the live list address when I ran into some of my limits. It just so happens that one rejected email caused 100 people to phone me haha. I PMed you my IM info, and I'll speak to you as we have time. Thanks Cyricx for your brain time. Best regards, GJ |
#759
|
|||
|
|||
Hi Cyricx. Thanks for this great mod. I currently encounter some grumpy old ladies who also refuse to use the message board and only want to keep their conversation via email
I have 2 questions and hopefully you can help me out. 1) i believe i got everything installed properly. when someone creates a post or thread, a forum subscribed user receives an email in his inbox, and when he replies, it sends a notification other subscribers but doesn't direct to the forum for some strange reason. is there a setting in my server that may prevent this from happening? 2) when a subscribed user creates a thread/post in the forum, it sends a notification email to himself. is there anyway to prevent this? instead only send an email when someone else posts in that subscribed forum other than himself? Thanks in advance! |
#760
|
|||
|
|||
Loaded it finally this afternoon Chris. Forum has been quiet today but no dupes at all yet!
|
#761
|
|||
|
|||
Thanks for a great plugin. This really elevates vBulletin's usability. I had one problem though - new threads didn't show the posters name in the initial email on "CURRENT MESSAGE FROM:" line for new style emails. I played around with this and fixed it by changing
Code:
$poster = $bbuserinfo['username']; Code:
$poster = $vbulletin->userinfo[username]; EDIT: I know my profile shows 3.6.7, but this was also on my 3.6.8 PL2 dev board. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|