Notifications
Clear all

wpForo 1.x.x [Solved] Remove replies time from the widget

6 Posts
2 Users
0 Likes
839 Views
Posts: 530
Topic starter
(@central4allgmail-com)
Prominent Member
Joined: 6 years ago

How can i remove the last replies time from the widget?

https://prnt.sc/nryqsa

5 Replies
Sofy
Posts: 4308
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @central4allgmail-com,

You can use the following CSS code to hide the time section from the "Recent Topics" widget.

p.postuser > span {
display: none !important;
}

In the case of the "Recent Posts widget", there is no simple solution I can post here. You should either hide the div with ".postuser" class (it'll hide the reply author as well) or you'll need to modify the  wpForo_Widget_recent_replies class, it can be found in the wp-content/plugins/wpforo/wpf-includes/functions-template.php file. 

Posts: 530
Topic starter
(@central4allgmail-com)
Prominent Member
Joined: 6 years ago

thank you

Posts: 530
Topic starter
(@central4allgmail-com)
Prominent Member
Joined: 6 years ago

that css isn't working time in recent topics widgets is still showing. Editing the wp-content/plugins/wpforo/wpf-includes/functions-template.php file the time was removed from the topics widget. Which file needs to be changed to remove it from the posts widget?

Or maybe some different css?

Posts: 530
Topic starter
(@central4allgmail-com)
Prominent Member
Joined: 6 years ago

It was a caching issue, it's fixed now

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4308

ok CENTRAL4ALL,

Thank you for letting us know. Glad to hear that the issue is solved. I mark the topic solved and close it.