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 [Solved] Remove replies time from the widget

6 Posts
2 Users
0 Reactions
1,038 Views
Posts: 533
Topic starter
(@central4allgmail-com)
Prominent Member
Joined: 7 years ago

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

https://prnt.sc/nryqsa

5 Replies
Sofy
Posts: 5486
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 533
Topic starter
(@central4allgmail-com)
Prominent Member
Joined: 7 years ago

thank you

Posts: 533
Topic starter
(@central4allgmail-com)
Prominent Member
Joined: 7 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: 533
Topic starter
(@central4allgmail-com)
Prominent Member
Joined: 7 years ago

It was a caching issue, it's fixed now

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

Support Team
Posts: 5486

ok CENTRAL4ALL,

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