Hi, I'm testing out the module and so far, so good! However, I do see that I have a formatting issue when the comment add form is placed at the bottom of the page of forum nodes.
When viewing a forum post, at the bottom, just before the new comment form, the text "Post new comment" should be displayed. However, only "comment" appears on this line. Depending on the number of comments, the "post new" text is squished to the right of the nodes/comments.
I thought it might be a theme issue (using a custom theme) but this only happens in the forums. It must be a div tag or something, but I'm not sure. Anyway, I thought I'd post a message about it while I hunt down the solution.
Also:
The background image "paper.gif" doesn't show up in the 'posted on' area...if you right click over that section, you can view the image/download it, but it actually isn't visible. Not related to this issue, but thought I'd add it here anyway. :)
Brad
Comments
Comment #1
michelleThere's some other people helping out with theming because I really suck at CSS. Hopefully this will get sorted.
And, yeah, I have no clue why that little paper thing doesn't show up. It's never worked.
Thanks,
Michelle
Comment #2
michelleFixing the component.
Michelle
Comment #3
eigentor commentedFirst issue, squishing of "post new" to the left: I could not reproduce it. It is only displayed in the initial forum post, the comments have a "reply" instead. For me, it always showed in the correct way.
Second, "paper.gif": I fiddled around a bit. This shows a very funny behaviour. If I take away all options from the background image and write just: url(images/paper.gif) without any repeat or position information, it shows up. But sure in a not-wanted way, cause it is repeated and covers the entire gif with little paper signs. The moment I add any option for repeat or position, the information is not taken anymore, Firebug does not show any information about the background image anymore, it just disappears.
This is indeed very strange and an issue for a true css specalist: in what case does an option given block a background image from being displayed? It does not necessarily have to be a drupal issue. Mostly one always finds a solution hunting through CSS Forums.
Best solution maybe: There will be worked on the css anyway, and we will solve it going along.
Comment #4
BradM commented<< First issue, squishing of "post new" to the left: I could not reproduce it. It is only displayed in the initial forum post, the comments have a "reply" instead. For me, it always showed in the correct way.>>
Actually, it appears on my page when the comment form is inline, at the bottom of the page, rather than on a separate page. When this is active, the 'reply' link is automatically removed from the initial post, since the reply form is now at the bottom of the page. All comments retain their reply links.
The text in question is simply a text header, and not a link. I've attached a screen shot to better explain the situation.
Brad
Comment #5
eng.anas commentedmy problem is also related to the css, the image show that joined date and posted appear not in their position, that is in IE6, while it is ok at firefox
i am using danger4k
i copy paste the template.tpl
.posttitle{
padding: 1px;
width: 98%;
border-bottom: thin solid black;
}
you put padding 5px and that make the under line of the tittle appear 5px far from title and it's not assume good ....so what
Comment #6
michelleThe newly created alpha 1 has many theme changes by eigentor. Please test with that and post again if you are still having an issue.
Thanks,
Michelle
Comment #7
michelleComment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.