By Vincent Robert on Tuesday, 20 February 2018
Posted in General
Likes 0
Views 1K
Votes 0
How can I disable all the post draft revisions in Easy Blog? Also, how can I easily delete all of these in my sql backend?
Hi urzh,

You can disable revision in setting>editor: http://take.ms/FZpt3

how can I easily delete all of these in my sql backend?

Actually you can simply delete the draft in the backend setting http://take.ms/Hnl4m which is more secure
·
Tuesday, 20 February 2018 10:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, thank you. So, I already had that option disabled. I went ahead and enabled it and disabled it again. Let me see if this works.

Also, I wanted to bulk delete all draft revisions (i have over 9000) and I want to do this in sql so I am not loading my backend site as much. Can someone tell me the table for this please?
·
Tuesday, 20 February 2018 21:07
·
0 Likes
·
0 Votes
·
0 Comments
·
EasyBlog stores it's revisions under #__easyblog_revisions . However, do take note that by disabling that option, EasyBlog still uses a record from the revisions table but it would only generate 1 record instead of multiple records.
·
Tuesday, 20 February 2018 21:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark, so do you mean that if revision history was once enabled, then after disabling it, it will still create 1 revision per post always? Would this mean I should delete the revisions table altogheter?
·
Wednesday, 21 February 2018 00:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, it will still have 1 revision per post. But that's just it. You should not delete everything from the revisions table, as that would affect your posts.
·
Wednesday, 21 February 2018 01:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok thanks . I deleted all the revisions under "Drafts" in my Easy Blog backend for now.
·
Wednesday, 21 February 2018 01:56
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem
·
Wednesday, 21 February 2018 02:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post