vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - Email Reminder for inactive users (https://vborg.vbsupport.ru/showthread.php?t=237531)

BrightStar 03-29-2012 09:23 AM

Looks like a good mod. Will install once new version is out.
Cheers

rwoscott 04-15-2012 05:49 AM

I've uninstalled the old version to install the new version.
I've uploaded the files.
But when I import the xml, it says:
Quote:

Importing Product, Please Wait...

[:]
Then nothing.

I'm on 4.1.11 PL1.

djbaxter 04-18-2012 07:03 PM

Bug? When someone tries to unsubscribe from the reminders by following the email link in the notification from this add-on, they get a page saying:

Quote:

vBulletin Message
Could not find phrase 'error_unsubscribe_done'.
How to fix this?

TalkVirginia 04-19-2012 02:18 PM

Quote:

Originally Posted by djbaxter (Post 2321366)
Bug? When someone tries to unsubscribe from the reminders by following the email link in the notification from this add-on, they get a page saying:



How to fix this?

This is fixed in the new version.

djbaxter 04-19-2012 05:41 PM

I'm using the newest version: 2.21

See optout-reminder.php lines 66-74:

PHP Code:

if ($result == null)
{
    eval(
standard_error(fetch_error('error_unsubscribed_already',$vbulletin->options['contactuslink'])));  

else
{
   
$db->query_write("UPDATE " TABLE_PREFIX "user SET rmoptout = 1 WHERE userid = '$userid' AND email = '$email'");
   eval(
standard_error(fetch_error('error_unsubscribe_done')));    




Added:

I fixed it, I think, by editing the product-remindermail.xml file:

At lines 216-217, FIND:

Code:

                <phrasetype name="Error Messages" fieldname="error">
                        <phrase name="error_unsubscribed_already" date="1269327058" username="administrator" version="2.0.1"><![CDATA[Our records indicate that your subscription to our mailing list has already been cancelled. Please <a href="{1}" rel="nofollow">contact an Administrator</a> if you believe you've reached this message in error.]]></phrase>

Add AFTER:

Code:

                        <phrase name="error_unsubscribe_done" date="1269327058" username="administrator" version="2.0.1"><![CDATA[You have been unsubscribed from future reminder emails.]]></phrase>
Does this look correct?

djbaxter 04-20-2012 02:14 AM

Another problem: There have been several emails that have bounced back to my server (dedicated server) but none of them are showing in the logs. All I see is Bounced = No for all emails.

Is there something special I have to do for this add-on to recognize the bouncebacks?

djbaxter 04-21-2012 04:26 PM

Quote:

Originally Posted by TalkVirginia (Post 2321589)
This is fixed in the new version.

I may have misunderstood. Did you mean in the next version to be released?

fai99al99 04-28-2012 06:09 PM

nice mod .. waiting for the new Version :)

Nemrak 05-03-2012 02:22 PM

Number of Reminder Emails to Send Per Batch - 10 (Default).

How many batch are in 24 hours or how many emails will be sent in 24 hours? The time between batch is customised?

Sorry for my bad english :D.

Alan_SP 05-04-2012 11:00 AM

Mod uses cron script for sending emails.

You can find it here: ACP->Scheduled Task Manager->Inactive User Reminder Emails

I think that this script by default is set to run once a day, so if you set it to 10, it will send every day up to 10 emails. But, you can set it to run once per hour, or even more often, depends what you want.

I'm not sure how it is originally coded, but it runs once per hour on my site and it sends up to 50 emails, these are my settings.


All times are GMT. The time now is 03:16 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.05885 seconds
  • Memory Usage 1,752KB
  • 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
  • (1)bbcode_php_printable
  • (4)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