![]() |
is it possible to set this to NOT delete any users, just give warns?
thanks |
Quote:
Ok, I solved my problem. I don't know about others, but I had to rename the manageActivation.php to manageactivation.php <-- No uppercase "A" on "activation" and edit the scheduled task .php name to reflect my change (all lowercase). It works now... :) :up: |
sorry bumping, anyone?
|
We've been using this hack for about a year. It's been great. However, we recently noticed that awhile back we stopped receiving the e-mail summary each day. However, accounts are still being pruned from this system. If anyone has any step-by-step advice on how we can correct this issue it would be most appreciated.
|
Does anyone know if this is working with 3.7.x...?
|
Working for me up to 3.72 PL1.
|
I recently installed this mod and I like, but I have just a couple questions:
1. The notification emails are being sent every day rather than on the 3rd, 5th, 8th and 10th day. Is there any way to manipulate/fix this? I have created a test account and confirmed that the 3rd day email was sent on days 3 and 4, the 5th day email sent on days 5, 6, and 7, etc... 2. How can I edit/customize the email text? |
is this work for 3.8.1 version . please help
|
Quote:
|
plz update mod work with 3.7.x. I need it's, thanks
|
i like this Mod, because it helps manage the unactivated users.
The days are calculated as float, so you will not get the exact days after registering, that causes the "bug" posts before... I modified the php sources to calculate the days other way - and the mod now is working very well also on 3.8.2 My hack lookes like this: PHP Code:
|
Is it possible to change the number of days to extend the period (ie. 3, 7, 14, 30)?
|
Quote:
PHP Code:
|
Hello, this mod work on vb 3.8.x ??
|
Quote:
|
Anyone try this on VB4?
|
Quote:
|
Me too. :D
I am terrified to have all the user deleted or something similar. :D |
wonder if this will be available for vb4?
This is a great tool |
Push for VB4 :)
|
I dunno. Until this gets updated for vb4, at least VSa - Advanced Registration will delete inactive registrants after x days.
|
hey sabre,
this one was a fantastic help in 3.x ! Quote:
|
thanks to anyone that will port this mod to vb4!! please :D
|
Hi,
this Addon will work under VB4. |
Quote:
Edit- I've read the php code and see no reason why there would be a 'bug' that causes the emails to be resent day after day... the code clearly sends it once (if $day > 2 AND $day < 4) for exampe... maybe it should be changed to if ($day > 2.999 AND $day < 4) then? |
Quote:
|
Thanks for the quick reply on this old thread!
I figured as much on the file, but where do I make the edits in the file? What lines do I change? I don't see any code resembling this. |
I strongly advice you not to use this on 3.8.5. I've had over 648 members in "Awaiting Email Confirmation Group". Installed this hack and runned it from Scheduled Task manager. It instantly deleted 636 members... no questions asked ! So, DO NOT USE IT ! It's not working ok !
|
Quote:
Did you not read the description of the add-on? Or look at the options? Quote:
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. |
Quote:
|
Quote:
Quote:
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... |
Quote:
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. |
Quote:
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. |
I want something for vb4 as well Could you please re-write the codeS?
|
Quote:
|
I've noticed in v3.8.x unactivated users older than 10 days are not deleted. What could be the problem?
|
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) Code:
if ($day > 2.999 AND $day < 4.0) Code:
elseif ($day > 10) Code:
elseif ($day > 10.0) |
I made this changes.
But in log I still have only: Code:
Activation Reminder Emails sent to: xy |
Anyone, please?
|
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 10:55 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|