ActorMike Well-known member Sep 1, 2021 #1 I'm a little rusty doing updates to XF. Can someone tell me is there a template I can edit to add custom user details like the Vehicle or model year? Example below from another site:
I'm a little rusty doing updates to XF. Can someone tell me is there a template I can edit to add custom user details like the Vehicle or model year? Example below from another site:
P Paul B XenForo moderator Staff member Sep 1, 2021 #2 In Style Properties -> Messages. The custom field must also be set to display there: Upvote 2 Downvote
ActorMike Well-known member Sep 8, 2021 #3 Our take on it with some css tweaks: CSS for those interested: CSS: .message-userExtras { margin-top: 3px; font-size: 12px; font-weight: bold; background-color: #e0cbee; border-radius: 0px 10px 10px 0px; border: 1px solid #ba4ac7; padding: 4px; } Last edited: Sep 8, 2021 Upvote 0 Downvote
Our take on it with some css tweaks: CSS for those interested: CSS: .message-userExtras { margin-top: 3px; font-size: 12px; font-weight: bold; background-color: #e0cbee; border-radius: 0px 10px 10px 0px; border: 1px solid #ba4ac7; padding: 4px; }