The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Email Integration (New Threads/Replies by and through email!) Details »» | |||||||||||||||||||||||||||
Email Integration (New Threads/Replies by and through email!)
Developer Last Online: Dec 2011
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:
These are the items that are not currently supported:
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
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 |
#212
|
||||
|
||||
really wish this was available for 3.8>
|
#213
|
||||
|
||||
Hi, I wonder if someone could help me with this problem. I'm trying to run the setup script but keep getting an internal server error
Does the internal server error mean there is a chmod error somewhere? Edit: Must have been a glitch on the server at it's working ok now. |
#214
|
||||
|
||||
Is there a way to tweak the cron job settings so this works every 5 minutes? I've tried setting it for every minute, but it doesn't work. It works when I run the job manually, but nothing seems to happen when I just leave it, so was wondering if tweaking the cron jobs may help.
|
#215
|
|||
|
|||
Quote:
The script is scheduled to run on a different server. It accesses the home page of the forum and triggers the scheduled jobs to run even when the forum has a quiet period with only a few visitors. |
#216
|
|||
|
|||
Where is the template for the email that this mod sends out stored? I would like to modify this template.
Thanks |
#217
|
|||
|
|||
Help!!!
I'm getting what seems like random occurance of duplicate posts to the forum as well as emails out. I can stop the problem if I close the forum, but it got so bad yesterday I had to disable the mod. Can anyone give me a pointer on what I can do? I'm running vBulletin 3.8.2 and EI 2.6.1 Thanks www.ambersight.com/forums |
#218
|
|||
|
|||
I am using 3.6.8 with this mod. The only problem I have experienced happens when someone has an auto-reply rule which does not exclude the forum email address and the out-of-office message starts bouncing back and forth and it gets propagated to everyone. I managed to fix that through code that compares the incoming message with the last post from the sender.
Do have a mail server which allows you to create a rule which copies each incoming message to a separate folder? Then you can check if the duplicated messages are triggered by the same message being received twice. |
#219
|
|||
|
|||
Quote:
Code:
SELECT * FROM `phrase` WHERE varname LIKE 'ei_notify%' AND fieldname LIKE 'email%' Code:
SELECT * FROM `phrase` WHERE varname LIKE 'ei_%' AND fieldname LIKE 'email%' |
#220
|
|||
|
|||
Quote:
When I sent two messages from the same email address and ran the Email Integration from the Scheduled Task Manager, an error message was displayed: Quote:
Had I not had that fix implemented, at least one of the messages would have been posted and broadcast twice. |
#221
|
|||
|
|||
Is it possible to turn off sending emails to an individual user from the Admin Control Panel?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|