Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
Email Integration (New Threads/Replies by and through email!) Details »»
Email Integration (New Threads/Replies by and through email!)
Mod Version: 2.6, by Cyricx (Coder/Designer) Cyricx is offline
Developer Last Online: Dec 2011 I like it Show Printable Version Email this Page

vB Version: 3.7.x Rating: (30 votes - 4.33 average) Installs: 113
Released: 31 Jan 2008 Last Update: 29 Feb 2008 Downloads: 1168
Not Supported DB Changes Uses Plugins Template Edits Auto-Template Code Changes Additional Files  

This modification allows you to mimic email lists such as yahoo groups through your forums!

Complete with the user's receiving emails for new threads and replies AND being able to reply directly from email or sending a new email to start a new thread!

Just like email lists, you will need a separate email box for EACH forum that you have this enabled for!!

After installing this modification in the forum manager you will enter the settings for each forum to connect to it's own email box.

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 in one of two formats that you as the administrator decide. One format has a "reply box" and is the most sure fire way of not getting excess email crap ont he forums. The second format (noted as "Old" format) keeps an email in its base pure form with some attempts at quoting messages. Examples of both are 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!


IMAP
You MUST have php imap functions enabled on your server to use this modification! You do not need to have IMAP installed, just have to enable php to use the functions by recompiling it with imap enabled!


If you are upgrading from the version
for vbulletin 3.6.x , see below!

BUGS!
These are the known bugs to date:
  • Unconfirmed 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!
  • 2.5 Release
    • New Features
      • Email Integration now uses vbmail! This DOES require one small file edit.
  • 2.5.1 Release -
    • New Feature -
      • Added some debug triggers in the cron file. Turning on debug will stop email sfrom being deleted after they are processed and if a message errors out, the error email will be sent to an admin specified email address which is set in the cron file.
    • Bug Fixes -
      • Fixed incorrect call to plain text parsing. (this is the cause of the duplicate posting/undefined function errors)
      • Corrected security hole.
      • Corrected a typo in the error message for attachments that are too large.
      • Rebuilt the method of determining attachment types vs max size to handle more then 2 attachments. Previous code would not process more then 2 attachments.
      • Added a call to determine the parentid for replies if one isn't specified prior to the post being added to the database from emails.
      • Fixed a bug where previous messages were blank in new layout for posts that didn't have a parentid specified.
  • 2.5.2 Release
    • Bug Fixes
      • Fixed bug with new users not being automatically subscribed to forums when it is enabled for their usergroup.
      • Added a dirty regex fix for utf-8 encoded filenames.
  • 2.5.3 Release
    • Bug Fixes
      • Fixed bug that displayed "Set All Instant" on User CP Subscribe Forums page when no forums were setup for Instant Email Notification.
      • Fixed bug that allowed forums that were set inactive to appear on the User CP SUbscribe Forums page.
      • Fixed bug with the how the "New Layout" processs improving how it tries to remove the first layer of > signs in replies.
    • Improvement/Bug Fix
      • Changed the field in the Forum Manager for forum['ei_usergroups'] so that it now controls not only who can reply via email. But who can receive instant notification emails. It is now titled "Please enter the usergroup IDs that can use this feature."
      • Added the phrase "You may increase the space between the above lines as needed." to the "New Layout" email templates to alleviate user confusion.
  • 2.5.4 Release
    • Bug Fixes
      • Added a quickfix for a bug that caused a function error when replying to a thread that a user was subscribed to while in a forum that was enabled for Email Integration.
    • Error Checks Added
      • Added a function exists check to the cron file and the search settings page to warn people when they have not correctly enabled imap functions.
  • 2.5.5 Release
    • Bug Fixes
      • Added a check to subscribeforum.php to not display subscription options for forums that are links.
      • Fixed a bug that caused the cron to incorrectly list the username and signature in the emails. (The post processed to the forums were correct, it was just the emails that were screwy sometimes.)
      • Slightly modified phrase and variables for replies so that if a post has a title, it'll use that title for the email, if not, it'll use the thread title like before.
  • 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.7x


Upgrading from version for 3.6.x
  • Due to using different product ID's due to the changes that will be coming up for the version for vbulletin 3.7.x you will need to uninstall the 3.6.x version and install the 3.7.x version in this thread. My apologies for the inconvienance, I've been unable to determine an alternative with the 3.6.x version still in development due to the last few bugs.
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

Download Now

Only licensed members can download files, Click Here for more information.

Supporters / CoAuthors

Screenshots

Click image for larger version

Name:	exampleemailnewformat.jpg
Views:	2409
Size:	90.0 KB
ID:	75242Click image for larger version

Name:	exampleemailoldformat.jpg
Views:	1987
Size:	42.7 KB
ID:	75243Click image for larger version

Name:	examplesubforum.jpg
Views:	1731
Size:	26.2 KB
ID:	75913

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • If you like this modification support the author by donating.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
Email Integration (New threads/replies by email) Cyricx vBulletin 3.6 Add-ons 1065 27 Mar 2013 20:55

  #331  
