MyBB Community Forums

Full Version: Accountlist Edit?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Alright folks, I'm trying to figure out how to edit the way my /accountlist.php page displays

right now what i have is <a href="https://i.postimg.cc/HLhH8ynd/image.png">this</a>. I cannot find where to edit the avatar out of the list. it's unnecessarily large. I've looked in the accountlist templates - is this in the FTP somewhere?
Avatar properties are defined in your theme's accountswitcher.css.
By default for the master avatar it's:
.acclist_card_mast > img {
    height: 44px;
    width: auto;
}

and for the attached avatars:
.acclist_card_att > img {
    height: 100px;
    width: auto;
}
Perhaps a stupid question, but my themes don't display an accountswitcher.css, unless you mean it's defined in the FTP and not the admin config > themes area?
Try to deactivate the accountswitcher plugin and activate it again. It should add the stylesheet if it is missing in a theme.
Ahh that did the trick! Thank you so much (: