Fixed post_macros::post_deleted references user_info instead of user_info_simple

Jaxel

Well-known member
Affected version
2.2
Not sure if this is a bug, or an oversight.

But there seems to be no reason for why post_macros::post_deleted references message_macros::user_info instead of message_macros::user_info_simple. There is a TON of extra data in message_macros::user_info that just gets set to display: hidden. If thats the case, why not just use message_macros::user_info_simple?

Is it because of the online-status info? Just add that to message_macros::user_info_simple then.
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.0 Beta 2).

Change log:
Use simpler version of user_info macro for deleted posts.
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom