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.
Hi admin,
Please I want to hide/remove the "Joined: 6months ago" detail usually displayed under user name
I want that detail available only on the profile page of the users
How do I get it done?
Hi @synergy,
Please put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches, navigate to forum front-end and press Ctrl+F5 to reset browser caches. If you check it on mobile devices always use a new private session tab in mobile browser to see the caches. In regular browser tab you'll not be able to see that because of a hard cache. Â
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-bottom .wpf-author-joined {
   display:none;
}
Thanks admin, it worked well.
Two more thing please.
- I don't have the advanced attachment addon yet, where do I set the types of attachment allowed on my wpforo powered forum. I only need to allow jpeg,jpg,png
- Is Instagram sharing available yet? If yes, any post on how to do it yet?