News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Scrollers around avatar?

Started by JustinofOz, November 05, 2004, 02:56:55 AM

Previous topic - Next topic

JustinofOz

How can I get rid of the annoying scrollers that appear around the avatars please?
Cheers!
Justin of Oz


Administrator - World Circle of Quality Affiliated Forums
[nofollow]

Jerry

#1
I think you juse take out the div around the avatar display area in Display.template.php

// Show avatars, images, etc.?
if (!empty($settings['show_user_images']) && empty($options['show_no_avatars']) && !empty($message['member']['avatar']['image']))
echo '
<div style="overflow: auto; width: 100%;">', $message['member']['avatar']['image'], '</div><br />';


would be
// Show avatars, images, etc.?
if (!empty($settings['show_user_images']) && empty($options['show_no_avatars']) && !empty($message['member']['avatar']['image']))
echo '
<div>', $message['member']['avatar']['image'], '</div><br />';
could probably take the div tag out completely :-\ but I think that should wrk.


- Jerry
Find me on:
Facebook
Twitter
PlanetSMF

"If all you look for is the negative in things, you will never see the positive."

CapriSkye

i wonder why it will show scrollbar even though it's using overflow: auto, maybe somebody can explaint that. thanks

A.M.A

Quote from: CapriSkye on November 05, 2004, 10:51:45 AM
i wonder why it will show scrollbar even though it's using overflow: auto, maybe somebody can explaint that. thanks
http://www.w3schools.com/css/pr_pos_overflow.asp
Really sorry .. real life is demanding my full attention .. will be back soon hopefully :)

CapriSkye

Quote from: A.M.A on November 05, 2004, 11:26:52 AM
Quote from: CapriSkye on November 05, 2004, 10:51:45 AM
i wonder why it will show scrollbar even though it's using overflow: auto, maybe somebody can explaint that. thanks
http://www.w3schools.com/css/pr_pos_overflow.asp

lol why did i ask that question? i knew it would show scrollbar when it's overflown, but i think i meant to ask something else, and now i can't remember.... :-\

Amacythe

Quote from: JustinofOz on November 05, 2004, 02:56:55 AM
How can I get rid of the annoying scrollers that appear around the avatars please?

You could limit the avatar size :)

SpectroPro

Quote from: Amacythe on November 05, 2004, 11:08:10 PM
Quote from: JustinofOz on November 05, 2004, 02:56:55 AM
How can I get rid of the annoying scrollers that appear around the avatars please?

You could limit the avatar size :)

I am having the same problems.  And I HAVE limited the size of mine.  and on some themes, it still happens. 

For some reason, no one seems to answer this question.  So let me try asking it again:

Is there a way to force the left side of the screen to widen so that you never have scroll bars for any avatar?  The currently shown methods do NOT work.  Plain and simple.  They are bogus.  So, is there a REAL way to do this?   If not, at least say, NO, we can't do that.  Then those of us that want it can at least move one with our lives.  :)
Stats:  SMF v. 2b4  -  Mambo v4.65  -  Bridge v2.0b1

http://www.therealityrocks.com    http://forum.therealityrocks.com/trr
- Greg

Jerry

did you try what I said earlier? its the second reply to this topic.


- Jerry
Find me on:
Facebook
Twitter
PlanetSMF

"If all you look for is the negative in things, you will never see the positive."

[Unknown]

You could use the Display template from the classic theme, which will expand the left section as you ask.

-[Unknown]

SpectroPro

Do I just copy that template into all the other themes?
Stats:  SMF v. 2b4  -  Mambo v4.65  -  Bridge v2.0b1

http://www.therealityrocks.com    http://forum.therealityrocks.com/trr
- Greg

[Unknown]

Doing that should be perfectly fine, yes.  I suggest making backups.

-[Unknown]

Advertisement: