Anyways. Like the way
1. Set your layout to Minimalism "Georgia", with the sidebar on the left. (This code gets rid of the sidebar-- but it has to be on the left in the settings for it to work. CSS voodoo~)
2. Set "Disable custom comment pages" to NO. (LJ reset everyone's journal to the new comment page a couple hours ago, in what I assume was a childish fit of pique that we didn't like their present, so doublecheck your settings!)
3. In the custom CSS area, make sure "Use layout stylesheets" and "Use layout theme stylesheets" are both set to YES.
4. Copy and paste the mess in the box below into the custom CSS box:
If you just want to read and marvel at the kludginess of the code, I've slapped it up on pastebin here.
This is as close to cloning the old LJ comments page as I can humanly make it. The basics were cobbled together from
Things that this layout fixes that the other various old-comment-page clones floating around don't all do:
- I evened out the left and right margins, they're now both at a fixed 50px.
- Aligned the poster's icon/username to the right side of the entry... it was bugging me that longer usernames were running into the margin. (You can set this layout to display icons or not, though.)
- Subject lines in comments are fixed to the top of the blue comment header box, instead of floating around in the middle. Takes up less space, especially for anon comments.
- Comment page numbers are back in a blue box under the entry.
Known issues:
- There are no timestamps on comments in collapsed threads. This also seems to be layout-dependent and not something I can get back with just CSS.
- There's no "expand from top" function. I don't even know what witchcraft makes that work on the new comment pages.
- This breaks the sidebar completely. My one and only goal with this layout was to have the comments look as much like the old default as possible for memeing purposes; therefore everything else is pretty stark at best. So if you're looking at this layout thinking "well I like the look of the comments but I want the sidebar with a page summary and some tags and shit, I'll just delete that line that says sidebar {display:none}"... it won't work because the margins are fixed, sorry! Someone on
Comments, questions, and further bug reports are all welcome! Right now I'm messing around with Expressive because it displays timestamps on collapsed comments, and lets long threads break the box with a scrollbar for the whole window. If I can get that one up and running, I'll probably throw it up here too as an alternative :)
ETA Dec 22 21:48PST:
.comment-wrap { margin-bottom:.5em; min-width:35%; }
.layout-inner{overflow:visible;}
.entry-comments-text {overflow:visible;} is the relevant code. I've added it to the text box, and the pastebin link has been updated to ffa1.1!
(Anonymous)
2011-12-23 02:29 am (UTC)
I am officially switching to DreamWidth. Since I'm acting in the fanfic community here I'll continue to post there, but I'll only be posting the links to my stuff on DreamWidth.
LJ, congrats, you have now become the prime example of "how not to run a blogging website."
(Anonymous)
2011-12-23 03:46 am (UTC)
2011-12-23 02:49 am (UTC)
This is AWESOME>
2011-12-23 06:02 am (UTC)
Heh. After a while, it was almost kind of fun... in its own impossible, frustrating, horrible way :D I think Tumblr is easier to customize. D:
2011-12-23 04:27 am (UTC)
2011-12-23 06:03 am (UTC)
(Anonymous)
2011-12-23 04:46 am (UTC)
2011-12-23 06:09 am (UTC)
(Anonymous)
2011-12-23 04:47 am (UTC)
2011-12-23 06:12 am (UTC)
(Anonymous)
2011-12-23 05:09 am (UTC)
2011-12-23 11:00 am (UTC)
(Anonymous)
2011-12-23 11:15 am (UTC)
2011-12-23 02:41 pm (UTC)
Um, would there happen to be a way to keep the custom comment page like this, but retain our original layout?
2011-12-23 09:15 pm (UTC)
2011-12-23 04:05 pm (UTC)
Good job though. Going to pass this on to a couple of anon comms I know.
Edited at 2011-12-23 04:06 pm (UTC)
2011-12-23 09:12 pm (UTC)
(Anonymous)
2011-12-23 05:11 pm (UTC)
2011-12-23 09:16 pm (UTC)
Now I've just gotta figure out how to disable the thing where if you click on a post it is shown in the default, white setting. *scratches head*
Anyway, great work!
2011-12-24 07:26 am (UTC)
(Anonymous)
2011-12-24 03:36 am (UTC)
(Anonymous)
2011-12-24 07:17 am (UTC)
We've been using it while running an event, but we've run into a little problem with it where after 500 comments, the screen won't scroll down any further. As in, you can continue to play off notifs and it goes through and all that, but the page 'ends' way before the end of the page when you try to look at it. Any idea what's going on there or how to fix it?
Thanks!
2011-12-24 07:25 am (UTC)
Non-Anon FYI
2011-12-24 03:45 pm (UTC)
Unless you want to be anon, but I suspect some of these conversations are easier logged in.
Re: Non-Anon FYI
2011-12-24 05:15 pm (UTC)
Edited at 2011-12-24 05:15 pm (UTC)
(Anonymous)
2011-12-24 07:35 pm (UTC)
(Anonymous)
2011-12-24 08:36 pm (UTC)
.content .entry .entry-text { color:#000; font-family:Verdana; }
.sidebar, .sidebar-inner { width:275px !important; }
.sidebar-tags { width:240px !important; }
small {font-size:80%;}
big {font-size:120%;}
.username, .entry-title { font-family:Arial; }
.header, .hr { width:97% !important; }
.content-inner, .entry-wrap { margin-left:145px !important; overflow:visible; width:85%; }
.content .entry { width:100% !important; overflow:visible; }
.username { max-width:120px; }
h3 { margin-top:0px !important; }
.entrymenu a { padding-top:20px !important; }
.comment-wrap { margin-bottom:.5em; min-width:35%; }
.layout-inner{overflow:visible;}
.entry-comments-text {overflow:visible;}
A:link,
A:visited { border-bottom:1px solid #999; text-decoration:none; color:#003261; }
.entry-comments-text>table { background: none repeat scroll 0 0 #BDF; border: 5px solid #BDF; margin: 0 auto; width: 450px !important; }
... which seems to work ok in my private journal anyway.
2011-12-24 08:11 pm (UTC)
LJ loses about 90% of its functionality for me with the loss of the email notifications, since I now no longer know when someone's responded to a comment I've posted on someone else's journal.
But while part of my FL has migrated to DW, not all of it has, and I really don't want to lose those folks who haven't.
Please help? And if you can and do, please reply by private message so that I actually receive the information? Thank you.
(Anonymous)
2011-12-24 10:43 pm (UTC)
(Anonymous)
2011-12-25 12:07 am (UTC)
Thanks so much for all your hard work :)
(Anonymous)
2011-12-25 12:15 am (UTC)
2011-12-25 04:42 am (UTC)
(Anonymous)
2011-12-25 06:31 am (UTC)
FUCK YOU IGRICK.
(Anonymous)
2011-12-25 12:01 pm (UTC)
....I gotta admit I do like the automatic captcha popping up when I choose "Anonymous." But that's really about the one new feature that doesn't suck.
paid only?
(Anonymous)
2011-12-25 01:16 pm (UTC)
Re: paid only?
(Anonymous)
2011-12-25 03:45 pm (UTC)
(Anonymous)
2011-12-26 01:46 am (UTC)
CSS credits
2011-12-26 10:41 am (UTC)
Re: CSS credits
2011-12-26 08:08 pm (UTC)
2011-12-27 02:51 am (UTC)