Ques/Help Show moderator's username who last edited the post

I

ivp

Guest
Wondering how to show moderator's username who last edited the post in post_macros template:
Code:

{{ phrase('last_edited_by_moderator:') }} <xf:date time="{$post.last_edit_date}" />

This would display his ID, but not his username:
Code:

{{ phrase('last_edited_by_moderator:') }} {$post.last_edit_user_id} - <xf:date time="{$post.last_edit_date}" />

Continue reading...