Computer Hope

Other => Other => Topic started by: Computer Hope Admin on June 17, 2008, 03:09:35 PM

Title: Signatures
Post by: Computer Hope Admin on June 17, 2008, 03:09:35 PM
Some of the signatures have been getting quite large. So to help fix this throughout the forum I've adjusted the default classic forum template to re-size signatures to maximum height of 100px and anything more then that will be hidden.

If you feel this is too little or still too much. Please make your comment here.

Title: Re: Signatures
Post by: quaxo on June 17, 2008, 05:31:28 PM
Has this already been done? I'm seeing signatures that are still 150px+.

Like mine... it's 120px and still shows at that height. I'll redo the current signature myself to make sure it complies anyway.
Title: Re: Signatures
Post by: Computer Hope Admin on June 17, 2008, 05:37:00 PM
Yes this has already been done. Although I'm looking for feedback from the community to see if it sticks or changes. Currently the max height is 100px (pixels). So you'd need to reduce the 120px height to 100px to comply with the current settings.
Title: Re: Signatures
Post by: Aegis on June 17, 2008, 06:28:36 PM
I think you did the right thing.  Some of the signatures are so distracting, you can scarcely tell the contents of the posts!  (The cheap shot of the day is, with some of the posts, that's a good thing!)

I'd even go so far as to say limit the signatures to text only, but that would be extremely unpopular.
Title: Re: Signatures
Post by: patio on June 17, 2008, 08:04:53 PM
I'm all for the size reduction.
I've just been AdBlocking the bad ones up til now...
Title: Re: Signatures
Post by: quaxo on June 18, 2008, 07:43:57 AM
Yes this has already been done.

So to help fix this throughout the forum I've adjusted the default classic forum template to re-size signatures to maximum height of 100px and anything more then that will be hidden.

So if I understand you right, anything above 100px should be hidden? If so, why am I still seeing some that are more than 100px (like my own for example, which I still haven't had a chance to adjust).
Title: Re: Signatures
Post by: Carbon Dudeoxide on June 18, 2008, 07:46:42 AM
It appears yours has been affected.

(http://www.fileupyours.com/files/151662/signat.JPG)

Notice the words are gone.
Title: Re: Signatures
Post by: kpac on June 18, 2008, 08:02:34 AM
I can see all of quaxo's signature as normal - even the words.

I think it has only worked with some members...
Title: Re: Signatures
Post by: Carbon Dudeoxide on June 18, 2008, 08:32:59 AM
Try clearing your internet cache/temp files.
Title: Re: Signatures
Post by: Calum on June 18, 2008, 10:52:54 AM
Thanks for this.
I'm actually for text-only signatures in some cases, I do Adblock the annoying ones though.
I used to use Firefox's built in way to block images, but then I ended up also preventing myself viewing some of the images those suers posted from the same site.
Title: Re: Signatures
Post by: Computer Hope Admin on June 18, 2008, 02:53:27 PM
Quote
So if I understand you right, anything above 100px should be hidden? If so, why am I still seeing some that are more than 100px (like my own for example, which I still haven't had a chance to adjust).

Yes anything above 100px will be hidden. However, this is only affected on the default template. So if you're using a different template (something other then the classic default) then this will not be changed. On all my systems when doing a refresh on the page initially to reload the CSS quaxo and kpac's signatures are cut off as would be expected.

Those of you using adblock should also be aware that other users signatures can also be hidden through your profile look and layout preferences.
Title: Re: Signatures
Post by: Calum on June 19, 2008, 02:21:02 AM
I don't want to hide everyone's signatures, just some.
I like reading some signatures like yours, but I don't want to see everyone's image signatures, just some.
Blocking them individually works fine for me.
Title: Re: Signatures
Post by: kpac on June 19, 2008, 02:44:12 AM
Try clearing your internet cache/temp files.

Did both of these, but still exactly the same. Dont know whats wrong....
Title: Re: Signatures
Post by: Carbon Dudeoxide on June 19, 2008, 04:13:47 AM
Try clearing your internet cache/temp files.

Did both of these, but still exactly the same. Dont know whats wrong....
Are you using the classic forum theme like Nathan said?
Title: Re: Signatures
Post by: kpac on June 19, 2008, 04:48:34 AM
I'm using the forum or board defualt theme, which is obviously the classic theme.
Title: Re: Signatures
Post by: Carbon Dudeoxide on June 19, 2008, 04:52:34 AM
Hmmm...strange....
Title: Re: Signatures
Post by: kpac on June 19, 2008, 04:54:59 AM
Ì just changed my theme to the "Upcomming Classic Theme", but still no change.

I just started a topic on this: here (http://www.computerhope.com/forum/index.php/topic,59636.0.html)
Title: Re: Signatures
Post by: Broni on June 19, 2008, 03:35:27 PM
Man...I even didn't know, we had different skins....LOL
I just switched to Babylon Theme...
I like tree-like display:
(http://209.85.48.8/228/109/upload/p3988278.gif)

Seriously, for how long those themes have been up?
Title: Re: Signatures
Post by: Computer Hope Admin on June 19, 2008, 08:23:33 PM
That's really strange kpac  that you still wouldn't be seeing these new changes. Refreshing the page and clearing the cache should of definately made the Change. The only other thing I could think of that would be causing this would be that you have something that's fiddling with how CSS is handled on pages. Since this change was made through the CSS page.

If you look at: http://www.computerhope.com/forum/Themes/classic/style.css do you see the below code in the file?

Code: [Select]
/* Signature settings */
.signature
{
width: 100%;
overflow: hidden;
padding-bottom: 3px;
line-height: 1.3em;
max-height: 100px;
}

Anyone else having this issue?

Quote
Seriously, for how long those themes have been up?



All but the Dilber Multicolor have been up since the forums went live.
Title: Re: Signatures
Post by: quaxo on June 20, 2008, 04:23:00 AM
I am. Even after clearing cache I still see all of my 120px signature.

I checked the CSS, and it appears as you've posted.

-=EDIT=-

Ok, now I'm seeing it correctly (100px). It didn't start cutting it off until I changed themes and changed back.
Title: Re: Signatures
Post by: kpac on June 22, 2008, 12:18:37 PM
Hi again, i've been offline for a few days.

I tried style.css (http://www.computerhope.com/forum/Themes/classic/style.css) and i did see /* Signature Settings */.

I cannot figure it out. ???

Im not sure how big my signature is but it looks like more than 100px.
Title: Re: Signatures
Post by: quaxo on June 22, 2008, 12:20:09 PM
Your signature looks like 60px on my end.
Title: Re: Signatures
Post by: kpac on June 22, 2008, 12:22:16 PM
What parts can you see?
Title: Re: Signatures
Post by: Carbon Dudeoxide on June 22, 2008, 11:54:01 PM
What parts can you see?
I can see the small text in Quaxo's signature.
Title: Re: Signatures
Post by: quaxo on June 23, 2008, 03:57:40 AM
Ahh, I see it now. Your text at the bottom is cut off. I was just looking at your image.
Title: Re: Signatures
Post by: kpac on June 23, 2008, 08:57:47 AM
I can still see all of my signature.

BTW: I think I will leave it that way until this gets sorted so I know when it has been sorted.
Title: Re: Signatures
Post by: kpac on June 23, 2008, 02:15:48 PM
My signature has now been updated. The "My Website" link isnt there anymore.

Im glad we got this sorted.
Title: Re: Signatures
Post by: street1 (RIP) on June 23, 2008, 04:03:41 PM
Is mine okay? :D
Title: Re: Signatures
Post by: Computer Hope Admin on June 23, 2008, 06:30:01 PM
Looks ok. Attached is what I see.

[recovering disk space -- attachment deleted by admin]
Title: Re: Signatures
Post by: Carbon Dudeoxide on June 23, 2008, 06:50:01 PM
Yeah. Glad to know the baby lives.
Title: Re: Signatures
Post by: street1 (RIP) on June 24, 2008, 04:08:47 AM
Yeah. Glad to know the baby lives.

He is a lot nicer looking than his buddy. ::)