Jump to content
WebFlake
  • 0

Bigger avatars in posta


TheyCallMeFox

Question

13 answers to this question

Recommended Posts

  • 0

Give this a shot:

ACP > Lok & Feel > Manage Skin Sets & Templates > {your skin} > Global Templates > userInfoPane

In this bit, look for this line:

<li class='avatar'>

Just below this line you should see a line that looks like this:

<img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />

Make sure that the class is the same as the line I showed above to have your photo as large as it is for this Skin used on WebFlake (Shift).

Link to comment
Share on other sites

  • 0
<li class='avatar'>
				<img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />

This is what i got on mine. I swapped my skin temporarly to the Shift one and the images look a bit bigger than on my older skin but not as big as on this site. And i guess the skin is the same

signature-main.png

Link to comment
Share on other sites

  • 0

Try changing it to

<li class='avatar'><img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' /></li>

And then click over to CSS and add this to IPB Styles:

.ipsUserPhoto_variable { max-width: 155px; }

You can play with the width all you want, it doesn't require a height to be set. 

Link to comment
Share on other sites

  • 0

So if 100 breaks it try something smaller until you get what you need.

This happens because my forum width is kinda glitched.

615efda9def7bb92f2ba86305c56c31e.png

U notice how the right black bit is quite smaller than the left black bit , this is not my browser playing up btw.

So when i change some stuff for example the avatar width this happens:

24352e2185c1acf52f5397d7f8b40d9e.png

It creates a gap below user info

Edited by Foxy123

signature-main.png

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...