National Flags - Display user nationality in Discourse

We ended up doing this on my site my forking the plugin: https://github.com/bdeterling/discourse-nationalflags

We just used the user-inputted location.

Here’s a screenshot:

image

Here’s the CSS we used to make it look decent:

.nationalflag-post {
width: 16px;
}

.nationalflag-location {
margin-top: -3px;
font-style: italic;
color: #6f6f6f;
font-size: 11px !important;
}

.username + .nationalflag-location, .username + .nationalflag-post {
display:block;
margin-left:0;
}

See it in action on our hearing forum here Oticon Opn1 minirite 85s appropriate for my loss? - Hearing Aids - Hearing Aid Forum - Active Hearing Loss Community

5 Likes