vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Mini Mods - Email reminder for inactive users 1.1.3 (https://vborg.vbsupport.ru/showthread.php?t=180025)

dirtycrow 08-01-2008 04:21 PM

Fatal error: Call to a member function on a non-object in /home/xxx/public_html/forums/includes/class_mail.php(266) : eval()'d code on line 4

thoughts?

AuroraStorm 08-02-2008 07:07 PM

Nice...I'll use it in conjunction with Paul M's hack...

*installed*

Gene Steinberg 08-03-2008 12:51 PM

I really like this mod, but I am encountering a problem where new registrants are also getting the reminder emails.

Yes, I have your 1.1.3 version which supposedly has that fix:

Quote:

Update 1.1.3 (22/5/08)

* Bugfix for New Registers
I assume that was what it's for, right?

Well, anyway, it's not working for me.

Suggestions?

Peace,
Gene

trilljester 08-04-2008 06:01 PM

Quote:

Originally Posted by popowich (Post 1579791)
How do I fix the "From:" for the e-mails generated by this product?

My reminder e-mails from "From: Discuss New York" which is bad, and should be forums@my-domain

-Raymond

I actually went into the code and fixed this. I'll document that shortly in this thread so everyone (including the developer) can include that fix.

Mrdby 08-04-2008 06:12 PM

didn't work for me

Osama11 08-05-2008 05:24 AM

its working 4 me but.. its sending a email from host email address... is there any way i can changed the email address to send those emails ?

PLzzz reply me soooooooooooooooon

yahoooh 08-05-2008 12:22 PM

send from: e-mail
not show the e-mail of the site or contact
any fix for this?

trilljester 08-05-2008 11:19 PM

Alright, this is what I did to fix the email being sent out and the address, site name, etc.. being all goofy:

In the includes/cron/remindermail.php file:

FIND:
Code:

                        if(is_valid_email($toemail)){                               
                                $sentlist .= "$username ";
                                vbmail($toemail, $subject, $message, $notsubscription = false, $from = $vbulletin->options['bbtitle'], $uheaders = '', $username = '');
                        } else {

REPLACE with this:
Code:

                        if(is_valid_email($toemail)){
                                $sentlist .= "$username ";
                                vbmail($toemail, $subject, $message);
                        } else {

That will fix the email going out to the users, if you want to fix the email that is sent to you with the report, modify the 2 vbmail functions near the bottom of the file to only have 3 options.

Gene Steinberg 08-05-2008 11:29 PM

Neat, now if it would only stop sending out reminder messages to brand new members. :(

Peace,
Gene

trilljester 08-06-2008 06:41 PM

I'll look at the SQL for that call and see if I can figure out why it's doing that. I have not experienced this issue. Maybe I'll create a test user and see if they get "reminded".


All times are GMT. The time now is 09:21 PM.

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.02460 seconds
  • Memory Usage 1,739KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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