Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Is there a way to disable/hide the activity section in user profiles? I basically only use WPForo for its member functionality so it's displaying old forum posts that are not really relevant anymore. I tried lookin for an option to disable it, but can't find any.
Please try the followibng CSS code:
#wpforo #wpforo-wrap .wpforo-profile-wrap .wpf-profile-menu:nth-child(3) {
display: none !important;
}
The CSS code should be added in the Dashboard > Forums > Settings > Styles admin page "Custom CSS Code" textarea.
Don't forget to delete all caches and press CTRL+F5(twice) on the frontend.
That worked great, thank you!