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 |
#602
|
|||
|
|||
Woohoo! First hurdle down!
The next version will for certain allow both plain text and html emails! The admin will be able to define which has to be used, or they can let their users decide! |
#603
|
|||
|
|||
I've gotten alot of support for this mod so I feel like I owe it to ya guys to let you know where I'm at. Sides... hopefully it'll moisten your lips!
So after I made that hurdle, it pretty much snowballed to a few more This is the current status of 2.4 including bugs fixed, new features and still want to accomplish before release. Bugs Fixed:
These are the things I MUST do before I even think about a release..
What do I need? TESTERS!!! I have NO testers right now and I really want to be certain that the regex work for posts Please PM me if you would like to be a tester! Thank you all for your support! Now I'm off to stumble to bed |
#604
|
||||
|
||||
Chris, would you mind to explain in a few words how you'd like to integrate your plugin with vbmail and how this is causing difficulties? Maybe someone else can come up with some ideas to support you...
|
#605
|
|||
|
|||
Basically,
Right now, I build the email headers myself and use the php mail function to send the mail. If you have 200 emails to go out.. this can really really affect your server. Vbulletin has a function called vbmail, that sends out the emails in batches. The problem I'm having, is when I use vbmail, I cannot get the headers to build using the $foruminfo and $threadinfo variables. I dreamed in code last night and had a few more ideas to try LOL! |
#606
|
|||
|
|||
Just a quick update:
I'm going to have an admin option for the format of the emails on if they want to use the "reply section" or the old way. cgmckeever has some great regex he wrote for quoting that I'm going to add in that will likely handle all the craziness everyone has noticed This way, everyone will be happy |
#607
|
|||
|
|||
I got this script to work to pull emails from a gmail account to post to a forum. See my second post for what settings to use. Any of the versions of this modification will work provided you use the settings I specify. Remember you MUST enable pop3 connection in your settings section of your gmail account at google.
See the second post for exact how-to |
#608
|
|||
|
|||
Looks like I'm ready to go on the new version.
I'd like to have a few people do a test install first before I launch it out to all. Please PM me if you'd like to help. From what I am lookin at right now... this bugger is about to leave the realm of beta in the dust |
#609
|
||||
|
||||
tempting, but my site with VB is going live in a few days, I can't risk it today.
(I am sure I will risk it after 1 or 2 other people install though ) |
#610
|
|||
|
|||
The main thing I'm wanting to test is the email integration file uses a php5 function. But if that function doesn't exist, like if you use php4, it'll create a mock up of the function.
Unfortunately all my servers run the latest and greatest jazz |
#611
|
||||
|
||||
Quote:
PHP Code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|