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 |
#322
|
|||
|
|||
Is there a way to put all the emails titled the same into one thread?
For example, I'd like to have one thread with Dodgers news. If I find Dodgers news that I'd like to post, I'd just title the email "Dodgers News" and it would go into the thread already made. Is this possible using this software? |
#323
|
|||
|
|||
Quote:
|
#324
|
|||
|
|||
Anybody have any luck in v4.2.0?
|
#325
|
|||
|
|||
Ditto. I would like to install this but I wonder if it will work in 4.2.
|
#326
|
|||
|
|||
Yes, it works with my test site. You really do need to read carefully the last two pages to make sure you get everything just right. I forgot the contentid thing and spent a bit of time swearing
|
#327
|
|||
|
|||
Hi Cat. Are you referring to 4.2?
|
#328
|
|||
|
|||
Yes.
However I did hit one bizarre problem - after multiple forums are enabled, I get a database error every time a new thread is posted on the forum - but a new thread via EI works. One forum, no problem. But yet, the thread starter is there when you refresh and all posts after that work fine as well as EI. I know where in the xml the error is produced but I havent quite worked out why. EDIT : Okay, nutted it out, it was the call EI makes to see if there is attachments to the posts. In line 765 of product-emailreplyint.xml, it looks like this for me - Code:
WHERE postidid = $postid Code:
WHERE contentid = $postid |
#329
|
|||
|
|||
Thanks, Cat. Did you try the 2.6.1 Beta version?
|
#330
|
|||
|
|||
Quote:
6. Template EDIT In: Admincp -> Styles & Templates -> Edit Templates -> User Control Panel Templates -> USERCP_SHELL ************** FIND: ************** <tr> <td class="$navclass[substhreads_editfolders]" nowrap="nowrap"><a class="smallfont" href="subscription.php?$session[sessionurl]do=editfolders">$vbphrase[edit_folders]</a></td> </tr> ************** AND ADD UNDER IT: ************** <!-- ##### START MODIFICATION - Email Integration ##### --> <tr> <td class="$navclass[subscribe_forums]" nowrap="nowrap"><a class="smallfont" href="subscribeforums.php?$session[sessionurl]do=list">$vbphrase[ei_edit_sub_forums]</a></td> </tr> <!-- ##### END MODIFICATION - Email Integration ##### --> ************** CLICK SAVE! ************** |
#331
|
|||
|
|||
No, for v4 of vBulletin you must use 2.6.2 Beta that was posted a page or two back.
Quote:
Code:
6. Template EDIT In: Admincp -> Styles & Templates -> Edit Templates -> User Control Panel Templates -> USERCP_SHELL ************** FIND: ************** <li class="{vb:raw navclass.substhreads_editfolders}"><a href="{vb:link subscription, '', 'do=editfolders'}">{vb:rawphrase edit_folders}</a></li> ************** AND ADD UNDER IT: ************** <!-- ##### START MODIFICATION - Email Integration ##### --> <li class="{vb:raw navclass.subforum}"><a href="{vb:link subscription, '', 'do=subforumlist'}">{vb:rawphrase ei_edit_sub_forums}</a></li> <!-- ##### END MODIFICATION - Email Integration ##### --> ************** CLICK SAVE! ************** In: Admincp -> Styles & Templates -> Edit Templates -> Subscriptions (Thread Notifications) Templates -> subscribe_choosetype ************** FIND: ************** <vb:if condition="$show['subscribetothread']"> ************** AND CHANGE IT TO: ************** <vb:if condition="$type=='threadid'"> ************** CLICK SAVE! ************** |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|