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)

BadgerDog 07-04-2010 03:29 PM

Running v4.0.4pl1 ...

With 12,000 members, I get a lot of these sent out and it worked fine under our old v3.6.

We recently updated to vb4 and installed this mod .. thank you. :up:

It seems to run fine and send emails, create logs and email me the log daily.

However, I've NEVER had it fill in anywhere an invalid email address on the Admin emails I receive, plus it always says YES on the on-line AdminCP logs, even when a users email "bounces" back to us.

Quote:

This line is always empty in our admin email...

"We tried to email the following users, but their email address was invalid:"
Am I missing something?

Sure would be nice to update to v4 and include the old EZBOUNCE mod within this one.

Thanks for any advice .. :)

Regards,
Badger

TalkVirginia 07-04-2010 10:12 PM

Quote:

Originally Posted by BadgerDog (Post 2064387)
Running v4.0.4pl1 ...

With 12,000 members, I get a lot of these sent out and it worked fine under our old v3.6.

We recently updated to vb4 and installed this mod .. thank you. :up:

It seems to run fine and send emails, create logs and email me the log daily.

However, I've NEVER had it fill in anywhere an invalid email address on the Admin emails I receive, plus it always says YES on the on-line AdminCP logs, even when a users email "bounces" back to us.



Am I missing something?

Sure would be nice to update to v4 and include the old EZBOUNCE mod within this one.

Thanks for any advice .. :)

Regards,
Badger

I'm working on adding similar functionality that was in EZBounce.

BadgerDog 07-04-2010 11:08 PM

Quote:

Originally Posted by TalkVirginia (Post 2064550)
I'm working on adding similar functionality that was in EZBounce.

Thank you ... :)

That would be terrific ...

Regards,
Badger

Peter_AUS 07-06-2010 01:28 AM

I installed this and have had several emails go out to members, when they login in again it doesn't move them from the inactive group back to the registered group as there is no option in this mod for that, has this been missed out or I am dreaming. I know it would be good if that could be incorporated into this to move them back to the registered group. Well in my case it would be.

Peter_AUS 07-06-2010 01:41 AM

Fund a solution, Inactive and Lurkers plugin so that should resolve that issue thanks for doing the mod.

TalkVirginia 07-12-2010 01:07 AM

Quote:

Originally Posted by Peter_AUS (Post 2065069)
Fund a solution, Inactive and Lurkers plugin so that should resolve that issue thanks for doing the mod.

You're welcome. :) I found that plugin also and am planning to incorporate similar functionality into future versions. Unfortunately life on my end has been nuts with trying to find employment among other things so I haven't had much time for working on this mod. The good news is that I do see a light at the end of the tunnel and it's not an on-coming train. lol :up:

Peter_AUS 07-12-2010 02:57 AM

Thanks would be good to have just the one plugin do the lot, having others, brings in to play things not working properly and interfering with each other as well.

robbiefritz 07-12-2010 01:58 PM

I noticed that there is a separate download for the German version. Will this overwrite the English one? Is there a way to send it out in German if the users default is German and English if theirs is English? Thanks!

TalkVirginia 07-12-2010 04:29 PM

Quote:

Originally Posted by robbiefritz (Post 2068059)
I noticed that there is a separate download for the German version. Will this overwrite the English one? Is there a way to send it out in German if the users default is German and English if theirs is English? Thanks!

The German version is the same as the English version. If you install it with the overwrite option you should be ok. If German is what you need you would have to download and install that version. There is now way that I know of to automate that process.

Pamela 07-24-2010 12:45 AM

Quote:

Originally Posted by Peter_AUS (Post 2065063)
I installed this and have had several emails go out to members, when they login in again it doesn't move them from the inactive group back to the registered group as there is no option in this mod for that, has this been missed out or I am dreaming. I know it would be good if that could be incorporated into this to move them back to the registered group. Well in my case it would be.

I agree! That would be most helpful!

mailshuxin 07-27-2010 06:13 AM

1 Attachment(s)
Chinese installation

Tested on vbulletin suite 4.0.4

caciocode 08-17-2010 06:40 PM

Great! Thanks. Just installed on this Programming forum

caciocode 08-17-2010 06:46 PM

Reapet* Bad connection

Lostboyfan 08-18-2010 04:10 PM

What a great mod. This will help my site alot

