• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

does anyone else browse the forums with avatars disabled?

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

?

  • Avatars on

  • Avatars off


Results are only viewable after voting.
Sigs are pretty much pointless IMO, at least displaying them anyway. I can view your sig with one click, I don't need to see it all the time. Why do I want to see how many miles you've driven your cars every single time you post? Your sig (for example) takes up more space than your actual post (6 lines vs 5). With a widescreen monitor my vertical space is valuable.

Hmm. True. At least you can click on them if you want to see them, I didn't realize that as I've never disabled them.

But my sig is awesome. :awe:
 
But my sig is awesome. :awe:

Needs more Kyubey.

mahoushoujoyesypuellama.png
 
I use opera's Show No Images setting to turn off all images and quickly turn them back on with one click. All I see is a wall of text in boxes.
 
I have everything on. brblx's avatar still makes me laugh every time I see it. 😀

KT
 
I'm actually kinda surprised so many people have avatars and sigs turned off. Seems like you're just depriving yourself of the forum experience.

Same with blocking people. I don't care how much I disagree with someone, I wouldn't block them. Defeats the whole purpose of a discussion forum if you can just live in your own walled off little world and only talk to people that share the same world view as you.

I only block people that intentionally troll or are outright insane. There is at least one clinically insane person on this forum, and countless trolls I'm sure but I don't go into P&N. The few that escape into OT I have blocked. They offer nothing except empty triple posts that don't contribute to discussions.
 
Same with blocking people. I don't care how much I disagree with someone, I wouldn't block them. Defeats the whole purpose of a discussion forum if you can just live in your own walled off little world and only talk to people that share the same world view as you.

I don't block people because I disagree with them, I block them because it's a waste of my time to read anything they have to say. I never agree with dmcowen, but he's unintentionally entertaining so I don't have him blocked.

SandEagle and spaceman have never posted anything that's worth reading, so I don't let them waste my time. I have 9 people blocked out of thousands, I'm not depriving myself of anything or living in a "walled off little world."
 
Another vote for avatars on, but inline images off. I've been tempted to turn avatars off, but it helps for quick poster recognition when scrolling down quickly (say, when returning to a thread after a while for responses).

We should just go back to purely fusetalk avatars. 😛
 
Avatars off, once they went custom. I don't even know what mine is.

Signatures off, too. It always pisses me off when some people break into a conversation about how awesome someone sig is, but never quote it. So I have to look at their profile, which always opens in the same window, instead of a new tab.. Gah! Life is so hard! 😉
 
Last edited:
No signatures (most are just reused famous quotes, "rigs" or other people's posts that they though were funny. Not interested.)
No avatars. (I can read the name if I need to know who wrote a post.)
Wish I could block ponies.
 
Avatars on, but anyone whose avatar I don't like, or who doesn't have an avatar, gets reiconized. :sneaky:

I just tried turning the forum's avatars off, and I can barely tell the difference! 😛
 
Whilst browsing at work (on break/lunch, dammit), I turn off inline pictures and avatars.


Avatars on, but anyone whose avatar I don't like, or who doesn't have an avatar, gets reiconized. :sneaky:

I just tried turning the forum's avatars off, and I can barely tell the difference! 😛
I don't suppose there's a script like this that can disable both avatars and embedded pics?
 
I don't suppose there's a script like this that can disable both avatars and embedded pics?
Well, not in the same script, but...

If you edit The Reiconizer source, there's an example line of code:
Code:
iconPathSub['http://forums.anandtech.com/customavatars/'] = 'auto';
Enable that, and all custom avatars will disappear (to be replaced with the default Wikipedia pictures). The one above that kills all the DragonsFury avatars too, if you want that. I didn't include one to kill the old forum avatars, but I'm sure you could figure it out from the examples if you really wanted to.

As for disabling inline images...
Code:
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://forums.anandtech.com/showthread.php") {
#posts td.alt1 div img { display:none !important }
}

@-moz-document url-prefix("http://forums.anandtech.com/newreply.php") {
#collapseobj_threadreview td.alt1 img { display:none !important }
}
I think that Stylish style oughtta do it.
 
Last edited:
Back
Top