Introduction
By default, BuddyBoss does not provide an option to hide the Joined Date (Last Activity) in the Members Directory. If you prefer a cleaner members list without the date information, you can achieve this using a simple CSS snippet.
Custom Workaround
Follow the steps below to hide the Joined Date in the Members Directory:
- Go to BuddyBoss > Theme Options
- Under Custom Codes, enable CSS
- Append the following:
p.item-meta.last-activity { display: none; }- Save changes.
Troubleshooting and FAQs
Q: Will this remove the date permanently from the database?
A: No. This only hides the Joined Date visually. The data still exists in the database.
Q: Does this affect other parts of the site, like profiles?
A: No. This CSS only targets the Joined Date in the Members Directory. Other areas remain unchanged.
Q: The Joined Date is still visible after applying the code. What should I do?
A: Clear your site cache and browser cache. Make sure the CSS is correctly appended in Theme Options.
Q: Can I hide the Last Activity for logged-out users only?
A: If you need this functionality, you will need a slightly different CSS snippet or a custom function. If the code is not working, submit a ticket to the support team for assistance.
Screenshots:
Without code:
With code: