XenForo
Administrative
- Thread starter
- Admin
- #1
Wondering how to show moderator's username who last edited the post in post_macros template:
Code:
This would display his ID, but not his username:
Code:
Read more about this Feed . . .
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 . . .