TheChaoz Posted April 17, 2015 Share Posted April 17, 2015 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: So 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 More sharing options...
0 John Posted April 18, 2015 Share Posted April 18, 2015 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) http://oi59.tinypic.com/n2lx06.jpg 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 1 Link to comment Share on other sites More sharing options...
0 Andrew™ Posted April 17, 2015 Share Posted April 17, 2015 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: So 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 More sharing options...
0 TheChaoz Posted April 17, 2015 Author Share Posted April 17, 2015 No, the picture is not small fijate this is the link: https://scontent-mia...539&oe=5599E07D and for true, what where and what size should I add in the dimension of the image? Link to comment Share on other sites More sharing options...
0 John Posted April 18, 2015 Share Posted April 18, 2015 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 More sharing options...
0 TheChaoz Posted April 18, 2015 Author Share Posted April 18, 2015 (edited) 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: http://oi59.tinypic.com/n2lx06.jpg in Members/MembersGroup/ManageMembersGroup (Here all groups are configured alike): http://oi59.tinypic.com/jfizwp.jpg in Look&Feel/ManageSkin/MySkin/Edittemplate&CSS/Templates/UserInfoPane: http://oi62.tinypic.com/10o46lu.jpg in CSS/ipb_style.css: http://oi57.tinypic.com/mryfyb.jpg This is how I have configured everything, what is the error? Edited April 18, 2015 by TheChaoz Link to comment Share on other sites More sharing options...
0 TheChaoz Posted April 18, 2015 Author Share Posted April 18, 2015 (edited) 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: Configuration: SystemSettings/Members/UserProfiles CSS/ipb_style.css: Some other solution to fix this? Edited April 18, 2015 by TheChaoz Link to comment Share on other sites More sharing options...
0 John Posted April 18, 2015 Share Posted April 18, 2015 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 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 More sharing options...
0 TheChaoz Posted April 18, 2015 Author Share Posted April 18, 2015 (edited) Resolved, I found another way to resize the avatar and I worked perfectly and not blurry. anyway thanks mate =) Edited April 18, 2015 by TheChaoz Link to comment Share on other sites More sharing options...
0 Andrew™ Posted April 19, 2015 Share Posted April 19, 2015 Resolved, I found another way to resize the avatar and I worked perfectly and not blurry. anyway thanks mate =) Post it here so you will help others Link to comment Share on other sites More sharing options...
0 TheChaoz Posted April 19, 2015 Author Share Posted April 19, 2015 (edited) 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 April 19, 2015 by TheChaoz 1 Link to comment Share on other sites More sharing options...
0 Kingy Posted April 20, 2015 Share Posted April 20, 2015 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
TheChaoz
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:
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