Profile Comments - Adjusting size

Can I adjust the size of the picture on the profile comments?

Right now it's so small and blurred, you can't make anything out.

Quote · 7 Sep 2008
.cmt-icon {cmts.css (line 178)
border:1px solid #CCCCCC;
height:16px;
left:3px;
position:absolute;
top:3px;
width:16px;
}
Quote · 9 Sep 2008

Sorry for the late reply...

1) Where do I find that file to edit?

2) Which part of that codes am I Looking to edit? (for high of the pic in the profile comments)

Quote · 9 Sep 2008

Hmm

You mean in the css field in the admin panel? I opened that and found cmts but it says it's not a writable file.

Do you want me to find this on the FTP itself? I'm confused.

Quote · 9 Sep 2008

As per Andrey's response --

-

#1) /templates/tmpl_uni/css/cmts.css (line 178)

-

#2) height:16px;

-

Sorry for the late reply...

1) Where do I find that file to edit?

2) Which part of that codes am I Looking to edit? (for high of the pic in the profile comments)

Quote · 9 Sep 2008

Silly question...

When I go that file (through Filezilla...my FTP thingy) all I see is this:

@charset "iso-8859-1";
@import url(../../base/css/cmts.css);

Don't see anything about any lines, or 178, or any height and what not.

Quote · 10 Sep 2008

in ) /templates/tmpl_uni/css/cmts.css

you able to overload styles (just add here

.cmt-icon {cmts.css (line 178)
height:32px;
width:32px;
}
and save :) (before make this file writable, don`t worry about this permissions on CSS files)

all mine base styles was in

templates/base/css/cmts.css

so you can goto line 178 here and found this stiles

Quote · 10 Sep 2008

This is so frustrating.

Ok, now when I makde the cmts file a writable file, and then click it to open and edit (in notepad)...this is all I get.

@charset "iso-8859-1";
@import url(../../base/css/cmts.css);

I don't see anything in there like you posted above, which I can edit.

Quote · 11 Sep 2008

re-read my latests post again :)

I give you 2 ways how you can change styles:

1. overload current styles in tmpl_uni

2. change base styles in base folder

understand?

Quote · 11 Sep 2008

I'm sorry to be a pain, Andre. But I really don't understand.

When I try to open the cmts file in my FTP (filezilla) I only see the following:

@charset "iso-8859-1";
@import url(../../base/css/cmts.css);

I don't know what's to be added here, it's completely different from your directions.

Quote · 11 Sep 2008

Even when I go in through the amin panel, and css, and find that file name...

@charset "iso-8859-1";
@import url(../../base/css/cmts.css);

That's all I see.

Quote · 11 Sep 2008

Please undersand, I'm a noob. :)

So if you could explain in baby steps, I'd appreciate it.

Quote · 11 Sep 2008

k got it.

1) Why are they blurry now? The pics.

2) How do I remove the "points" by each message?

www.iBakwaas.com/Dolphin

Quote · 11 Sep 2008

The pictures may be blurry because they were set at a given size. You have made them bigger thus stretching them. You would need to resize them accordingly. (from larger to smaller).

I liked your web site.

Stuart

k got it.

1) Why are they blurry now? The pics.

2) How do I remove the "points" by each message?

www.iBakwaas.com/Dolphin

There are none so blind as those that will not see.
Quote · 11 Sep 2008

q22inc - You might want to disable shoutbox re your guests. Theres some nasty stuff on there.

There are none so blind as those that will not see.
Quote · 11 Sep 2008

Yes,

tmpl_uni/css/cmts.css

just contain

@charset "iso-8859-1";
@import url(../../base/css/cmts.css);

Not more,

base - base/css/cmts.css

have many elements here,

so you can:

a) open 'tmpl_uni/css/cmts.css' and just add at end of this file

.cmt-icon {
height:32px;

width:32px;

}

b) open 'base/css/cmts.css', goto line 178, here you will see:
.cmt-icon {
border:1px solid #CCCCCC;
height:16px;
left:3px;
position:absolute;
top:3px;
width:16px;
}


so just change here width and height to 32

now more clean?
Quote · 11 Sep 2008

Stuart - Could you expand a bit on how to make the pics clearer by resizing? As for shoutbox, people are stupid when they know they're anonymous. I will fix that setting.

Andre - Thanks for the help, I'm still a bit ocnfused...but I appear to have stumbled across the correct setting. :D As you can see...the images are bigger, but now blurry. www.iBakwaas.com/Dolphin

Quote · 11 Sep 2008

yeah, when you upload a pic, the pic its save at 16 x 16?

there is any configuration so the comments pics can be save to different size?

And i was playing around, and when i resize the comments pictures, the photos cover some of the comments too.

Will be nice if the photo is on the left size and comments to the right of the photo.

Quote · 21 Nov 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.