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 |
#252
|
|||
|
|||
Alright, I've now done the following
1. Installed EI 2.6.1, 2. copied the code from the patch to the file "forum_read.php" in my vbulletin cron folder 3. created the system cron file (with the 4line perl script) to initiate the forum_read.php file in my home folder; /home/user/forum_read (no file extension) 4. added a command line to my cron tab to activate the cron, every two minutes with the line; */2 * * * * /home/jfasheyi/forum_read 5. Set the EI cron to run every minute, from the vbulletin EI integration panel. Question 1. Whilst installing EI 2.6.1 BETA, it said "go to AdminCP -> Email Integration -> Forum Setings Help" to find a script, which will test to see which email connection your server uses - I went to Email Integration settings, from the vbull options tab, but no "Forum settings help" option existed. I use vbull. 3.8.4. 2. Looking at the system cron script, this line "php /root/forum_read/forum_read.php" how will it know where to find my forum_read.php vbulletin cron file, which is in the vbulletin/includes/cron folder. 3. When I add the forum_read.php cron to vbulletin, should it be added as a vbulletin product, or Email Integration product. Thanks a lot, |
#253
|
|||
|
|||
Quote:
Quote:
Quote:
|
#254
|
|||
|
|||
There is no EI option at the bottom of the left pane, admincp, here's a screenshot of my left pane.
http://smg.photobucket.com/albums/v4...4at25603PM.png |
#255
|
|||
|
|||
new problem, I re-installed everything.
Ran EI, but instead of saying "Done", it just didn't give a response. - Out of 4 emails I posted onto the mail server, it only copied one to the forum - It didn't delete any of the emails from the forum - Whenever it ran, it kept copying that same email from the forum. My assumption is, Perherps the code simply runs to - Get email from mail server And ignores the loop that tells it to get all the other emails on the mail server, then delete all the other emails. Help? |
#256
|
|||
|
|||
I've resolved the issue, for anyone who might have Qualms following the instructions on this board or can't find the right Information, here's precisely what I did.
To get EI to work 1. Un-Installed 3.8, and installed 3.7.1 Patch Level 2 2. Installed EI Mod, 2.6.1 beta 3. Added the patch on POST #843 here; https://vborg.vbsupport.ru/showthrea...51222&page=57; To make the Cron run every 3 minutes, and output to a logfiles Followed the instructions here; https://vborg.vbsupport.ru/showpost....&postcount=898 A bit more explanation Using Centos 05, 1. Created a file forumread.php in my home directory, to hold the php code (Code 1 on the above link) 2. Created a file forumread.cron in my home directory, to hold the command line script (Code 2 on the above link). Added a line which, everytime the cron runs, writes into the file 'cronlog.txt', stating the date and time the cron last ran. Here's an extract of my forumread.cron file; Quote:
- went to my crontab home page, and created a new cronjob to access and run 'forumread.cron' 'cd /var/spool/cron' 'crontab -e' '*/3 * * * * /home/username/forumread.cron (My crontab is eddited using vi edittor, so to save the above change, typed ':wq') Everything works well so far. Thanks to Toivo and Cyrix. Good luck. Ciao |
#257
|
|||
|
|||
Hi - just wondering if there's any news on getting this ported to vb4.
|
#258
|
|||
|
|||
Need some assistance in running the EI cron using the forumread.php patch,
I created a proxy site; forums.domainname.com, to connect to my vbulletin forum installed at, servername.domainname.com/vbulletin On the forumread.php file, should the forum url variable be The proxysite url, i.e. $forum_url = 'http://forums.domainname.com/vbulletin/index.php'; Or should it be the server site $forum_url = 'http://servername.domainname.com/vbulletin/index.php'; The same question with the cron URl variable, Thank you v.much in advance. John. |
#259
|
|||
|
|||
Hi there any solutions for vb4 Users? This Mod really rocks and I don't want to miss it :-/
|
#260
|
|||
|
|||
Same here. VERY interested in a vB 4 port of this mod.
|
#261
|
||||
|
||||
Will this Email Integration version work on VB3.8.X ?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|