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)

amphicar770 01-27-2008 08:54 PM

The new version i sup and running.

I did have a problem with the new, "type between the lines format". Myself and some other users did type between the lines but when the message posted the text was not there. I decided I prefer the old format so am using that.

Here is an enhancement request. Might be asking for the moon. A lot of users have asked about having a daily digest email complete with message content (unlike the headers only that VB provides). Any chance we might see something like this in a futre release?

Again, this is the greatest VB Mod of all time!!

subnet_rx 01-28-2008 12:33 PM

Quote:

Originally Posted by tekguru (Post 1429610)
Wehave a problem with the email integration Mod. On enabled forums around 60% of the time if we quick reply we get:

http://www.4winmobile.com/news/2008-01-26_204628.png

taking place, if we refresh the post is there. If we use regular reply around the same amount of chances we get (..815), again a refresh fixes.

http://www.4winmobile.com/news/2008-01-26_204815.png

We?ve also seen: ?This post is a duplicate of a post that you have posted in the last five minutes. You will be redirected to that thread.?

Or

Fatal error: Call to a member function on a non-object in /home/windows/public_html/forums/includes/functions_newpost.php on line 908


So some serious issues for us somewhere...

Can give you Admin access if you need it to track this one down.

Have confirmed if we disable the Mod the issue vanishes completely, turn it back on and it returns.

I'm having the same problem. Specifically, the function on mine is set_parsing_language.

Cyricx 01-28-2008 03:48 PM

I'm all over these few bugs guys. I'm pretty sure I've got both narrowed down to exactly what is going on.

I should have a fix released tomorrow early.

The duplicate post problem is due to an error occuring that seems to be tied to the user's that have autosubscribe enabled. I'm pretty sure this is focused on the starting queries I run for building the new layout emails.

The call to function I believe is also tied to the plain text parser.

JohnNM, it should still be INBOX. Please check your PMs on a good time to call you tomorrow to resolve this issue and take care of those custom tweaks you were wanting :)

Had a rough weekend helping some friends out with a loss so it pushed my plate back a few days.

Thank you all for your patience on this :)

bchertov 01-28-2008 04:46 PM

Quote:

Originally Posted by Cyricx (Post 1425906)
I had considered this [handling attachments but haven't thought about working it in yet as if someone sent outan attachment and you had 200 people setup for the emails. I would tend to think that sending out 200 emails with attachments could be a real stress on the servers.

That was the reason for going with the links to the attachments. :)

I'll have to put some more thought into this one.

I have hacked my individual emails and daily digest to include a link to any attachments, just like on the website. Works great! Note that I am NOT using your email integration system yet. I'm waiting for it to mature a bit more...

Cyricx 01-29-2008 05:10 PM

Latest version released, all of the above bugs are all resolved.

Please let me know if you have any other issues at ALL. I want to fix every bug I can find... unfortunately my testers are few :(

Thank you all for your support!!

tekguru 01-29-2008 06:04 PM

But we care Chris :) Just about to install now...

RWerksman 01-30-2008 01:32 PM

Chris,

The email notifications notify you of the post you just made. Is there a way to make that stop or an enhancement that can be made to eliminate that?

Also, what does the portion of the notification message subject between the [ and ] function as? Can we move that to the end of the subject or eliminate (or alter it) so the subject can be smaller?

I'm also getting a "Call to a member function on a non-object in /home/windows/public_html/forums/includes/functions_newpost.php on line 908" as well, but I haven't updated to 2.5.1 yet.

Rob

Cyricx 01-30-2008 01:43 PM

Quote:

Originally Posted by RWerksman (Post 1432423)
Chris,

The email notifications notify you of the post you just made. Is there a way to make that stop or an enhancement that can be made to eliminate that?

You want user's to not be notified of their own posts?

Quote:

Originally Posted by RWerksman (Post 1432423)
Also, what does the portion of the notification message subject between the [ and ] function as? Can we move that to the end of the subject or eliminate (or alter it) so the subject can be smaller?

Unfortunately, this is a nessecity. Some virus scanners change alot of the header information in the emails. So we need a backup method to ensure that we are correctly putting replies in the right spot. If you remove that, this is a HUGE chance that alot of replies will be classified as new threads.

Quote:

Originally Posted by RWerksman (Post 1432423)
I'm also getting a "Call to a member function on a non-object in /home/windows/public_html/forums/includes/functions_newpost.php on line 908" as well, but I haven't updated to 2.5.1 yet.

Update to 2.5.1 and you'll be good to go! :)

RWerksman 01-30-2008 02:25 PM

Quote:

Originally Posted by Cyricx (Post 1432429)
You want user's to not be notified of their own posts?

Right. The standard notification system in VB is to not notify you of your own posts.

Quote:

Originally Posted by Cyricx (Post 1432429)
Unfortunately, this is a nessecity. Some virus scanners change alot of the header information in the emails. So we need a backup method to ensure that we are correctly putting replies in the right spot. If you remove that, this is a HUGE chance that alot of replies will be classified as new threads.

Can I move it to the end, or can I make it so the message is different? such as:

Reply to thread 'Miscellaneous Hacks - Unread Posts .... [t-1432429]

?

Cyricx 01-30-2008 02:42 PM

Quote:

Originally Posted by RWerksman (Post 1432455)
Right. The standard notification system in VB is to not notify you of your own posts.

True, standard email lists though sends out all of them. :)

I'll add this as an end user option in the next build or two. It'll just need a few if statements :)


Quote:

Originally Posted by RWerksman (Post 1432455)
Can I move it to the end, or can I make it so the message is different? such as:

Reply to thread 'Miscellaneous Hacks - Unread Posts .... [t-1432429]

?

Not without modifying the cron file. :(

Let me explain a little bit about the reasoning of the way the subject line is built.

Most places are going to load multiple forums up with this. So the forum name is in the subject line so you know what forum it is going to. This can be very important if you have a public forum and a moderators forum enabled for example.

The t-threadid# is mandatory as the backup for if someone has a good virus scanner going to town on the email headers :)

The last part is the subject of the message :)

The regex in the cron file first checks the "in_reply_to" of the emails. If a virus scanner has replaced that with something else it then scans the subject line and looks for

[$forumname-t-(.*)](.*)

The first set of paranthesis is the threadid number. The second set is the subject of the post :)

If you switch those around backwords you'll get posts with no subject. :(

I have to becareful not to add in TOO many options though or people will get abundantly confused hehehe :)


All times are GMT. The time now is 05:49 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.01956 seconds
  • Memory Usage 1,757KB
  • 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
  • (9)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