Comments

aspilicious’s picture

StatusFileSize
new216.53 KB

I think we have to rethink comment structure for forums, current situation:

aspilicious’s picture

StatusFileSize
new177.97 KB

And we need to remove border of forum icons

EvanDonovan’s picture

Agreed in re: #1. The pull quote style looks good for a few comments on a node, but when there's a whole series of comments, I think rounded boxes, in a style somewhat similar to the Drupal.org issue queue, would be better.

The issue mentioned in #2 should be fixed by #750792: #block-system-main img is too generic (once that issue has a patch).

I'll try to test myself later today.

jensimmons’s picture

Bump. Lets fix up forums theming.

EvanDonovan’s picture

The patch in #750792: #block-system-main img is too generic got rid of the weird borders. The forum icons still need some margin or padding to the right of them, though, I think. See http://skitch.com/evandonovan/dybrk/forums-main-page.

The text that says what forum a post is in looks really bland, and kind of out of place in my opinion: http://skitch.com/evandonovan/dybrh/forums-text-bland. Not sure what to do about that.

Also, the "speech bubble" style of comments looks a bit strange, in my opinion, on a forum post, and, finally, the headings seem rather large and "interruptive": http://skitch.com/evandonovan/dybfd/forum-headings-comments.

sarah_p’s picture

I don't know if this is intentional or not, but the # sign is on every post with no number listed. I don't know if this is a core thing or theme related. http://img.skitch.com/20100422-rkusfpm3j6kq9mhdmhsi4wbukg.png

bleen’s picture

Status: Active » Needs work

@sarah_p .... that "#" is the comment permalink. I'm not sure what how that is supposed to read, but what you've pointed out is definitly wrong. For reference, we are printing that permalink near the top of comment.tpl.php. For comparison, Garland simply ignores this variable.

We need to either
a) kill that permalink (aka dont print it at all)
b) get a fix into core and then figure out how we want this to look and then implement it

jensimmons’s picture

How does this look in Stark? That will tell us what Drupal core is doing.

bleen’s picture

StatusFileSize
new24.22 KB

Stark includes the permalink and it looks just as weird ...

jensimmons’s picture

Title: Will you test Forums for us? » Improve forum styling
Project: Bartik » Drupal core
Version: 7.x-1.x-dev » 7.x-dev
Component: User interface » Bartik theme
Priority: Normal » Minor
bleen’s picture

The "permalink" issue here is a duplicate of #819214: The "#" marking comment permalinks is just weird and untranslatable

Other than that the only things left to discuss here are the comments in #5, are they actionable?

rjgoldsborough’s picture

Status: Needs work » Needs review
StatusFileSize
new54.43 KB
new38.31 KB
new38.35 KB
new58.12 KB
new1.85 KB

This patch provides a new comment structure. Let me know what you think.

It also fixes a bug I found where the save and preview buttons were lacking margin (see screenshots)

It also gives some padding to the forum icons.

rjgoldsborough’s picture

StatusFileSize
new2.62 KB

Ignore #12

Status: Needs review » Needs work

The last submitted patch, bartik-forums-styling.patch, failed testing.

Jeff Burnz’s picture

Title: Improve forum styling » Fix comment buttons and forum icon positioning
Category: task » bug
Priority: Minor » Normal

One of the screenshots in #12 shows the buttons butting up against each other - thats a bug (what browser is that?).

The forum icon positioning is off also - so thats a bug as well.

The original post is about improving forum styles, however it was posted before the commit to core - IMO its too late for a major design change as we already have a lot of unresolved bugs in Bartik.

rjgoldsborough’s picture

@Jeff Burnz - I'm not sure what browser that was in, but it appears to be gone now. Both of the bugs seem to be fixed actually but I can test and confirm tomorrow

eugene.samoylenko’s picture

See the attached screenshots please:
1. add-new-forum-topic.png - as for me, there's no need to make such a large left margin for the "Add topic" button. It looks a little misplaced.
2. published-by-forums.png - highlighted part looks messy. Topic info block should be separated from the first message body. The distance between "Forums:" and "General discussion" is inexplicably large. Also is there a reason why the first letter in "Forums" is capitalized while in "published by" it's not?
3. Just a general suggestion. Why not implement all the "action" links as the buttons with the appropriate styles? As for me "reply", "edit" and "delete" should look like "Save" and "Preview" (maybe just a little smaller). The purpose is to show that it's not just a link to some other page and user is about to do some action by clicking it.

eugene.samoylenko’s picture

StatusFileSize
new14.71 KB
new10.65 KB

I'm sorry, something went wrong and screenshots were not attached to the previous posting. Here they are.

Jeff Burnz’s picture

The terms bit is covered in another patch, its a bug because the terms container is being floated by default which is a mistake and been like this for ages in Bartik...

rjgoldsborough’s picture

Status: Needs work » Needs review
StatusFileSize
new110.83 KB
new111.54 KB
new405 bytes

After looking at this closer, it looks like the terms container just isn't getting cleared correctly with the elements inside both being floated. I'm not sure if this is a bug elsewhere with tax terms, but this patch fixes it for the forums.

amateescu’s picture

StatusFileSize
new420 bytes

@Jeff: The issue you are reffering to in #19 is #819996: Fix taxonomy term displays?

If that doesn't get in, here is a reroll of #20 as a proper patch.

Jeff Burnz’s picture

Status: Needs review » Active

Yes, I'm referring to #819996: Fix taxonomy term displays, the most recent patch fixes this issue automagically, so we can consider #20 & #21 as duplicates. Sorry I did not mention this earlier, I was rather in a rush. Also I've totally lost track of what this issue is actually about. Can we just close it?

Jeff Burnz’s picture

Status: Active » Closed (fixed)

OK, looks like we're done here, everything looks to be either fixed in another issue or a dup.