Why not change the Disallow editing time option in Settings > Forums to zero.
Because that would prevent *everyone* from editing their posts. Which is not an acceptable solution.
Surely there is a way to change the reply author without going into the admin panel?
I’m trying to use the bbp_edit_reply_pre_insert filter, without much luck.
Surely there is a way to change the reply author without going into the admin panel?
The devs made it possible in the 2.6 version of bbPress I think.
https://github.com/ntwb/bbPress/blob/master/src/templates/default/bbpress/form-reply.php#L117
Not sure how to do what you want with a filter.