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 |
#542
|
||||
|
||||
don't most out of office replies have that in the subject? It can only be so perfect. Maybe put in an out of office setting for users to check/use when they are out of office. You can only do so much without human intervention.
|
#543
|
|||
|
|||
Quote:
the emailed posts with attachments are show the postbit_attachment or postbit_thumb templates but the graphics are not shown ... this remains so ... even after days .. nothing changed ... if i start maintance (admincp) and let the board create the thumbs its apears. storage is DB driven ... (but i can switch this if needed) |
#544
|
|||
|
|||
Probably to early to answer; but what's the likelihood that this email integration will work with 3.7 right out of the box?
(still running this as a trial in 3.6.7....but want to release it forum-wide when upgrading to 3.7....) |
#545
|
|||
|
|||
Is there any way to make Email Integration check an IMAP mail box but not delete messages it finds? I'd prefer to keep a record of all messages received and at present it is deleting the messages whenever the cron job runs.
Enhancement suggestion - it might be nice to have a configuration option to transfer messages from INBOX to another box after they have been processed (perhaps even two boxes, one for accepted another for rejected) Thanks ~ Rodney |
#546
|
|||
|
|||
Quote:
|
#547
|
|||
|
|||
Quote:
|
#548
|
|||
|
|||
Quote:
The problem when trying to load auto subscriptions is: Invalid SQL: SELECT title FROM forum WHERE forumid =; Here's what I did to 'fix' it so it would at least function... 1) Open up file admin_ei.php in the admincp folder. Around line 52, it reads: $getforuminfo = $db->query_read("SELECT title FROM " . TABLE_PREFIX . "forum WHERE forumid = $forumupdateid"); -- just hardcode (i.e. replace) $forumupdateid with the actual # of the forum you want to subscribe all users to (I had 7 different forums, so had to do one at a time ) 2) You also need to update the table 'usergroup' in your forum's dB... if you have phpmyadmin you can use this query to pull up the info you need to update: SELECT usergroupid, title, ei_forumid FROM usergroup WHERE ei_auto =1 ORDER BY `usergroupid` Find the row that has 'registered users' in the title column Now change the value for 'ei_forumid' in that row to be the forum # that you are subscribing all users to (same # as in the first step).... Now you should be able to subscribe all users by going to admincp and clicking "Auto Subscription" again, but will still need to repeat steps 1 and 2 until you get all forums subscribed... |
#549
|
|||
|
|||
Talked to GoDaddy today about getting IMAP enabled. Not gonna happen unless I start using a virtual dedicated server solution. Then supposedly, I would be able to configure the server myself so that IMAP is enabled. I really don't understand GoDaddy's rationale behind this policy.
|
#550
|
|||
|
|||
Quote:
|
#551
|
|||
|
|||
Well, mod is installed and working beautifully with the exception of being able to post replies or new threads from email. Without a doubt, the ability to receive instant email notification (as well as daily/weekly digest mode) of ALL new posts and threads should be a part of the core vBulletin application.
Given that I convinced a client to transition to vBulletin so that we could use this mod and have Yahoo group forum functionality with an improved and more flexible interface, I am now in search of changing web hosts. If anyone has any recommendations, by all means PM and let me know. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|