XF 2.2 Show user car model year in profile posts view

ActorMike

Well-known member
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:

user-details.webp
 
Our take on it with some css tweaks:

tbf.webp
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:
Top Bottom