Jump to content
WebFlake
  • 0

Help with profile customization & Avatar in userinfo


TheChaoz

Question

Hey guys, i have 2 problems on my forum.

_____________________________________________________________________________________________

 

*First problem: 

 

works, but not Appears me the image icon next to where it says ''edit header image'' How to fix it?

_____________________________________________________________________________________________

 

*Second problem: 

 

He was doing for that the image userinfo look bigger, but I have no idea why the image quality is so bad, here an images:

 

2gwdcp1.jpgSo is the avatar of all, with a very poor quality.

 

This is the image with good quality that I used as avatar: https://scontent-mia...539&oe=5599E07D

The pixels i've configured as follows: 160x250

____________________________________________________________________________________________________________________________________

 

On the other hand I do not want the avatar of that size, I just want the size of the avatar as well as the size of the avatar that I have right now here in this forum. :)

 

 

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

Hey guys, i have 2 problems on my forum.

_____________________________________________________________________________________________

 

*First problem: 

 

works, but not Appears me the image icon next to where it says ''edit header image'' How to fix it?

_____________________________________________________________________________________________

 

*Second problem: 

 

He was doing for that the image userinfo look bigger, but I have no idea why the image quality is so bad, here an images:

 

2gwdcp1.jpgSo is the avatar of all, with a very poor quality.

 

This is the image with good quality that I used as avatar: https://scontent-mia...539&oe=5599E07D

The pixels i've configured as follows: 160x250

____________________________________________________________________________________________________________________________________

 

On the other hand I do not want the avatar of that size, I just want the size of the avatar as well as the size of the avatar that I have right now here in this forum. :)

About the avatar, maybe hes image is small and that's why looks bad, else try to fix dimensions of avatar on settings.

Link to comment
Share on other sites

  • 0

for the first one its possible that your current skin doesnt have the image file in the directory, u should check the other skins on ur forum for profile_tab_gallery.png and copy it to the current skin directory u are using should show up afterwards

 

for the avatar it is likely the current board version u are using, i am currently using 3.4.6 and i imported the same image u linked and set the same preset for the size u gave and it resized normal on my board, what board version are u currently using? also u could try increasing the file size kb for avatars see if it improves the quality or fixes the problem, if anything that member should download the image manually and resize it himself then reupload it see if it still resizes the image weird and lowers the quality of the avatar

Link to comment
Share on other sites

  • 0
by it first thanks.
 
by it second I tried that but it does not work me. :( Is there any tutorial or something that explains some of this?
 
Edit: Look here I show them how I have configured the avatar:
 
in SystemSettings/Members/UserProfiles:
 
 
in Members/MembersGroup/ManageMembersGroup (Here all groups are configured alike):
 
 
in Look&Feel/ManageSkin/MySkin/Edittemplate&CSS/Templates/UserInfoPane:
 
 
in CSS/ipb_style.css:
 
 
This is how I have configured everything, what is the error?
Edited by TheChaoz
Link to comment
Share on other sites

  • 0

well its bad configuration the variable only needs width if u specify height then all the in the css it will force the image to that height it only looks like that on the userinfopane but if u go to his profile it should show the image was resized well unless u configured the css for there too however just follow the below and it should work for u

 

SystemSettings/Members/UserProfiles: (it specified width there nothing about height)
 
change setting to 165

 

CSS/ipb_style.css: (ur forcing ur image to stretch to that particular height even though the dimensions arent suited for it)

http://oi57.tinypic.com/mryfyb.jpg

 

change .ipsUserPhoto_variable to

.ipsUserPhoto_variable{ 
width: 165px;
}

that will fix ur problem

  • Upvote 1
Link to comment
Share on other sites

  • 0

Hello friend, I have done what you say, It only thing that change is the size of the avatar, but the avatar is still viewing blurry. Look:

 

2zptqwj.jpg

 

Configuration:

 

SystemSettings/Members/UserProfiles

 

245izhy.jpg

 

CSS/ipb_style.css: 

 

28c0h1d.jpg

 

Some other solution to fix this?  :(

Edited by TheChaoz
Link to comment
Share on other sites

  • 0

on my board it seems to be working well did u reupload the avatar after u had changed the settings? on my board it looks like this with the same settings u did

D1qplWU.png

 

im not sure what exactly u got running on ur board but at default its suppose to look like mines again what version of ipboard are u using?

Link to comment
Share on other sites

  • 0

Oh yea sure, I forgot that :)

 

Well, my solution was this, in Look&Feel/YourSkin/EditTemplate&CSS/UserInfoPane:

 

To change this:

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

For this:

<img src='{$author['pp_main_photo']}' style="max-width: 100px; max-height: 100px;" class='ipsUserPhoto' />

;)

Edited by TheChaoz
  • Upvote 1
Link to comment
Share on other sites

×
×
  • Create New...