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] hide when I edit a post

6 Posts
4 Users
1 Reactions
3,665 Views
Posts: 120
Topic starter
(@franricht)
Estimable Member
Joined: 7 years ago

How can I hide when I edit a post?

"This item was modified by "

 

Thanks!

5 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi @franricht,

Just navigate to Dashboard > Forums > Settings > Topics & Posts admin page, disable the following options:

  • Display Post Editing Information
  • Display Topic Editing Information
Posts: 120
Topic starter
(@franricht)
Estimable Member
Joined: 7 years ago

Wow thank you! I do not understand how I did not see it before ..

Posts: 92
(@jasontoth)
Estimable Member
Joined: 4 years ago

I have a question regarding this. I just migrated from PhpBB to wpForo. I am having to clean up a bunch of random conversion eorros. Each page I edit says "edited by Jason...". 

I don't want to turn the feature off for future usage as regular users need to know when a post is edited.

As the admin group is there any way to hid just my admin edits? Thanks, Jason

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

Support Team
Posts: 10616

@jasontoth,

I'm sorry, but there is no way to filter editing logs. You can remove your editing info in the database. Install phpMyAdmin plugin or use your hosting cPanel > phpMyadmin database tool, open the database, browse the wp_wpforo_activity table, go to last page and find your editing logs, then delete them.

Posts: 92
(@jasontoth)
Estimable Member
Joined: 4 years ago

Thank you. That worked and I can use this when I clean up the import without it looking like I am editing all of the posts everywhere. Thanks.