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 |
#262
|
||||
|
||||
Email Integration error
Our messages are going through on the boards now, but they are being duplicated and are causing repetitive emails to go out each time. Theres an error on the EI cron which may be the cause: Fatal error: Call to a member function set_parsing_language() on a non-object in /local/apache/content/forums.afponline.org/htdocs/forums/includes/cron/emailintegration.php on line 1615 Do you know what could be happening? Here is that section of code: Code:
else { eval(iif(empty($evalemailplain["$touser[languageid]"]), $evalemailplain["-1"], $evalemailplain["$touser[languageid]"])); $plaintext_parser->set_parsing_language($touser['languageid']); $message = $plaintext_parser->parse($message, $foruminfo['forumid']); } $emailreturnaddress = $foruminfo['ei_replyaddress']; $eiusername = $userinfo['username']; $eidelimiter = stripcslashes($vbulletin->options['ei_header_newline']); $eiheaders = ''; $eiheaders .= 'Date: ' . date('r') . $eidelimiter; $eifromheader = 'From: '; if($vbulletin->options['ei_use_single_from_address']) { $eifromheader .= $vbulletin->options['ei_single_from_name'] . '<' . $vbulletin->options['ei_single_from_address'] .'>'; } |
#263
|
|||
|
|||
To Ecraig
See post #843 here; https://vborg.vbsupport.ru/showthrea...51222&page=57; For a fix on the repetiive mail post issue. |
#264
|
|||
|
|||
Hello,
We are not having any trouble receiving emails about new posts and threads, but it seems that the mailbox specified for replies is not being polled so the replies are not showing up in the forum. IMAP is enabled in PHP and we are using GroupWise 7.0 and Outlook Express. Can you point me in the right direction as to what the issue may be? Thank you very much and I look forward to your response. |
#265
|
|||
|
|||
Also I am having trouble finding the script you are talking about from your install.txt:
"If you have problems getting emails to appear in the forum, you can use a help script I have written which tests many different configurations to determine the proper entries for your forum. To use this script, go to AdminCP -> Email Integration -> Forum Setings Help. Enter the information as described, and run the script. Be aware that this script can take a *very* long time to run. When the script has finished running, you should see a box with recommended settings which allowed the script to successfully connect to your IMAP server. Use these settings to configure your forum." Where exactly is this? |
#266
|
|||
|
|||
Aloha!
I was wondering if anyone knew if there were any plans for support for this plugin with vBulletin 4.0? I recently upgraded to 4.0 and I am getting an error caused by the plugin. THE ERROR I AM GETTING IS LISTED BELOW: Quote:
Thanks ahead of time! -Gabe |
#267
|
|||
|
|||
any update for vb4
|
#268
|
|||
|
|||
Guess we are all waiting for a vb4 solution to this.
|
#269
|
|||
|
|||
Quote:
Do you have Mail parse installed? Under admin options, Maintenance list, I think you'll find php.info, if theres a mention of mailparse then it's installed, else you need this. I also couldnt find the script AdminCP -> Email Integration -> Forum Setings Help, the author was refering to. |
#270
|
|||
|
|||
Is there a way to handle bounced messages?
Or store them? Thanks in advance. |
#271
|
|||
|
|||
Anyone one run into a problem where you can send messages to the forum through a google account, but cannot receive notifications?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|