I want to rip out the guts of Dolphin's purge. Yes, I know it can be disabled in the admin but I want to rip it out of the code. Does anyone know where it is located?
I want to rip out the guts of Dolphin's purge. Yes, I know it can be disabled in the admin but I want to rip it out of the code. Does anyone know where it is located? Geeks, making the world a better place |
Purge or pruning? I know same thing. Guynuked -- Dedicated server and Dolphin-friendly hosting with Zarconia.net |
Purge or pruning? I know same thing. LOL, sorry. The member pruning. If the code is gone, then there is no worry of someone setting that to a value that wipes out the members. Geeks, making the world a better place |
keep in mind there is cron jobs for it in the database as well... https://dolphin-techs.com - Skype: Dolphin Techs |
keep in mind there is cron jobs for it in the database as well... So how is the pruning working? If I remove the cron job from the database then it will be a solution? Geeks, making the world a better place |
Make your settings then remove "'11'" in administration/advanced_settings.php:37 |
I don't understand why you have such trouble with this? Mine has never pruned a single member. http://towtalk.net ... Hosted by Zarconia.net! |
I don't understand why you have such trouble with this? Mine has never pruned a single member. Because we just helped someone that deleted almost all his members in just a few days because he set that thing wrong. I figure it is an accident waiting to happen and if it is not there the better. Geeks, making the world a better place |
All of the purging functions are here. https://www.deanbassett.com |
I don't understand why you have such trouble with this? Mine has never pruned a single member. Because we just helped someone that deleted almost all his members in just a few days because he set that thing wrong. I figure it is an accident waiting to happen and if it is not there the better. https://www.deanbassett.com |
Oh, and i am supprized that even worked. There is a bug in dolphin that causes cron to fail when deleting a member that has a blog. The pruning of members has been buggy for quite a while. Guess not very many of his members have blogs.
Actually none, he does not have the blog module installed on his site. Thanks Deano for the answer, you do know your Dolphin Geeks, making the world a better place |
There is a problem with that tho. https://www.deanbassett.com |
I know my dolphin eh. Wrong. I had you remove the wrong block of code.
https://www.deanbassett.com |
Anyway I can disable pruning members? Without code modifications? Set it to 50 years? Guynuked -- Dedicated server and Dolphin-friendly hosting with Zarconia.net |
Anyway I can disable pruning members? Without code modifications? Set it to 50 years?
https://www.deanbassett.com |
You can set it to zero. What happened in this case is the person was unsure what they were doing and changed that to purge in say like a day. He had members dropping off and did not know what was happening until he came on here asking for help. I may disable it on my site and put comment indicators; /* */ around the code block. Then if I want it back, just remove the comment indicators. That way you don't click and change it by accident. Geeks, making the world a better place |