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] Editing post without log

3 Posts
3 Users
1 Reactions
3,002 Views
Posts: 25
 sam
Topic starter
(@sam)
Eminent Member
Joined: 9 years ago

@Robert is it possible to edit a post without a log showing when it was edited?

 

 

2 Replies
bidawinner
Posts: 15
(@bidawinner)
Eminent Member
Joined: 9 years ago

Sam.. go into PHPAdmin...go to

 

wp_wpforo_posts

 

and change the "modified" time to the same as "created" time

 

 

That will remove the "edited time on your forum

Posts: 990
Moderator
(@martin)
Support Team
Joined: 9 years ago

There is no an action buttons or settings. But you can hide it using a simple CSS code:

#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpf-post-edited{display:none;}

Navigate to Forums > Settings > Styles and put this code in Custom CSS Code textarea then do Ctrl+F5 on frontend.