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 any way to hide the dates of posts and the 5 days ago, 1 year ago....etc.
I've got a forum that was super active and then we stopped selling the product for a year. Now we opened it up again and people can see "Oh hey this hasn't been active for a year".
Thanks,
Joel
Hi @joel,
I suggest you disabling (using CSS code) the date until the forum will get active again. See screenshot.
I can provide you this CSS code if it necessary.
Yes that would be awesome of I could get the .css.
Hi Joel,
You need to put the following CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code admin page.
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top span{
display:none !important;
}