Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Yesterday at 02:04 PM
ExiledVip3r Posted February 9, 2021 Posted February 9, 2021 (edited) 7 minutes ago, Adriano Faria said: 1,668 requests is too much indeed. 😱 I get about 4000 new registrations a day, so 1500-ish deletion requests over 6 weeks seems pretty small to me? A lot of users/leechers register just to download a few things and then delete their account it seems. Quote I’m not sure which email. See if it shows up in the ACP Members Notifications. If it does, you can disable it there for all members. It does. Never noticed that before as I rarely have a reason to look at the notification defaults, but I've switched it to disabled now. Edited February 9, 2021 by ExiledVip3r
Adriano Faria Posted February 9, 2021 Author Posted February 9, 2021 Ok. I’ll update the app in a few days to run the requests on a background task.
Adriano Faria Posted February 10, 2021 Author Posted February 10, 2021 23 hours ago, ExiledVip3r said: It does. Never noticed that before as I rarely have a reason to look at the notification defaults, but I've switched it to disabled now. My bad. This notification is the one when someone requests to delete the account. I guess you’re talking about the one when you process the request (approving or denying it)? If so, I have submitted a new version with two new settings so admins can choose if an email will be sent to the user. New version also makes the mass actions (delete all accounts and cancel all requests) to run on a background task.
ExiledVip3r Posted February 12, 2021 Posted February 12, 2021 On 2/9/2021 at 3:01 AM, Adriano Faria said: Ok. I’ll update the app in a few days to run the requests on a background task. On 2/10/2021 at 2:49 AM, Adriano Faria said: My bad. This notification is the one when someone requests to delete the account. I guess you’re talking about the one when you process the request (approving or denying it)? If so, I have submitted a new version with two new settings so admins can choose if an email will be sent to the user. New version also makes the mass actions (delete all accounts and cancel all requests) to run on a background task. Thanks so much for the changes! They are a big help to me!
ExiledVip3r Posted February 12, 2021 Posted February 12, 2021 (edited) @Adriano Faria My task queue has immediately become overwhelmed and behind by a ton after the update. I only mass deleted about 8 pages of delete requests after the update, I normally have 70+ pages... Did you limit the number of deletions done per task run? If not, that is likely bogging the task queue down as a result... This is a few hours after updating, and only half of the current task queue, just what I could fit into a screenshot. Edited February 12, 2021 by ExiledVip3r
Adriano Faria Posted February 12, 2021 Author Posted February 12, 2021 (edited) 2 hours ago, ExiledVip3r said: Did you limit the number of deletions done per task run? If not, that is likely bogging the task queue down as a result... Of course. 500 per batch. Is it locked? Any error in System Logs? Did you disable the two new settings to not send the emails (your request)? Maybe 500 is too high yet. I’ll send a PM showing how to change to 250 later. -------------------------- If you want to test it with 250, first delete the queue from your DB: delete from core_queue where app = 'deletemyaccount' Then download: applications/deletemyaccount/extensions/core/Queue/approveAllRequests.php applications/deletemyaccount/extensions/core/Queue/cancelAllRequests.php and find: /** * @brief Number of items to rebuild per cycle */ public $rebuild = \IPS\REBUILD_QUICK; Change to: /** * @brief Number of files to delete per cycle */ public $batch = \IPS\REBUILD_NORMAL; Save both and upload it again. Click in the button to approve all or cancell all requests in the ModeratorCP. See how it goes. Edited February 12, 2021 by Adriano Faria
jp Posted March 24, 2021 Posted March 24, 2021 Is there a way to change the name of the anonymised guest name GUEST after you delete a member? Can we change it to Previous Member or another term?
Adriano Faria Posted March 24, 2021 Author Posted March 24, 2021 7 hours ago, jp said: Is there a way to change the name of the anonymised guest name GUEST after you delete a member? Can we change it to Previous Member or another term? The deletion itself is handled by the Core, not by my resource so you would need to see in the Core where it's done and which language bit is used. jp 1
Adriano Faria Posted July 7, 2021 Author Posted July 7, 2021 26 minutes ago, Emediate said: 4.6 compatible? This info is available on file view. Go and see it.
Emediate Posted July 7, 2021 Posted July 7, 2021 16 minutes ago, Adriano Faria said: This info is available on file view. Go and see it. Why don't you link me? My AdminCP marketplace installed app brought me straight here. From within the installed plugin that information was not available. OK found it, but why is that information not in the Changelog where we would all be able to see it?
Adriano Faria Posted July 7, 2021 Author Posted July 7, 2021 You just have to click above in SEARCH and type the app name! Anyway: Emediate 1
AlienDog Posted January 10, 2022 Posted January 10, 2022 Unable to update to latest version, so I uninstalled the app, but I get this when I go to the app in marketplace; This resource is already installed and up to date Wen to see for the files to also manually delete everything and I believe I found the right folder to delete, but still get the same message. Cant seem to find any ways to manually download the files. Any ideas?
Adriano Faria Posted January 10, 2022 Author Posted January 10, 2022 1 minute ago, AlienDog said: Unable to update to latest version You should've requested support before uninstall it. 1 minute ago, AlienDog said: This resource is already installed and up to date Update the cache on Admin CP -> System -> Support ->Clear system caches. 2 minutes ago, AlienDog said: Cant seem to find any ways to manually download the files. Any ideas? You can't download anymore. Resources are now installable via Admin CP Marketplace only.
abobader Posted October 21, 2022 Posted October 21, 2022 Hi Adriano, The app working as it should, well done. One thing, as the app setting to either when delete a user to guest_name or guest regarding contents, but no option to delete everything (user and contents like post and topic), as it when you can do at the admincp. Can this be requested as suggestion for future you consider to do? PS: Not a big issue tho, I can do that full delete within admincp, but I thought to ask about this. Again, well done. Adriano Faria 1
Adriano Faria Posted October 21, 2022 Author Posted October 21, 2022 It deletes the member and preserves the content. The only option, as you can see, is to anonymize the authorship. I can add as an option when I have to upgrade it. abobader 1
Adriano Faria Posted November 1, 2022 Author Posted November 1, 2022 FROM NOVEMBER 1ST TO NOVEMBER 30TH.
Arthmoor Posted November 7, 2022 Posted November 7, 2022 On 10/21/2022 at 4:27 AM, abobader said: Hi Adriano, The app working as it should, well done. One thing, as the app setting to either when delete a user to guest_name or guest regarding contents, but no option to delete everything (user and contents like post and topic), as it when you can do at the admincp. Can this be requested as suggestion for future you consider to do? PS: Not a big issue tho, I can do that full delete within admincp, but I thought to ask about this. Again, well done. I'd like to second a request for this as nearly every user who wishes to delete their account on our site also wants their content removed in most cases (usually gallery and downloads).
Adriano Faria Posted November 7, 2022 Author Posted November 7, 2022 On 10/21/2022 at 7:27 AM, abobader said: Hi Adriano, The app working as it should, well done. One thing, as the app setting to either when delete a user to guest_name or guest regarding contents, but no option to delete everything (user and contents like post and topic), as it when you can do at the admincp. Can this be requested as suggestion for future you consider to do? PS: Not a big issue tho, I can do that full delete within admincp, but I thought to ask about this. Again, well done. 5 hours ago, Arthmoor said: I'd like to second a request for this as nearly every user who wishes to delete their account on our site also wants their content removed in most cases (usually gallery and downloads). I'll add it as an option to the user in the request delete account screen. Something like:
DawPi Posted November 7, 2022 Posted November 7, 2022 7 minutes ago, Adriano Faria said: I'll add it as an option to the user in the request delete account screen. Something like: On 10/21/2022 at 12:27 PM, abobader said: Hi Adriano, The app working as it should, well done. One thing, as the app setting to either when delete a user to guest_name or guest regarding contents, but no option to delete everything (user and contents like post and topic), as it when you can do at the admincp. Can this be requested as suggestion for future you consider to do? PS: Not a big issue tho, I can do that full delete within admincp, but I thought to ask about this. Again, well done. It was done some time ago for one of yours/mine client. 😉 No worry, won't share it anywhere public. 🙂 Adriano Faria 1
Adriano Faria Posted November 7, 2022 Author Posted November 7, 2022 2 minutes ago, DawPi said: It was done some time ago for one of yours/mine client. 😉 No worry, won't share it anywhere public. 🙂 Interesting... I'll start to post my stuff in your topics too!
DawPi Posted November 7, 2022 Posted November 7, 2022 Are you serious? What was wrong with my post? Ehhh, Adriano.....
abobader Posted November 8, 2022 Posted November 8, 2022 On 11/7/2022 at 2:35 PM, Adriano Faria said: I'll add it as an option to the user in the request delete account screen. Something like: That will not be good (for me at least), what I was asking, that the admin within modcp can have an option to delete the contents or not, and my reason for that, someone simple start a thread just to request account removal, that thread we normally deleted when we remove the account. Since we are a support help forum for a product, many time, users start a help thread and when they get help replies, simply they wanted the account removal, in this case we simply deleted the account as guest and leave the contents, since it could help other with similar issue.
Adriano Faria Posted November 8, 2022 Author Posted November 8, 2022 I should upload it today later. abobader 1
Adriano Faria Posted November 11, 2022 Author Posted November 11, 2022 (edited) On 11/8/2022 at 9:49 AM, abobader said: That will not be good (for me at least) Sorry, I have to think in the whole thing, not how it would be for one or another, as it isn't a custom job. You probably should contact the other dev above. It should fit your needs. That's how I did it: - Admin decides if the user can request to delete content: If enabled, the option will be available in the Account Settings form: I’ll wait and see how it goes. It can be changed on a new version. Edited November 11, 2022 by Adriano Faria abobader 1
Recommended Posts