Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

willmtaylor

macrumors G4
Original poster
Oct 31, 2009
10,314
8,198
Here(-ish)
Is there any way to block 1 person's avatar? There's a new user with an avatar of himself shirtless that I'm tired of seeing. Short of blocking everyone's avatars, is there anything I can do?

Thanks
 
  • Like
Reactions: grahamperrin
Is there any way to block 1 person's avatar? There's a new user with an avatar of himself shirtless that I'm tired of seeing. Short of blocking everyone's avatars, is there anything I can do?

Thanks

Hahahaha, there's no way to block a specific avatar. However if you block the user, Jimmy Muscles won't be popping up in your feed anymore. Click their username then click 'Ignore'. :)

EDIT: Pipped to the post! Olly 'muscled' his way to the comment before me.
 
Is there any way to block 1 person's avatar? There's a new user with an avatar of himself shirtless that I'm tired of seeing. Short of blocking everyone's avatars, is there anything I can do?

Thanks
I wish the ability not to display avatars in general was available, like it was in the previous version of the forums.
 
You can use white out on your monitor, but it is a little tricky getting the posts to always line up right :D

FWIW I made sure Uga had on his jersey in my avatar so he wouldn't be shirtless
 
  • Like
Reactions: willmtaylor
Yup. It's not something that's part of the current forum software, and it was mentioned at one point (if I recall correctly) that it wasn't really something that was being looked into. Perhaps that will change at some point and that option will be brought back (in the sense of becoming available in the current/new forums software).
 
  • Like
Reactions: grahamperrin
You can always do it through a user stylesheet, although it's a bit tricky to set up :)

These examples are for Firefox, as I'm at work and don't have Safari on hand.

To hide avatars for all members:
Code:
@-moz-document domain(forums.macrumors.com) {
  .avatar img {
    display: none !important;
  }
}

For one member:
Code:
@-moz-document domain(forums.macrumors.com) {
  .AvMEMBERIDm img {
    display: none !important;
  }
}

You'll need to substitute the member ID where specified, eg. to block my avatar you'd need to use .Av13233m (you can get this number from the status bar when hovering over the avatar).
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.