JamesBrown Well-known member Jun 14, 2019 #1 I'd like to add "ID xxxx" where xxxx is the member's unique ID at the bottom of the post bit. Can someone tell me how to do this, thanks
I'd like to add "ID xxxx" where xxxx is the member's unique ID at the bottom of the post bit. Can someone tell me how to do this, thanks
JamesBrown Well-known member Jun 25, 2019 #3 With thanks to @Russ at Pixel Exit Template: message_macros Around line 80, find: <xf:if is="$extras.custom_fields"> Add right above: <dl class="pairs pairs--justified"> <dt>Member ID</dt> <dd>{$user.user_id|number}</dd> </dl> Upvote 0 Downvote
With thanks to @Russ at Pixel Exit Template: message_macros Around line 80, find: <xf:if is="$extras.custom_fields"> Add right above: <dl class="pairs pairs--justified"> <dt>Member ID</dt> <dd>{$user.user_id|number}</dd> </dl>