![]() |
Any updates on a 4.x release ? Hell, this one is a must have :)
|
Tagged and waiting for a solution of this mod for vB4...
|
Does this mod work with 4.0?
Thanks! |
Quote:
As a workaround, you can remove the signature from the email template for replies. The users seem to have a signature in their emails in any case. I am using the old format - by popular demand. |
Quote:
The man has life issues to deal with, in attempting to focus on he's life, all of a sudden, you wish to condemn the Time and effort spent on it, and countless Forum Administrators the mod has helped, and the sheer goodwill of the author of the Mod in giving the mod for free. Shame. |
Good afternoon,
I've been having problems with the Mail Integration plug-in, Problem -------- - I create a forum, and apply the Email integration settings, - Add a couple of users to automatically receive email notifications - Create a new thread in the forum - The notification of the new thread arrives to User A, and User B's email account immediately - I reply the email from user A and user B's email accounts. - I log into vbulletin, but the messages don't arrive, after about 10minutes, I run the "Email Integration" cron from the shcedule task Manager - Nothing happens, - Couple of hours later, I log back into the forum, and the messages arrive, after about 3/4 hours, - Sometimes they arrive the next day. - Also often after the messages arrive, they keep duplicating themselfs on the thread, like a loop, till I delete the thread. Please help, I'm on a deadline to solve this. Much thanks in Advance, |
On further testing the problem is,
The Cron gets the topic/message from the email, but dosen't seem to delete it, so when it runs again, it copies that same email, and now I have many duplicated replies on my vbulletin server. I've set the cron to run every 5 minutes, If your available, i'd appreciate a hand : ] |
If you use the old message format, here is my patch in the 3.6 forum that gets rid of duplicated messages:https://vborg.vbsupport.ru/showpost....&postcount=953
By 'cron' do you mean the Scheduled Tasks in vBulletin? The Scheduled Tasks run only when the forum has some activity. You can run a PHP command line (CLI) script and schedule it to run every 5 minutes by using the real cron (crontab), or Windows Scheduler, depending on your operating system. The script is in this post: https://vborg.vbsupport.ru/showpost.php?p=1581411&postcount=898 If messages do not get deleted, have a look at this post: https://vborg.vbsupport.ru/showpost....&postcount=886 All these patches are used on vB 3.8.4 with two mailboxes. |
Quote:
1. I've carried out the first task, Adding the patch to stop duplicated messages 2. Yes by Cron, I meant the Email Integration cron that retrieves the mail from the user accounts. Following the link, I did the following -- Created php file forum_read.php, under the vbulletin directory, and copied the code to this file. I replaced the forum url variable, with the vbulletin URL, but where do you find the url requested below; Quote:
Quote:
- I'm I missing something so far? - When I run this run_cron.php file from the scheduled task menu, will it run the forum_read.php file, or the EI file, this was a bit confusing. - Also does the EI mod, only run when someone actually opens the forum, Thanks a lot in advance, |
Quote:
Quote:
You may have to tweak the forum_read.php script to run it on the same server, I run it from a different server. Quote:
|
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, |
Quote:
Quote:
Quote:
|
Quote:
http://smg.photobucket.com/albums/v4...4at25603PM.png |
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? |
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 |
Hi - just wondering if there's any news on getting this ported to vb4.
|
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. |
Hi there any solutions for vb4 Users? This Mod really rocks and I don't want to miss it :-/
|
Same here. VERY interested in a vB 4 port of this mod.
|
Will this Email Integration version work on VB3.8.X ?
|
Email Integration error
Our messages are going through on the boards now, but they are being duplicated and are causing repetitive emails to go out each time. Theres an error on the EI cron which may be the cause: Fatal error: Call to a member function set_parsing_language() on a non-object in /local/apache/content/forums.afponline.org/htdocs/forums/includes/cron/emailintegration.php on line 1615 Do you know what could be happening? Here is that section of code: Code:
else |
To Ecraig
See post #843 here; https://vborg.vbsupport.ru/showthrea...51222&page=57; For a fix on the repetiive mail post issue. |
Hello,
We are not having any trouble receiving emails about new posts and threads, but it seems that the mailbox specified for replies is not being polled so the replies are not showing up in the forum. IMAP is enabled in PHP and we are using GroupWise 7.0 and Outlook Express. Can you point me in the right direction as to what the issue may be? Thank you very much and I look forward to your response. |
Also I am having trouble finding the script you are talking about from your install.txt:
"If you have problems getting emails to appear in the forum, you can use a help script I have written which tests many different configurations to determine the proper entries for your forum. To use this script, go to AdminCP -> Email Integration -> Forum Setings Help. Enter the information as described, and run the script. Be aware that this script can take a *very* long time to run. When the script has finished running, you should see a box with recommended settings which allowed the script to successfully connect to your IMAP server. Use these settings to configure your forum." Where exactly is this? |
Aloha!
I was wondering if anyone knew if there were any plans for support for this plugin with vBulletin 4.0? I recently upgraded to 4.0 and I am getting an error caused by the plugin. THE ERROR I AM GETTING IS LISTED BELOW: Quote:
Thanks ahead of time! -Gabe |
any update for vb4
|
Guess we are all waiting for a vb4 solution to this.
|
Quote:
Do you have Mail parse installed? Under admin options, Maintenance list, I think you'll find php.info, if theres a mention of mailparse then it's installed, else you need this. I also couldnt find the script AdminCP -> Email Integration -> Forum Setings Help, the author was refering to. |
Is there a way to handle bounced messages?
Or store them? Thanks in advance. |
Anyone one run into a problem where you can send messages to the forum through a google account, but cannot receive notifications?
|
Quote:
If you have not selected 'SMTP Email', your forum uses the internal mail() function. In the Windows server environment the sender of the email messages is specified in the PHP setting 'sendmail_from' in the file php.ini and then that sender is used as the return address by the servers bouncing the messages. If your forum is in a *nix environment with a sendmail server, you can probably set the option 'Enable '-f' Parameter' and then use the option 'Bounce Email Address'. Hopefully someone who uses this combination can confirm the settings. You need a separate mailbox to monitor the messages that bounced because of incorrect email address, mailbox over quota or temporary connection problems. Auto-replies from holiday rules are different because they are delivered straight to your main mailbox for the forum. Depending on your mail server, you may able to filter them through rules available for example in MS Exchange. If you cannot block auto-replies because the subject does not contain particular words like 'out of office' or 'on leave' or the subject is in a foreign language and if you happen to use the old format in EI Mod, you can implement my hack to delete duplicate messages from the mailbox before they are broadcast to the members: https://vborg.vbsupport.ru/showpost....&postcount=953 |
Quote:
|
Thanks for the Mod Cyricx!
Any chance this can be coded to include email notification of new posts from an individual member $userid? I'd like my membership to be able to get the content of new posts from their favorite friend list emailed to them. Thanks. Nice work. |
Is this going to be upgraded to work with 4.0.4? I'd be happy to make a good donation as I really, really want this mod on my site!
|
Quote:
Or if someone is willing to code a similar mod for 4.x, that would be great. If it would take funds, throw out a number! |
Is there a way to increase the default number of "subforums" and email addresses I can add to EI? I'd like all of the forums on my site to be able to have the functionality of EI.
|
When I run emailintegration.php from the task manager in vBulletin I am getting the following error;
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2914609 bytes) in /home/mysite/public_html/forums/includes/mimeDecode.php on line 259It has been working just fine, but I just noticed that some (but not all) posts by email have not been posted into the forums on my site. If I run mimeDecode.php from the command line on the server it runs without a problem. Anyone have any idea what could be causing vBulletin to report this error? |
^PHP memory limit. Either increase it, or have your host do it.
|
So, it's seems that this mod is on life support, and I really, really want this type of email integration. Are there reputable groups that do custom mod development like this?
Brett |
Quote:
I should point out however that I have EI set to discard attachments in emails, so the code must be trying to process the attachments in some way before it discards them. This is potentially a problem on a bigger forum where it would be more common for users to ignore the notice that attachments are not allowed. |
All times are GMT. The time now is 10:55 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|