This addon allows users to customize the appearance of the username, custom title, profile, and postbit, by adding 4 new pages to the Account Details section. It also expands upon Account Details by adding a new drop-down field that allows users to add a frame to their avatar.
As of v1.5.0, the...
Whenever I install a theme in XenForo, it just breaks. I uploaded all the files, and the XML, but it never looks right. Picture is below, I am a XenForo noob, i came from MyBB.
This is a simple thing that I didn't see anyone else post here, so I figured I'd add this in for those who may look for it.
This just goes in AdminCP -> Users -> Usergroups -> *desired group* -> Username CSS
color: #1abc9c;
text-shadow: 0px 0px 7px #1abc9c;
Simple css (extra.less) modifications to highlight/separate sticky threads
Separate sticky and normal threads
Insert code in template: extra.less
/* Border between sticky/normal threads */
.structItemContainer-group--sticky {
border-bottom: 6px solid;
color...