Against a majority vote, MacRumors Forums has switched to using circular avatars.
See this thread, where you can view comparisons of both and cast your vote: Circles vs Squares: The Most Pressing Migration Concern
However, there is a simple fix to browse the forums with normal square avatars.
1. Copy and save the following code using a plain text editor into a file with a .css file extension:
2. Add it to your user stylesheet.
Safari: Preferences > Advanced > Style sheet. Click on the dropdown menu, select Other, and open your .css file. You may need to restart Safari.
Firefox: Here's how.
Square Avatar FAQ
The circles look ok, why should I switch back to square avatars?
Here are some of the advantages regular square avatars have over circular ones:
Unfortunately, no. Most mobile devices don't offer the ability to assign a user stylesheet.
Will this fix affect avatars on sites outside of MacRumors?
When added to a user stylesheet, it might affect a few other sites besides MacRumors, particularly other Xenforo-based forums. However, this has the added benefit of consistent square avatars on those sites as well.
Will this fix affect how other people see my avatar?
No. You should still make sure it looks ok when circular.
See this thread, where you can view comparisons of both and cast your vote: Circles vs Squares: The Most Pressing Migration Concern
However, there is a simple fix to browse the forums with normal square avatars.
1. Copy and save the following code using a plain text editor into a file with a .css file extension:
Code:
.avatar img, .avatar .img, .avatarCropper{
border-radius: 2px !important;
}
2. Add it to your user stylesheet.
Safari: Preferences > Advanced > Style sheet. Click on the dropdown menu, select Other, and open your .css file. You may need to restart Safari.
Firefox: Here's how.
Square Avatar FAQ
The circles look ok, why should I switch back to square avatars?
Here are some of the advantages regular square avatars have over circular ones:
- More usable/viewable space for avatars.
- Less empty space around the avatar.
- Better compatibility with many avatars.
- Matches the rest of the forum a bit better.
Unfortunately, no. Most mobile devices don't offer the ability to assign a user stylesheet.
Will this fix affect avatars on sites outside of MacRumors?
When added to a user stylesheet, it might affect a few other sites besides MacRumors, particularly other Xenforo-based forums. However, this has the added benefit of consistent square avatars on those sites as well.
Will this fix affect how other people see my avatar?
No. You should still make sure it looks ok when circular.
Last edited: