cmc3215
Forum Replies Created
-
Forum: Plugins
In reply to: [Delete Me] Error message on using crontabThat is a reasonable request. I just released version 3.2 which includes the isset() check you mentioned.
Take care,
ClintForum: Plugins
In reply to: [Delete Me] Can you disable the autofocus attribute on the password form?There is no option to disable autofocus. When using the shortcode form option, I’d suggest putting the shortcode on its own page and link to it rather than putting the shortcode form alongside other content.
This is part of the tooltip for the shortcode form option on the plugin’s settings page:
“Typical form use would be to place the shortcode on a custom confirmation page you create for account deletion, then link to the confirmation page from somewhere appropriate on your site (e.g. a profile page).”Forum: Plugins
In reply to: [Delete Me] Do you have to use this with woocommerce?No, you don’t need WooCommerce.
Forum: Plugins
In reply to: [Delete Me] Any update for the latest WP?I just did some basic testing that worked on WordPress version 5.9.3 in both single site and multisite. I’m happy to try fixing whatever isn’t working, but please be specific regarding what is not working for you.
Kind regards,
ClintForum: Plugins
In reply to: [Delete Me] RedireccionOriginal message translation:
Hi, I configured the URL for the redirect after deleting the account but it stays on the same page. It does not perform the redirection. What I can do?Nothing I can do without more information.
Forum: Plugins
In reply to: [Delete Me] Can I leave all posts, comments and forum topics after deletion?Deleting comments is optional just for the reason you mentioned. Allowing content to be assigned to another user may be something I add in the future, but there is no option for doing so yet.
I’ll take this into consideration when releasing the next update.
Thanks,
ClintForum: Plugins
In reply to: [Delete Me] Put the delete link under Account ManagementI feel like there are already multiple ways to warn the user before Deletion, including having the user confirm his or her password. So, I’m sorry, but I will not be pursuing any further warning customization.
Forum: Plugins
In reply to: [Delete Me] Does “Delete Me” preserves Woocommerce Data?WooCommerce creates its own database tables
https://github.com/woocommerce/woocommerce/wiki/Database-DescriptionI have no plans to begin deleting from custom database table data created by WooCommerce.
You could ask WooCommerce for the option to delete the WooCommerce data when a WordPress delete_user action is done.
https://developer.ww.wp.xz.cn/reference/hooks/delete_user/Forum: Plugins
In reply to: [Delete Me] Delete user post (products)WooCommerce creates its own database tables
https://github.com/woocommerce/woocommerce/wiki/Database-DescriptionI have no plans to begin deleting from custom database table data created by WooCommerce.
I would suggest you ask WooCommerce for the option to delete the WooCommerce data when a WordPress delete_user action is done.
https://developer.ww.wp.xz.cn/reference/hooks/delete_user/Forum: Plugins
In reply to: [Delete Me] Delete form templateI’m assuming you mean visually integrated with the look of the site.
Take a look at the Delete Me Settings page. You’ll find the id attributes used for the form elements. You can then use whatever CSS you like in your theme’s stylesheets to customize the look of the form.
Even without the id attribute, applying style to particular form elements by type can be accomplished using CSS in the stylesheets.
Forum: Plugins
In reply to: [Delete Me] Delete link is not showingSorry to hear Delete Me isn’t working for you.
Is this a WordPress page you’re editing from Pages in the Dashboard or a PHP file?
If it’s a page edited from Pages in the Dashboard, my first guess would be another plugin’s shortcode has interfered on that page. Are you using another plugin to generate the page and/or another shortcode for the profile page?
Are you inserting the shortcode into a widget on the page by chance?
Forum: Plugins
In reply to: [Delete Me] What if the user has different roles on different subsites?Yes. If that is a concern in your situation, I’d recommend unchecking the “Delete from Network” option so that deletion must be performed on a site-by-site basis.
Forum: Plugins
In reply to: [Delete Me] Multisite supportFrom FAQs:
When using Multisite, are users deleted from the Network or only the Site deletion originated from?
By default, users registered to multiple Sites on the Network are only deleted from the current Site and will remain registered to their remaining Sites. However, if the setting “Delete From Network” is checked, users will be deleted from the entire Network.
Forum: Plugins
In reply to: [Delete Me] Put the delete link under Account ManagementYou don’t need to use code. Just type the text in the proper box on the Delete Me settings page at Settings -> Delete Me
Forum: Plugins
In reply to: [Delete Me] Put the delete link under Account ManagementNo. The plugin doesn’t have any description field for the link on the profile page. However, you edit the link text to say whatever you like or to use an image. Also, you can edit the text on the deletion confirmation page the link leads to.