Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Locked thread
Filburt Shellbach
Nov 6, 2007

Apni tackat say tujay aaj mitta juu gaa!
I absolutely forbid my code to be reused in this way! ©

But seriously it helps a lot. If it's going into SALR it would work better with some JavaScript that creates a link to show the image, as originally suggested in QCS.

Adbot
ADBOT LOVES YOU

Filburt Shellbach
Nov 6, 2007

Apni tackat say tujay aaj mitta juu gaa!
If you want to show emoticons then using this ought to fix it:

code:
/* hide images from read posts */
tr.seen1 td.postbody img.img,
tr.seen2 td.postbody img.img {
    display: none;
}
Images linked in a post get the (poorly-named) img class, but emoticons don't.

Filburt Shellbach
Nov 6, 2007

Apni tackat say tujay aaj mitta juu gaa!
Ah, I'll complain at somebody to add the img class to timg.

And: no problem! I'm glad other people find it useful.

edit: Oh wait, those images have the timg tag, so we can already remove them:

code:
/* hide images from read posts */
tr.seen1 td.postbody img.img,
tr.seen2 td.postbody img.img,
tr.seen1 td.postbody img.timg,
tr.seen2 td.postbody img.timg {
    display: none;
}

Filburt Shellbach fucked around with this message at 13:36 on Oct 15, 2008

Filburt Shellbach
Nov 6, 2007

Apni tackat say tujay aaj mitta juu gaa!
It is; I use Opera and it's happening to me too. They are shutting off unnecessary functionality to keep the forums up tonight.

The upgrade is a lie. :shobon:

  • Locked thread