spent a lot of time on my LJ::CleanHTML library ..... pretty nice. i'm only using it on the userinfo page currently (where people had started 'hijacking' the whole page layout). i can easily prevent that now with something like:
&LJ::CleanHTML::clean(\$u->{'bio'}, { 'wordlength' => 100, 'addbreaks' => 1, 'attrstrip' => [qw[style]], 'eat' => [qw[head title style layer iframe applet]], 'mode' => 'allow', 'deny' => [qw[]], 'remove' => [qw[marquee bgsound]], });
I didn't really mind for awhile when people were customizing their userinfo pages but it was leading to a bunch of people asking how to do it, and then a bunch of people helping each other out, and people complaining it was too hard (well, duh! it's not even supported), and people making some god-awful userinfo pages that looked poorly for livejournal, since it looked still like our site... kinda.
If you had a wonderful looking userinfo page and it now looks like nothing, sorry.... with S2 you'll be able to customize your S2 page all you want.
Their reply was:
Subject: bgsound goes with... since you're removing BGSOUND from the current user info page, you might want also to remove EMBED (as well as META, which in addition to allowing redirection to another web page, can be used to load in a background sound) You can reply at the webpage, or here...
Subject: Message
(if you'd prefer to not get these updates, go to your user profile page and turn off the relevant options)
|