Notifications
Clear all

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.

 

wpForo 1.x.x [Closed] Anyway to hide dates and posted "Ago"?

5 Posts
2 Users
0 Reactions
2,753 Views
Posts: 49
 Joel
Topic starter
(@joel)
Trusted Member
Joined: 9 years ago

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

4 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

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. 

Posts: 49
 Joel
Topic starter
(@joel)
Trusted Member
Joined: 9 years ago

Yes that would be awesome of I could get the .css.

1 Reply
 Joel
(@joel)
Joined: 9 years ago

Trusted Member
Posts: 49

And would it be a separate .css to hide dates as you look at the forum index as well?

Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

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;
}