osolutions
Forum Replies Created
-
Forum: Plugins
In reply to: [Delete All Comments] Still showing commentsHi lcapponi
Did you try refreshing the dashboard ? Do you still see them ?
Forum: Plugins
In reply to: [Delete All Comments] PHP NoticeFixed it in 1.3
Anyone with Editing post capability should be able to delete comments too. So setting that as capability level.
Thanks for the feedback Hareesh & KTS915
Hi JPStoner
Sorry to hear this.
To quickly resolve the issue, please login to your WP database (using MYSQL) and disable the plugins using this command.
UPDATE wp_options SET option_value = ” WHERE option_name = ‘active_plugins’;
Detailed Steps given here..
https://perishablepress.com/quickly-disable-or-enable-all-wordpress-plugins-via-the-database/
Hope this helps.
In the meantime I will check my sourcecode to find out what could have triggered this error.
Thanks
Forum: Plugins
In reply to: [Delete All Comments] Captcha image not showingNo problem.
You can login to Mysql DB and disable the plugins.
UPDATE wp_options SET option_value = ” WHERE option_name = ‘active_plugins’;
Login to your website and enable the plugins you need.
Forum: Reviews
In reply to: [Delete All Comments] impeccable…Thanks ZagDash_5
Glad it helped you to clean up your database.
Forum: Reviews
In reply to: [Delete All Comments] GreatIts encouraging to know it helped you. Thanks for the feedback.
Forum: Plugins
In reply to: [Delete All Comments] Feature requestThanks for the suggestions Ravi.
I was planning on Recylebin feature for the next release.
Will incorporate backup & restore comments also.Forum: Reviews
In reply to: [Delete All Comments] Works greatThanks for the nice words Ravi. Glad it helps.
Forum: Reviews
In reply to: [Delete All Comments] Worked like a charmI’m glad you liked it. Let me know if you are looking for any specific feature.
Forum: Plugins
In reply to: [Delete All Comments] Installed on wrong siteAs deletion is physical delete, it cannot be undone. Do you have backup which you can restore it from ?