domi681 08-23-2010 05:57 AM

Hello, I downloaded and installed, but now I do not know how to modify the text that is sent to the user, I want to translate it into Spanish.

Help please.

Greetings.

jakobility 08-28-2010 11:18 AM

Any news about a version for vB 3.8.x? :)

BadgerDog 08-28-2010 01:29 PM

A heads up ... :)

I've been using this add-on for a few years, right through from v3 and it's great. Thanks for bringing it forward to v4 of vBulletin.

I've encountered my first SQL error with it... I've substituted X's for security...

Quote:

Database error in vBulletin 4.0.4:

Invalid SQL:
INSERT INTO inactiveuserlog (username,userid,dateline,validemail,email)
VALUES ('Tester's MFG','xxxxx','1282997017','1','jay@xxxxxx.com');

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's MFG','xxxxx','1282997017','1','jay@xxxxxx.com')' at line 2
Error Number : 1064
Request Date : Saturday, August 28th 2010 @ 08:03:37 AM
Error Date : Saturday, August 28th 2010 @ 08:03:38 AM
Script : http://www.xxxxxx.com/admincp/cronad...ron&cronid=102
Referrer : http://www.xxxxxx.com/admincp/cronadmin.php?do=modify
I believe the problem is the apostrophe in the user name. I re-ran the cron job after changing the user name, simply eliminating the ' before the S and the cron job ran fine, although I'm not sure it actually processed this record a second time.

Am I correct in my assumptions? Why would vBulletin accept registration from a user with an apostrophe then this mod fail on the SQL insert?

Thanks for any feedback... :)

Regards,
Badger

Mrdby 09-05-2010 01:01 PM

does this work?

djbaxter 09-05-2010 01:25 PM

Quote:

Originally Posted by Mrdby (Post 2094084)
does this work?

No. Not at all. People just download it and install it and then it sits there doing nothing. It's a placebo. :rolleyes:

Mrdby 09-05-2010 01:48 PM

Quote:

Originally Posted by djbaxter (Post 2094095)
No. Not at all. People just download it and install it and then it sits there doing nothing. It's a placebo. :rolleyes:

AWESOME! NOW SCRAM!

marinelife 09-05-2010 02:01 PM

worked for me, check you scheduled tasks and see when it is going to run.

BadgerDog 09-06-2010 06:27 PM

Quote:

Originally Posted by Mrdby (Post 2094084)
does this work?

Works really well, but it crashes on usernames who have an apostrophe in them ... ;)

Other than that, I've been using it for years and it's really helpful ... :)

Regards,
Badger

Mrdby 09-11-2010 12:00 PM

Quote:

Originally Posted by BadgerDog (Post 2094697)
Works really well, but it crashes on usernames who have an apostrophe in them ... ;)

Other than that, I've been using it for years and it's really helpful ... :)

Regards,
Badger

thanks!

TalkVirginia 09-11-2010 04:44 PM

Hi guys! Sorry I haven't updated this in a while. Life has not been very forgiving since the last release February 2010. My computer had a melt down and I just recently found a job full time last month. I've even had to take my own site (TalkVirginia) down temporarily. I am planning another release but I still have a few things on the priority list that I need to clear first. Thank you all for your patience and for enjoying this addon.

~ Jim

TalkVirginia 09-11-2010 04:47 PM

Quote:

Originally Posted by BadgerDog (Post 2094697)
Works really well, but it crashes on usernames who have an apostrophe in them ... ;)

Other than that, I've been using it for years and it's really helpful ... :)

Regards,
Badger

It's still doing that? :confused: Ok, I'll have another look at that. Is there anyway you can PM me some examples of what it's crashing on?

Thanks

TalkVirginia 09-11-2010 04:57 PM

Quote:

Originally Posted by BadgerDog (Post 2090708)
A heads up ... :)

I've been using this add-on for a few years, right through from v3 and it's great. Thanks for bringing it forward to v4 of vBulletin.

I've encountered my first SQL error with it... I've substituted X's for security...



I believe the problem is the apostrophe in the user name. I re-ran the cron job after changing the user name, simply eliminating the ' before the S and the cron job ran fine, although I'm not sure it actually processed this record a second time.

Am I correct in my assumptions? Why would vBulletin accept registration from a user with an apostrophe then this mod fail on the SQL insert?

