vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Email Integration (New threads/replies by email) (https://vborg.vbsupport.ru/showthread.php?t=151222)

toivo 04-23-2008 12:33 PM

Hi ttseppal,

Thanks, that is interesting. The hot fix for 2.6.1 also involved unsetting a variable or rather an object.

I'll just continue testing and studying the source code to learn more.

Regards,
toivo

Quote:

Originally Posted by ttseppal (Post 1496769)
Hi, toivo

In my case, the problem lies with the variable plaintext_parser not being correctly set. So I commented the line 1266 at cron/emailintegration.php like this:

//unset($plaintext_parser, $pagetext_cache);

This way, I do not receive the error on line 1093 (call to member function on a non-object), and emails get deleted from the mailbox, too. I just wonder what side effects this might cause.


snoopy5 04-24-2008 12:31 PM

Quote:

Originally Posted by snoopy5 (Post 1489185)
Hi

two questions:

1. is it possible to use this mod for sending the postings only one-way?

So that users only get the e-mail notification, but can not reply by e-mail

Thanks in advance


Hi

my old question is not answered yet. Is it possible to configure this hack, so that it works only one way?

So without reply by mail.

Only sending all messages which have been posted to the forum immediately to the user? without interruption and without clicking on a link to get the next posting also by mail?

itconsultingnv 04-24-2008 03:17 PM

Continuing to have the problem where it works for awhile, posts to the forum are sent out and email responses are posted, then suddenly, for no apparent reason it keeps sending an email post over and over and over, when I check the webmail I see the offending email post as well as other posts sent after that one that are sitting there waiting to be processed. If I go into the cron it gives me a line 1093 error, then if I go to the webmail, clear out all of the emails, then run the ei cron again it no longer errors. Don't know if that is related in some way. Anyone know what to do? Is Cyrcicx still supporting this software? Not sure if I should continue spending time on this option until further notice. Please help. Anyone else running this successfully? Thanks!

Ted Clore 04-27-2008 02:06 PM

After several frustrating attempts to get this to work with vB 3.6.8, 3.6.9 and 3.7.0, I have given up. I have spent 4-5 hours trying. It is a good idea and if it worked with my site it would be a nice addition. I'll keep checking for further updates that may make this an easy hack to install.

snoopy5 04-28-2008 11:24 AM

is this mod dead?

Did anybody achieve to get it running? Even if it is only for sending postings out without the reply functionality?

toivo 04-28-2008 01:02 PM

I can confirm the EI mod reads the messages from the mailbox, posts them and sends them with the reply capability which also works in our test forum. I had to force the language code to 1 (see https://vborg.vbsupport.ru/showthrea...151222&page=55) to make it delete the messages from the mailbox, otherwise the posts were repeated.

I have also tested a small script which reads the forum home page at regular intervals, to boost the traffic and trigger the EI script which depends on the hits which cause the cron tasks to run.

Regards,
toivo

MikeH2911 05-02-2008 01:07 AM

Hi,

I installed v2.2 of this mod and have since removed it, however there is still a link in forum tools to subscribe to a forum, I'm sure this was from a file edit somewhere but can't find it, can anyone help me out. How do I remove this?

Mike

Crys 05-07-2008 08:58 PM

Hi,

I'm looking for some assistance regarding the e-mail integration hack. Everything is installed but, for some odd reason, none of the e-mails/replies are being posted on the forum. However, if I posted directly on the forum, I get the e-mail. I set everything up using GMail and followed exactly what was instructed. Am I missing something???????

Please let me know soon because I really need this working for an event happening Friday. Thank you so much for your help!

~ Crys ^^

capsize 05-19-2008 07:57 PM

There's a bug when Allow Attachments? is set to "No" and Dismiss Attachments? is set to "Yes" in the EI options. In this mode, the attachments are supposed to be discarded and the post is supposed to be made using only the text portion of the email.

In the code for this mode, there's an error that causes the emailed post/reply with the attachment(s) to be left undeleted in the incoming mailbox and causes processing to skip the message entirely with no post made to the forum.

The fix is this:

Comment out the statement in line 515 (assuming v2.6.1beta) of emailintegration.php to allow the post to proceed without the attachments:

PHP Code:

else if ($d_message['attachments'] AND $vbulletin->options['ei_allow_attachments'] == AND $vbulletin->options['ei_dismiss_attachments'] == 1)
{
  
$eilog .= "Attachments dismissed: " $userinfo['username'] . "\r\n";
  
$mailmessage .= "\r\n\r\n[Attachments are disabled from email. Non-text portions have been removed.]";
  
//continue;      /**** comment out to fix the bug ****/



Thanks a million for adding this mode, Cyricx!

mykkal 05-19-2008 08:30 PM

This is good information.

Will they submit a new release that has bug fixes?

Quote:

Originally Posted by capsize (Post 1525066)
There's a bug when Allow Attachments? is set to "No" and Dismiss Attachments? is set to "Yes" in the EI options. In this mode, the attachments are supposed to be discarded and the post is supposed to be made using only the text portion of the email.

In the code for this mode, there's an error that causes the emailed post/reply with the attachment(s) to be left undeleted in the incoming mailbox and causes processing to skip the message entirely with no post made to the forum.

The fix is this:

Comment out the statement in line 515 (assuming v2.6.1beta) of emailintegration.php to allow the post to proceed without the attachments:

PHP Code:

else if ($d_message['attachments'] AND $vbulletin->options['ei_allow_attachments'] == AND $vbulletin->options['ei_dismiss_attachments'] == 1)
{
  
$eilog .= "Attachments dismissed: " $userinfo['username'] . "\r\n";
  
$mailmessage .= "\r\n\r\n[Attachments are disabled from email. Non-text portions have been removed.]";
  
//continue;      /**** comment out to fix the bug ****/



Thanks a million for adding this mode, Cyricx!



All times are GMT. The time now is 04:26 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
  • Page Generation 0.02161 seconds
  • Memory Usage 1,760KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete