Version: 2.6, by Cyricx
Developer Last Online: Dec 2011
Category: Major Additions -
Version: 3.6.8
Rating:
Released: 07-01-2007
Last Update: 02-28-2008
Installs: 192
DB Changes Uses Plugins Template Edits Auto-Templates
Code Changes Additional Files
No support by the author.
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:
Confirmed bug that email processing does not handle Japanese characters.
Unsupported Items
These are the items that are not currently supported:
Some custom bbcode modifications will not display like they do on the forums in the html emails. Like glow, and the table mod.
TO UPGRADE
Please see the file in the zip for upgrading!! If your upgrading from version 2.3.X you will need to reverse some file edits that are no longer nessecary!
NEW INSTALL
See instructions in the zip file.
VERSION HISTORY!
(See the file in the zip for a complete history!)
2.6 Release
Bug Fixes
Joining an unmoderated public group will now auto subscribe you per the usergroup settings.
NO CONFLICTS with Instant Thread Subscription! See details in below post.
New Stuff
User Option Allow Auto Subscribe - This is an admin allowable, user option that let's the user choose to not be auto subscribed.
User Option not receive own posts - A new user option that lets them select to NOT receive their own posts via email.
Editted the phrase for the Auto Subscription script to tell people what to do if there are no listings.
Added error checks when saving a usergroup for if auto subscriptioin is entered with a forumid for a forum that does not have email integration enabled and also checks that the usergroup you are saing is entered in the forum manager as allowed to use email integration.
2.6.1 Release (BETA VERSION)
Hot Fix
It appears I was unseting a variable too soon. I've corrected this and it has resolved the issue with multiple posted replies on my test server.
Most of these will be slow to make it in til I know I've got the code to handle just about every type of email we could receive But in anycase, here are the ideas for future versions!
End User Option to subscribe to just receive new thread emails, or receive all new thread & reply emails (current version does all new threads & replies).
Thanks to RedTyger, Bob Denny, Ed Kohwley and Chris McKeever for their additions and assistance with portions of this code.
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
When a new thread is created on the forum, plugins check for the email integration settings and then send an email out to everyone that has subscribed to that FORUM for instant email notification.
When a new reply is added to a thread, the plugins check to see what forum that thread is in, and then if that forum has email integration settings, and then sends an email out to everyone that is subscribed to that FORUM for instant email notification.
The cron job does the processing of the emails.
It checks your forums for email integration settings and then connects to each of the mailboxes one at a time. Pulls all the messages out, decodes them, cleans them up, checks for errors etc.
To determine who the user for the email is it checks the email header for who it came from. If you have strict email turned on, it grabs the username and then verifies what domain sent the email. If you have strict email turned off, it just grabs the email address of the person that sent the email. Note: this can be easy to fake.
O.. and yahoo mailing lists... do not use strict email checking. You can post as just about anyone you want in seconds from microsoft outlook
It then checks the "in_reply_to" in the message header. This should contain a predefined group of characters that let's us know it's a reply and assigns the post to the correct thread and parentid. Some virus scanners change this so in the subject line of reply emails is the threadid number. We check for that next as a backup If it doesn't match either of these criteria, it's classified as a new thread.
If it is determined that the email is a reply, it uses the datamanager to send the reply and uses the plugins to send out the emails.
If it is a new thread, then it uses the datamanager to post the new thread and uses embedded code in the file to send the email.
It then flags the message to be deleted and before closing each mailbox, expunges all marked messages from it. (Just incase an email came to the box after it had grabbed the list, this way one doesn't get lost! )
So the only time you'll get an email when you run the cronjob is when it is grabbing an email
Additionally, manually running the cron job will sometimes cause the quote boxes to not appear in the mailbox. This is due to the bbcode_quote template not being cached in the admincp
Error - Undefined Function
Quote:
If you get the error the below error you will need to enable IMAP support on your server. If you host your own server, check your php.ini file, the line for imap support will be commented out. If you do not host your own server, request your host to enable this.
Fatal error: Call to undefined function: imap_open() in
/*****/includes/cron/emailintegration.php on line XXX
To verify if you have IMAP installed go to your admincp -> Maintence -> View Php Info and you should see something like this:
You do not need to have IMAP installed, but if you wish to also install IMAP, instructrions for doing so can be found here - http://us.php.net/imap
Error - Couldn't open stream
Quote:
If you get this error while manually running the cron job (suggested to do the first time to be sure it's running right!)
imap_open() [function.imap-open]: Couldn't open stream
Your connection type setting for one or more of your forums are incorrect. I suggest only setting up one forum the first time. Edit that forum, and try one of the other 6 connection types. Then rerun the cron. It's a trial and error if you do not know how your server is setup. Some people use IMAP, some POP3 and others still use POP3 with Official Certificate, so try all 6.
Can I use a Gmail account to pull the emails from?
Quote:
You most certainly can.
Login to your mailbox at gmail, go to Settings -> Forwarding and POP/IMAP
Enable POP for the account, either from here on, or for all mail. Be sure to select archive or delete for what to do after the messages are downloaded. Otherwise the system will continue to repost the emails!!
In your forummanager use the folowing settings:
email address to reply to: username@gmail.com
hostname: pop.gmail.com
username: username@gmail.com
password: password
Type of connection: select "POP3 with SSL (Self signed certificate)"
Done!
Smilies don't show up in html emails!
Quote:
Images are stored in html files with the url for the location of the image. Edit your smilies in the smilie manager and give them all the true url of the image location. For example instead of /smilies/smilie.gif change them to http://www.yourdomain.com/forum/imag...ies/smilie.gif
That will allow them to show up correctly in email.
How does it work with Thread Subscriptions?
Quote:
This plugin does NOT change how thread subscriptions work. You get the same emails, same format for thread subscriptions.
It just adds an option to instant subscribe to the forum and those emails you can reply to.
However... it does have a series of checks to be sure that these two don't conflict. Here's a fairly concise list of how this plugin integrates with the subscribe thread function.
When an email reply is processed, it checks if user's are subscribed for instant notification for the forum AND the thread.
If they are, it removes their subscriptions to the thread and sends them a forum email.
If a user is only subscribed to the forum, then they get the forum email.
If a user is only subscribed to the thread, they get vbulletins default thread email.
When a reply is posted on the forums for a forum that email integration is turned on for, it runs the same checks as above.
Additionally, if a user has it setup to be instantly subscribed to all threads they reply to it checks then to see if they are subscribed to the forum. If they are, it doesn't allow the system to also subscribe them to the thread.
If a user tries to subscribe to a thread for instant notification for an EI Enabled forum and they are also subscribed for instant notification to the forum, it'll give them an error. However, they may still subscribe to the thread for daily or weekly updates while still having instant notification to the forum.
Is that confusing enough?? Trying writing the code for it!
Look forward to your more stable version Cyricx as think this may well work for my forum. I like the idea so will watch this one grow in version number