Quote:
Originally Posted by beppe
@ 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
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
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