S svaughn114 Active member Apr 13, 2019 #1 Is it possible to change from "Last edited by a moderator" to "Last edited by (user who edited the thread)"?
Is it possible to change from "Last edited by a moderator" to "Last edited by (user who edited the thread)"?
greenvoice Member Apr 18, 2020 #2 Any update on this? I see a snippet in the template: Code: <xf:if is="$post.user_id == $post.last_edit_user_id"> {{ phrase('last_edited:') }} <xf:date time="{$post.last_edit_date}" /> <xf:else /> {{ phrase('last_edited_by_moderator:') }} <xf:date time="{$post.last_edit_date}" /> </xf:if> But wonder how to fetch LastEditUser w/o performance issues. Upvote 0 Downvote
Any update on this? I see a snippet in the template: Code: <xf:if is="$post.user_id == $post.last_edit_user_id"> {{ phrase('last_edited:') }} <xf:date time="{$post.last_edit_date}" /> <xf:else /> {{ phrase('last_edited_by_moderator:') }} <xf:date time="{$post.last_edit_date}" /> </xf:if> But wonder how to fetch LastEditUser w/o performance issues.
greenvoice Member Apr 18, 2020 #3 Never mind, created a simple addon that does the job! Upvote 0 Downvote
S svaughn114 Active member May 24, 2020 #4 greenvoice said: Never mind, created a simple addon that does the job! Click to expand... Is your addon posted? Link, please? Upvote 0 Downvote
greenvoice said: Never mind, created a simple addon that does the job! Click to expand... Is your addon posted? Link, please?
greenvoice Member May 24, 2020 #5 svaughn114 said: Is your addon posted? Link, please? Click to expand... Unfortunately, currently is not posted. I can PM you addon or you can wait couple of days so I perform code cleanups as I was writing it as some PoC Upvote 0 Downvote
svaughn114 said: Is your addon posted? Link, please? Click to expand... Unfortunately, currently is not posted. I can PM you addon or you can wait couple of days so I perform code cleanups as I was writing it as some PoC
DigNap15 Well-known member Jan 15, 2022 #6 Did anything happen here? How can I allow my members to edit their own comments and add a reason. I am sure many other forums have this feature Surley it should be available in the core of XF Upvote 0 Downvote
Did anything happen here? How can I allow my members to edit their own comments and add a reason. I am sure many other forums have this feature Surley it should be available in the core of XF