Notifications
Clear all

wpForo 1.x.x [Closed] Editing post without log

3 Posts
3 Users
1 Likes
2,533 Views
Posts: 25
 sam
Topic starter
(@sam)
Eminent Member
Joined: 8 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: 7 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: 986
Moderator
(@martin)
Support Team
Joined: 8 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.