Pictures in Comments

CompShack - May 6, 2008 - 04:17
Project:Pixture
Version:5.x-1.1
Component:Code
Category:support request
Priority:normal
Assigned:jmburnz
Status:closed
Description

Please check attached image for details on the issue. There is lots of while space when printing pictures in comments. Thanks for your help.

AttachmentSize
pictures_in_comments.png47.82 KB

#1

MTecknology - June 24, 2008 - 06:56

Look into the ImageAssist module.
http://drupal.org/project/img_assist

#2

drupaceous - July 8, 2008 - 21:04

Same thing here, using drupal 6.2 and image module.

#3

jmburnz - August 6, 2008 - 01:06

Its got nothing to do with image modules, its all in the css.

Look for the comment styles - for version 6.x (similar for 5.x)

style.css (line 463) - change the clear:both to clear:none; beware, .node .content is grouped with .comment .content, so you may want to seperate them if you don't want nodes to get the same styles.

.comment .content {
clear: none;
margin:1em 0.5em 0.5em;
}

then in style.css (line 745) add a clear:both to .comment div.links...

.comment div.links {
padding: 5px;
margin-top: 0px;
clear: both;
}

#4

ScoutBaker - September 8, 2008 - 06:32

I made the changes as noted in #3 on a D5 site, and it works exactly as expected.

I would like to give a +1 to making this a feature request to be added in to the next release of the theme.

#5

jmburnz - September 8, 2008 - 07:09
Assigned to:Anonymous» jmburnz

Seems reasonable - any detractors?

#6

jmburnz - October 6, 2008 - 20:31
Status:active» fixed

Committed to head

--project followup subject--

Anonymous (not verified) - October 20, 2008 - 20:35

Automatically closed -- issue fixed for two weeks with no activity.

#7

Anonymous (not verified) - October 20, 2008 - 20:41
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.