Introduction
The forum discussion revision log may still appear on the front end even when revisions are disabled in BuddyBoss settings. This guide explains how to remove the forum discussion revision log, ensuring a cleaner forum experience without edit history being displayed to users.
Custom Workaround
Before proceeding, make sure you have a complete site backup.
- Go to BuddyBoss > Theme Options in your WordPress admin dashboard.
- Open the Custom Codes section.
- Enable CSS.
- Add the following CSS code:
.bbp-reply-revision-log {
display: none;
}- Click Save Changes.
Troubleshooting and FAQs
Q: The revision log is still visible after adding the CSS.
A: Clear your site cache and browser cache, then reload the forum discussion.
Q: Does this disable revisions completely?
A: No. This only hides the revision log from the front end and does not change revision settings.
Q: Can I show the revision log again later?
A: Yes. Remove the CSS code and save your changes.