Notifications
Clear all

wpForo 1.x.x how to disable time?

7 Posts
2 Users
0 Likes
753 Views
Posts: 74
Topic starter
(@snozy86)
Trusted Member
Joined: 4 years ago

how do you hide time?

6 Replies
Robert
Posts: 9979
Admin
(@robert)
Support Team
Joined: 7 years ago

Hi @snozy86,

Please specify where exactly you want to hide time? What forum layout you use?

Reply
Posts: 74
Topic starter
(@snozy86)
Trusted Member
Joined: 4 years ago

time when user posted.

thanks

Reply
1 Reply
Robert
Admin
(@robert)
Joined: 7 years ago

Support Team
Posts: 9979

@snozy86

What forum layout you use? Please provide a screenshot and URL to that page. Also, please explain to me, what do you mean saying "time"? Do you mean the whole date?

Reply
Posts: 74
Topic starter
(@snozy86)
Trusted Member
Joined: 4 years ago

including  Joined: 3 months ago type

Reply
2 Replies
Robert
Admin
(@robert)
Joined: 7 years ago

Support Team
Posts: 9979

@snozy86

I don't see time in this date. This is a human friendly date.

Reply
(@snozy86)
Joined: 4 years ago

Trusted Member
Posts: 74

I added Custom CSS code. and it works!

 

#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topic-date {
display:none !important;
}

Reply