Theme house has a great add on that would suit here:
It lets you connect Steam, Discord, etc. And it's free.
Another small suggestion is the userbanner class.
I would try this out:
In extra.less
Don't forget to set your usergroup css class: adminbannera
I think this will give a sleeker userbanner than the one you're using.
Connected Account Providers XenForo 2 Add-on — ThemeHouse
Provide more ways for users to register and log in with Connected Account Providers.
www.themehouse.com
It lets you connect Steam, Discord, etc. And it's free.
Another small suggestion is the userbanner class.
I would try this out:
In extra.less
.adminbannera {
font-size: 75%;
font-weight: 400;
font-style: normal;
padding: 1px 6px;
border-radius: 2px;
text-align: center;
display: inline-block;
color: #fff;
border: 1px solid #b80500;
background: linear-gradient(to right, #E10600, #b80500);
position: relative
}
Don't forget to set your usergroup css class: adminbannera
I think this will give a sleeker userbanner than the one you're using.
Last edited: