View Single Post
Old 08-06-2010, 04:37 AM   #56
Sweetpea
Grand Sorcerer
Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.
 
Sweetpea's Avatar
 
Posts: 9,707
Karma: 32763414
Join Date: Dec 2008
Location: Krewerd
Device: Pocketbook Inkpad 4 Color; Samsung Galaxy Tab S6
Quote:
Originally Posted by beppe View Post
@ thinkpadx. Hei, I just found a wonderful feature of the User CP.
Go down to Edit Options. click it. descend the long window on the right to Thread Display Options. See Visible Post Elements. it says

You have the option to show or hide various elements of messages, which may be of use to users on slow internet connections, or who want to remove extraneous clutter from posts.
Show Signatures
Show Avatars
Show Images (including attached images and images in [IMG] code)

So it is really in your hand to have other members posts suited to your actual preferences.

I am very happy because this thread gave me the impression that was behaviours like mine to annoy fellow members, while it is really in the power of the viewer to choose what he wants.

No need to forbid anything. The good surveillance of the moderators should be enough to keep things in good order.
You won't see any more images. Anywhere. Not a desired thing for me.

Quote:
Originally Posted by thinkpadx View Post
Wont you exclude every image with this option. Even the once that's included in a post.
My wish is to only exclude pictures in signature posts.
that's what I wanted too.

Quote:
Originally Posted by astra View Post
Adblock Plus rocks.
Wouldn't you have to block individual images?

And that's where Stylish does come in handy.

Code:
  .vb_postbit + div img
  {
    display: none;
  }
  .vb_postbit + div fieldset img
  {
    display: block;
  }
did the trick to me.

(the second I had to add because the first also blocks images in attachments
Sweetpea is offline   Reply With Quote