Mar 14, 2020 2:11 pm
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?
3 Replies
Mar 14, 2020 4:07 pm
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;
}
Mar 16, 2020 2:31 am
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?