vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - Un-Activated User Management 3.1 (https://vborg.vbsupport.ru/showthread.php?t=124530)

MonkYZ 08-29-2010 09:20 AM

Quote:

Originally Posted by djbaxter (Post 2090825)
1. Just what did you EXPECT to happen when you installed it?

I was expecting to start emailing un-activated users... and after 10 days of email sending, to delete them.
Quote:

Originally Posted by djbaxter (Post 2090825)
2. Why on earth are you upset that 648 registrants who were still unactivated after 10 days (or in some cases probably much longer) are now deleted from your database? You now have a much smaller database uncluttered by useless records.

I am upset that there was no warning, no confirmation asked, no waiting period before deleting, nothing. I just received an email for the deleted users, and that's all. I could've use prune myself for those users, and it would've been the same.

The problem is that i also have vMail plugin installed... and it seems lately to fail a lot for yahoo/hotmail users (they are complaining because are not receiving the confirmation code/link)... I was hoping for Un-Activated User Management to help me with this by sending them emails... Seems like it just deleted them, with no notification... Anyway, now it's too late...

djbaxter 08-29-2010 01:26 PM

Quote:

Originally Posted by MonkYZ (Post 2091021)
The problem is that i also have vMail plugin installed... and it seems lately to fail a lot for yahoo/hotmail users (they are complaining because are not receiving the confirmation code/link)... I was hoping for Un-Activated User Management to help me with this by sending them emails...

If they weren't receiving your previous emails, why would you think they would receive another email from you?

1. Instruct your users to whitelist your forum email address.

2. If they don't receive the activation email, they can request another one or you can send them another one.

BirdOPrey5 08-29-2010 04:16 PM

Quote:

Originally Posted by MonkYZ (Post 2091021)
I was expecting to start emailing un-activated users... and after 10 days of email sending, to delete them.

I am upset that there was no warning, no confirmation asked, no waiting period before deleting, nothing. I just received an email for the deleted users, and that's all. I could've use prune myself for those users, and it would've been the same.

The problem is that i also have vMail plugin installed... and it seems lately to fail a lot for yahoo/hotmail users (they are complaining because are not receiving the confirmation code/link)... I was hoping for Un-Activated User Management to help me with this by sending them emails... Seems like it just deleted them, with no notification... Anyway, now it's too late...

I'll grant you it's unfortunate you lost 600+ possible members with no 'warning' except the instructions which to me clearly state what it's going to do... though perhaps another large warning that this WILL delete old users stuck in the queue is in order.

But the fact is 90% or more of those people were never going to complete registration anyway... Also if the mod is installed it will prevent a back-log like that from happening again, which is the main point of this.

Wajdan 10-01-2010 07:03 AM

I want something for vb4 as well Could you please re-write the codeS?

djbaxter 10-01-2010 11:48 AM

Quote:

Originally Posted by Wajdan (Post 2105394)
I want something for vb4 as well Could you please re-write the codeS?

This works fine as is for vBulletin 4.01 through 4.07.

karabaja3 03-16-2011 11:15 PM

I've noticed in v3.8.x unactivated users older than 10 days are not deleted. What could be the problem?

BirdOPrey5 03-17-2011 12:46 AM

It's working great for me on 3.8.6... the only changes I made to the cron job file were to change

Code:

if ($day > 2 AND $day < 4)
to

Code:

if ($day > 2.999 AND $day < 4.0)
and the same for the other hard coded days in the mod, ending with changing...

Code:

        elseif ($day > 10)
to

Code:

        elseif ($day > 10.0)
just to be consistent.

karabaja3 03-17-2011 04:30 PM

I made this changes.

But in log I still have only:

Code:

Activation Reminder Emails sent to: xy
Activation Reminder Emails sent to: xy
Activation Reminder Emails sent to: xy
Activation Reminder Emails sent to: xy
Activation Reminder Emails sent to: xy
Activation Reminder Emails sent to: xy
Activation Reminder Emails sent to: xy
Activation Reminder Emails sent to: xy

Unactivated users older than 10 are not deleted. :(

karabaja3 03-21-2011 04:16 PM

Anyone, please?

BirdOPrey5 03-21-2011 05:22 PM

Like I said, I'm on 3.8.6 and it seems to work fine- so if you're having trouble I would try disabling any other mods you have to see if they are conflicting. You can manually run the scheduled task from the scheduled task manager to test if it works after you disable some mods.


All times are GMT. The time now is 04:37 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.01203 seconds
  • Memory Usage 1,746KB
  • 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
  • (5)bbcode_code_printable
  • (5)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
  • (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