Update to Series Comments

14 years ago
Posts: 44
I don't think the white text with the light blue background for the ratings for each comment works very well. A darker text color or a darker background would make it easier to read. Thanks for all the hard work. I like the overall update. My two cents.
When you come to a fork in the road, take it. - Yogi Berra

14 years ago
Posts: 159
The new comment system is ugly.
I don't like it at all.

14 years ago
Posts: 159
It seem i just had to reload sorry for that comment is look nice.

14 years ago
Posts: 380
The second column of series info--image, author, genres, etc.--has been bumped down to the bottom of the first column, so that it's all one column. Has anyone else had this problem? (Yes, I did hit refresh. No change.)
Anyhow, keep up the good work!
They say it's the thought that counts, but then they tell you, "The road to hell is paved with good intentions......"
Will no one scanlate Takahashi Miyuki?! T_T

14 years ago
Posts: 418
haha ^^ It only took me three times to get it properly! But hey, looks nice. Just don't like the avatars I~I

14 years ago
Posts: 437
Yes, I'm having the same problem. I tried refreshing, logging out and back in, restarting my browser, clearing my browser cache, and deleting all my cookies, but it still hasn't gone back to the normal two-column display... I'm not sure what's wrong or how to fix it.

14 years ago
Posts: 9
this.
I like the changes. clean look, don't mind the avatars, etc. except for the one column thing. manga cover images are now supersized, probably causing the column bump.

14 years ago
Posts: 989
thx for the effort. i like the change. no problem for me at the moment.
keep up the good work!
its cold down here fam ~

14 years ago
Posts: 4764
I take changes badly, so my opinion doesn't matter here.
But I do have a problem with everything being in a single line (series pic, recs, summary).
I prefer the old way, with the series summary being on the left side and the series pic & genres on the right.
Hrodulf and Bjornolfr, you will not be forgotten.
[img]http://i411.photobucket.com/albums/pp199/SyberAngelGabrielle/couplesig.jpg[/img]
[color=black]And if the world were black and white,
you would be my rainbow in shades of grey.[/color]
If I had a fantasy self, it'd be a tentacle monster.

14 years ago
Posts: 80
What browser and version are you using? I test in 8 different browsers on Mac and Windows and can't reproduce this problem.
14 years ago
Posts: 2
As long as changes go to good directions and don't break my GM scripts I support them 🙂

14 years ago
Posts: 60
It's the same for me as well. Everything is arranged in one long column. I'm using IE 7 btw. I tested this in Firefox and the page loads normally, but I prefer to use IE.
Waaaah, it looks so much better! I was wondering why it looked different and if I was missing something...but this is amazing (:
14 years ago
Posts: 8
It takes too much space without adding any information. And these avatars slow down the page (the browser has to load all these images) for pictures I usually prefer not to see. IMO, displaying the avatars should be optional.
I don't want to be rude, but the new system is written with bad HTML. Using tables for presentation instead of CSS is a bad idea. All web (serious) professionals have been saying this for at least 10 years. The key principle is to avoid mixing presentation with the HTML structure. A few other details are, for instance, using empty anchors instead of ids (obsolete), or putting a "br" when div containers allow more flexibility.
I'd really appreciate a more compact design. As this table structure doesn't allow any powerful change of presentation, I've added a few radical lines to my custom CSS for m-u (most browser allow this). Here's this CSS, in case anyone is interested:
.comment_avatar,
.comment_useful,
.comment_meta,
.comment_author
{ display: none !important; }
.series_comment th { padding: 0ex 1ex !important; }
.comment_body { padding: 0.3ex 1ex 1ex 4ex !important; }
Please enhance the new comment system!

14 years ago
Posts: 80
IE 7 was released on October 18, 2006. You should think about updating.
I've gone out of my way to get at an XP box that has IE 7 installed. I'll update soon with a fix.