The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Avatar size problem!

3 posters

Go down

In progress Avatar size problem!

Post by VNinjaV December 4th 2011, 01:27

Take a look at this image:


Avatar size problem! 15010

I have tried everything and it's just not normal. Maximum width is set to 150 pixels and maximum height is set to 200 pixels yet a member has got an avatar which is 220 pixels by 217 pixels!

How is this possible and how can I resolve this?
VNinjaV
VNinjaV
Forumember

Male Posts : 100
Reputation : 0
Language : English
Location : UK

http://www.gearsofwar3chatforum.com

Back to top Go down

In progress Re: Avatar size problem!

Post by Nera. December 4th 2011, 01:35

Hi,

You are on phpBB2? Try this, go to your viewtopic_body template and find this:

Code:
{postrow.displayed.POSTER_AVATAR}

Replace it with this:

Code:
<span class="avic">{postrow.displayed.POSTER_AVATAR}</span>

Save and publish on the green cross.

Than add this to CSS:

Code:
.avic img {
    height: 100px;
    width: 100px;
}

That should fi your problem in posts, you can change the numbers.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Avatar size problem!

Post by VNinjaV December 4th 2011, 02:01

Yes it is PHPBB2 and the above did not work Sad

EDIT: Ok so it did work but it has resized everyones avatar!
VNinjaV
VNinjaV
Forumember

Male Posts : 100
Reputation : 0
Language : English
Location : UK

http://www.gearsofwar3chatforum.com

Back to top Go down

In progress Re: Avatar size problem!

Post by Lucia_Raregroove December 4th 2011, 02:49

Link an Off-site Avatar: Means you can have an avatar of ANY SIZE.


A real annoying Loophole


and of course it would resize everyones avatar, it is CSS after all.
Lucia_Raregroove
Lucia_Raregroove
Forumember

Male Posts : 56
Reputation : 0
Language : English
Location : In the Heavens

https://www.animegalaxy.org/

Back to top Go down

In progress Re: Avatar size problem!

Post by VNinjaV December 4th 2011, 11:51

Is there a way to disable the 'link to an off-site avatar' box?
VNinjaV
VNinjaV
Forumember

Male Posts : 100
Reputation : 0
Language : English
Location : UK

http://www.gearsofwar3chatforum.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum