Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Avatar size in 2.0.1.8
How would one go about upping the avatar size in 2.0.1.8? A lot of old forum post seem to mention editing the css which, correct me if I'm wrong, won't actually resize the file but simply stretch it to your desired size.
0
Comments
$Configuration['Garden']['Thumbnail']['Size'] = 100;
Then added this to my themes css:
ul.MessageList div.Meta span.Author img
{
height: 100px;
width: 100px;
}
Looks like it will take some more tweaking to make it look right but this should be enough to get most users on their way.