Notifications
Clear all

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

5 Posts
2 Users
0 Likes
2,241 Views
Posts: 49
 Joel
Topic starter
(@joel)
Trusted Member
Joined: 8 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: 4309
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 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: 8 years ago

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

1 Reply
 Joel
(@joel)
Joined: 8 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: 4309
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 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;
}