Thanks for any feedback... :)

Regards,
Badger

Yes, you are correct in your assumptions.. I did suggest a manual fix for this though. Below is the link for it:

https://vborg.vbsupport.ru/showpost....&postcount=164

Sorry it took so long for me to get back to you.

Thank you for asking about this Badger,
~Jim

BadgerDog 09-11-2010 05:57 PM

Quote:

Originally Posted by TalkVirginia (Post 2096805)
Y
Sorry it took so long for me to get back to you.

Thank you for asking about this Badger,
~Jim

No problem Jim ... :)

Thanks for following up back here and I do understand how real life gets in the way of our hobbies ... :D

This mod is probably the most valuable of any we use. It continually reinforces with our members that we're still here and we also use it as a tool update them on new additions to the board that might find of interest.

Thanks for keeping it alive and relevant through multiple iterations of vBulletin. :up:

The single most useful enhancement we could have to it (in my opinion) would be the automatic handling of bounced emails, that we now handle manually through this separate add-on mod in conjunction with yours.

https://vborg.vbsupport.ru/showthread.php?t=138884

Even though it's for v3, it still functions fine in v4.04 and it would be great if that author would give you permission to incorporate his code into yours here, as it would save us hours in manually dealing with bounced inactive email accounts.

Thanks again .. :)

Regards,
Badger

ETDC 09-12-2010 07:56 AM

Can anyone confirm this works ok on 3.8.6 ? :)

TalkVirginia 09-14-2010 12:00 PM

Quote:

Originally Posted by ETDC (Post 2097021)
Can anyone confirm this works ok on 3.8.6 ? :)

Sorry, not at the moment, but I have been looking into making it work with that version.

ETDC 09-14-2010 12:11 PM

Thanks. :)

sulasno 09-25-2010 01:32 AM

Question 1;

Usergroups
Which usergroups do you want to monitor for inactivity?

Excluded User IDs
List the userids that you do not wish to send reminder email to here.

Must Excluded User IDs be part of Usergroups ?

Question 2;

Inactivity Emails: Receive Inactivity Reminder Email from Administrators

Members will receive an email if they have been inactive for more than 7 days. If you do not wish to receive these emails, you may optout by unchecking this option.

How do I change 7 days to 30 days ?
How do I remove this option ?

mradlin 09-25-2010 04:05 PM

Installed.

Gene Steinberg 09-25-2010 06:44 PM

Still flaky.

For example, the Unsubscribe feature appears to be non-functional.

For example, I got this letter today from one of our forum members:

Quote:

i have unsubscribed already. i just tried again, and got the same message i told you about before:

"Our records indicate that your subscription to our mailing list has already been cancelled. Please contact an Administrator if you believe you've reached this message in error."

but i keep getting messages asking me to come back to the forums.

how am i supposed to make them stop if you can't remove my address?
That member isn't the only one. When will there be a fix?

Peace,
Gene

asylum119 10-16-2010 12:54 PM

Perfect

Installed and MOTM

thanks

----- EDIT -----

I wont be using this if the above post is true

Can-Spam act and inbox deliverability go hand in hand, They are both my friend

adwolf1 10-19-2010 04:44 PM

Tagged. As soon as that feature where it can detect bounces, flag the user & send a PM is ready, will install & PayPal a much deserved contribution :) (seriously, that final feature would be absolutely killer for those of us with larger forums.)

onesexforum 10-23-2010 03:37 PM

hi i uploaded the files in the upload folder into the root. But when i hjave to import the xml file there are 2 of them! they are:

bitfield_remindermail.xml and cpnav_remindermail.xml

Do you mean that we have to upload the other file that isn't in the upload folder and import that file, which is called:

product-remindermail.xml

bit unsure what to do here :S sorry bit of a novice!

onesexforum 10-23-2010 03:50 PM

ok sorry for being stupid done it now :D

vBB-vietnam 10-30-2010 06:26 PM

it have problem with special character like
~ ' ".......

newz12 11-01-2010 02:36 PM

Does it work on 4.08?

jpbryan 11-04-2010 10:09 PM

Installed > Does Great > Rated Excellent > Nominated for MOTM

Thanks,,


All times are GMT. The time now is 09:25 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.01741 seconds
  • Memory Usage 1,836KB
  • 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
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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