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?
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.
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?
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.