Closed (outdated)
Project:
aBeesParadise
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2008 at 19:00 UTC
Updated:
17 Apr 2018 at 05:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cfleek commentedWe did an overide to the forum are and this appears to have corrected the issue.
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
white-space:normal;
}
Comment #2
interface-web design commentedWe have checked at our end and the forum post date shows fine. Request you to send us a screenshot of the page and elaborate the issue so we can assist you further.
Comment #3
cfleek commentedThe site is live here http://www.freecakesforkids.com/forum/2
Screenshot attached.
Also attached screenshot of www.interface-web.co.uk/theme-by-interface/ as seen in ie6
Comment #4
interface-web design commenteda.) For http://drupal.org/files/issues/interface-web.co_.uk%20in%20ie6.png
replace this class
body.sidebar-left #squeeze {
margin-left: 210px;*/
width:65%;
float:left;
}
with this class
body.sidebar-left #squeeze {
margin-left: 210px;*/
display:inline;
width:65%;
float:left;
}
b.) For http://drupal.org/files/issues/forum%20off%20page.png
paste this class in your style.css
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
white-space:normal;
}
This should resolve the problem.
Comment #5
cmcintosh commented