Old 11 Sep 2012, 11:01
Rolll Rolll is offline
 
Join Date: Jan 2010
It's not work on 4.2.0

Last edited by Rolll : 11 Sep 2012 at 16:27.
Reply With Quote
  #332  
Old 12 Sep 2012, 11:19
washingtonboise washingtonboise is offline
 
Join Date: Mar 2009
I have asked Cyricx if he's interested in updating to 4.x or allowing other coders to work with his code to update this mod.

I've offered $300. Forums for mods which are 3.7 and lower will be locked soon. I've asked him to reply here if he's willing to either develop, or allow others to develop.
Reply With Quote
  #333  
Old 11 Oct 2012, 21:04
reedness reedness is offline
 
Join Date: Jul 2012
Thanks for all your help Cat. I am trying again with 2.6.2. So far no luck. Also, I do not have an emailreplyint.xml in my installation as you mentioned earlier to change to this "WHERE contentid = $postid"

I am still messing with this but you have been very helpful.
Reply With Quote
  #334  
Old 21 Nov 2012, 00:59
Cat Terrist Cat Terrist is offline
 
Join Date: Dec 2011
While I got it workign on 4.2, I'm now having delivery issues where things go mad and older posts get resent.

Looking into the jobschedules at present
Reply With Quote
  #335  
Old 08 Jan 2013, 20:55
iraqiboy90 iraqiboy90 is offline
 
Join Date: Sep 2012
will this work for vb4.2? Its an extremely useful feature, but sad that nobody had upgraded it yet?
Reply With Quote
  #336  
Old 22 Jan 2013, 15:57
Nelson58 Nelson58 is offline
 
Join Date: Oct 2011
Originally Posted by washingtonboise View Post
I have asked Cyricx if he's interested in updating to 4.x or allowing other coders to work with his code to update this mod.

I've offered $300. Forums for mods which are 3.7 and lower will be locked soon. I've asked him to reply here if he's willing to either develop, or allow others to develop.
I will pay also. Many of my members want to respond by email. Some are stupid and do it anyway now, thinking it will work....
__________________
Nelson
www.Hobby-Machinist.com
Reply With Quote
  #337  
Old 10 Feb 2013, 02:04
mykkal's Avatar
mykkal mykkal is offline
 
Join Date: May 2007
Real name: Mike McKoy
I have this on 3.8.7 PL1. It works but the problem is the emails aren't RFC compliant and they rejected some. It really needs a mailer class update.

Originally Posted by Simon Lloyd View Post
Anyone have any issues with this and vb3.8.7 PL2? it's sending out the notifications instantly but not recognising the email replies, could it be to do with vBSEO?, if so anyone got a fix for it?
__________________
Casting Calls for Models, Actors, And Other Talent
http://MyModelTalk.com
Reply With Quote
  #338  
Old 10 Feb 2013, 05:36
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Real name: Simon
What did you do to get this working on vb3.8?
Reply With Quote
  #339  
Old 10 Feb 2013, 05:51
mykkal's Avatar
mykkal mykkal is offline
 
Join Date: May 2007
Real name: Mike McKoy
Originally Posted by Simon Lloyd View Post
What did you do to get this working on vb3.8?
Honestly, I just followed the instructions. But also, i'm on my own dedicated servers and i'm using 3.8.7 PL1. PL2 has some major differences and a few new features. That could be the problem.

also, i've had it installed since 3.7. I ran the upgrade with it already in place.
__________________
Casting Calls for Models, Actors, And Other Talent
http://MyModelTalk.com
Reply With Quote
  #340  
Old 10 Feb 2013, 13:53
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Real name: Simon
Ahhh!, i see, im on my own box too but the PL's got be the issue, but i feel it was an issue with reading the mails from the inbox for each particular forum.
Reply With Quote
  #341  
Old 11 Feb 2013, 00:10
mykkal's Avatar
mykkal mykkal is offline
 
Join Date: May 2007
Real name: Mike McKoy
You could be right. I haven't tried to upgrade because I've got so many mods... But honestly the email integration plugin isn't utilized much. I'm thinking of uninstalling it and reinstituting it on a later version of VB.

Do they have email integration plugins for VB4 or VB5?

Originally Posted by Simon Lloyd View Post
Ahhh!, i see, im on my own box too but the PL's got be the issue, but i feel it was an issue with reading the mails from the inbox for each particular forum.
__________________
Casting Calls for Models, Actors, And Other Talent
http://MyModelTalk.com
Reply With Quote
  #342  
Old 01 Apr 2013, 21:47
andor andor is offline
 
Join Date: May 2004
Howdy - I am willing to contribute as well. Client specifically requested posting by email to match a competitor's forum for his own users. Requesting for vB 4.2.0. Please PM if developer willing to proceed and required contrubtion to help make it happen. :-)
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Mod Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Jump


New To Site? Need Help?

All times are GMT. The time now is 10:22.

Layout Options | Width: Wide Color: