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 |
#302
|
|||
|
|||
Forum still work fine , but i have a warning at the top of forum .
|
#303
|
|||
|
|||
This error is begin caused by line 238 in the file product-emailreplyint.xml, which is:
Code:
<phpcode><![CDATA[$globaltemplates = array_merge($globaltemplates, array('bbcode_quote'));]]></phpcode> |
#304
|
|||
|
|||
Here is a listing of changes I made to try and get Email Integration working again.
product-emailreplyint.xml Deleted line:238 Code:
<phpcode><![CDATA[$globaltemplates = array_merge($globaltemplates, array('bbcode_quote'));]]></phpcode> Original: Code:
WHERE postid = $postid Code:
WHERE contentid = $postid |
#305
|
|||
|
|||
I'll be working on this in the next few days to come and dig over what others have found and what I can figure out to get a new release for vb4 sent out.
|
#306
|
|||
|
|||
Cyricx, any updates on the status of your mod for VB4?
|
#307
|
|||
|
|||
I am looking forward to testing the release for vb4.
|
#308
|
|||
|
|||
Yes, I too would love to see a vb4 version! I'm thinking of using this to create threads in an admin forum for notifications that are only available via email (firewall alerts, itrader alerts, etc).
|
#309
|
|||
|
|||
Any luck with this? I would love to have this mod up and working for my users
|
#310
|
|||
|
|||
We need this functionality as well so I took the 2.6.1 beta release and made some pretty heavy changes. It seems to be working so I documented the changes I made and repackaged it as a dot release, hope I'm not stepping an any toes. Here is a summary of what I did:
|
#311
|
|||
|
|||
Thanks very much, Rick! Anyone testing Rick's mod, please post your experiences here.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|