md_5 Please can you change the code for the 'Online status' on our messages. This will cater for users with longer usernames such as myself. At the minute, my posts have my username displayed as, XD 3VIL M0NKEY Adding this to EXTRA.css: Code (Text): /* online */ .UserOnline,.UserOnlineInvisible { font-weight: bold; font-size: 10px; color: @contentBackground; background: #2EAB39 url('@imagePath/xenforo/gradients/category-23px-light.png') repeat-x top; padding: 1px 4px; margin: -8px -5px 5px 5px; border: 1px solid #37803D; border-radius: 3px; border-top-right-radius: 0px; display: block; float: right; position: relative; box-shadow: 1px 1px 3px rgba(0,0,0, 0.25); margin-left: -{xen:calc '@content.padding-right + 5'}px; } .UserOffline { font-weight: bold; font-size: 10px; color: @contentBackground; background: #D63636 url('@imagePath/xenforo/gradients/category-23px-light.png') repeat-x top; padding: 1px 4px; margin: -8px -5px 5px 5px; border: 1px solid #993131; border-radius: 3px; border-top-right-radius: 0px; display: block; float: right; position: relative; box-shadow: 1px 1px 3px rgba(0,0,0, 0.25); margin-left: -{xen:calc '@content.padding-right + 5'}px; } .UserOnline span,.UserOnlineInvisible span { background-color: #2EAB39; border-top-right-radius: 3px; position: absolute; top: -4px; right: -1px; width: 5px; height: 4px; } .UserOffline span { background-color: #D63636; border-top-right-radius: 3px; position: absolute; top: -4px; right: -1px; width: 5px; height: 4px; } Will make it XD 3VIL M0NKEY Also, In /admin.php?options/list/messageOptions You will see the option 'Remove "@"' Please disable this. It makes it show @XD 3VIL M0NKEY when you tag someone instead of XD 3VIL M0NKEY Please ?
The remove @ option was never ticked xXxKillDogxXx Also the extra.css doesnt seem to be doing anything