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 |
#992
|
||||
|
||||
Quote:
On Edit: It was received. However it doesn't take out the Email address where it came form. |
#993
|
|||
|
|||
I was under the understanding the issue you had was not being able to add enough forumids in the usergroup manager to the autosubscribe option.
Issues with the preg_match, things needing to be removed from the text of emails prior to posting or oddities in characters like %20 etc, will be resolved in the next version for 3.8 . I'll be going a new route of requiring the pear package for mimedecoding to be installed. I spent way too much time trying to work on the decoder. I'm going to focus on the integration for the next version. Please be patient on preg_match issues and worry not.. pear packages are extremely easy to install |
#994
|
||||
|
||||
Quote:
But that is common with integrations. Can the software not handle this? I do remember that email integration was installed before we merged the phpfox (a social network) & vbulletin into one huge DB. It was working until we upgraded. I'll also add that since the integration we haven't had to make any special steps installing plugins. Do you want to take a look? It must be something small. This is the first pluggin i've had trouble installing since we integrated. I'm not sure that has anything to do with it. There's over 5 complicated pluggins working on our installation 3.8.1. |
#995
|
|||
|
|||
This is likely a stupid question (but I'm such a newbie at this I freely admit I really have no clue), but I'm assuming that with this mod installed, the option "instant email notification" should show up in the drop down menu that loads when you click Subscribe under Forum Tools. Am I right?
I'm asking because I just installed this mod on my 3.8.3, and I've gotten no error anywhere, but I've also not seen ANY changes at all. I still only have the daily and weekly options for subscribing to forums. Any ideas what I'm doing wrong? |
#996
|
||||
|
||||
Quote:
|
#997
|
|||
|
|||
Quote:
Quote:
It's comin soon! I just finished redoing the layout for campgaea.org which was the only priority higher then this one |
#998
|
|||
|
|||
Quote:
Can you be more specific about the "file edit"? I'm not sure if I know which "file edit" you're referring to. |
#999
|
|||
|
|||
Quote:
Code:
4. FILE EDIT In: /includes/class_mail.php ************** FIND: ************** $headers .= preg_replace("#(\r\n|\r|\n)#s", $delimiter, $uheaders); unset($uheaders); ************** AND ADD ABOVE IT: ************** // ##### START MOD - Email Integration ##### if (preg_match("/(.*)emailintegration(.*)/", $uheaders, $uheaderparts)) { $eiheaders = $uheaders; } // ##### END MOD - Email Integration ##### ************** SAVE AND UPLOAD! ************** |
#1000
|
||||
|
||||
ok what is the nest step?
|
#1001
|
|||
|
|||
Send me some login details via PM.
I emptied out my PM box so I can actually see what I'm getting again heh. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|