[RSS Feed/News] Show moderator's username who last edited the post

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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}" />
Read more about this Feed . . .
 
Status
Not open for further replies.
Back
Top Bottom