verano Posted May 20, 2007 Share Posted May 20, 2007 please help i get the following error message after submitting picture Incorrect width of this image: it should be less 30 px Incorrect height of this image: it should be less 30 px <table> <tr> <td style="vertical-align:top;text-align:center;font-size:8pt;"> {img src=$sMembershipImage style="vertical-align:middle;"} {if $aUser.user_online} <span style="color:green;">ONLINE</span> {else} <span style="color:red">OFFLINE</span> {/if} </td> <td style="vertical-align:top;font-size:9pt;"></td> </tr> <tr> <td style="vertical-align:top;font-size:8pt;text-align:center;"><a href="{url link='public.user' name=$aUser.user}"> {module module="Account" component="Avatar" sUser=$aUser.user iSize=0 alt="" class="pic1" onmouseover="showInfo5('`$aUser.user`', '', '');this.className='pic2';" onmouseout="this.className='pic1';return nd();"}</a> <div style="padding:6px;font-size:9pt;"><a href="{url link='public.user.gallery' name=$aUser.user}">View More Pics</a></div> </td> <td style="vertical-align:top;font-size:9pt;">{$aUser.gender} <br /> {$aUser.age} years old <br /> {$aUser.city} <br /> {$aUser.location}{if $aUser.location == 'United States' && $aUser.state}, {$aUser.state}{/if} <br /> <br /> {if $bShowPoints} <span>{include file='_stars.html' aUserStarsInfo=$aStars}</span> <span style="font-size:7pt;vertical-align:middle;">[ {$iPoints} ]</span></td> {/if} </tr> </table> in the admin the image settings are as follows Set Max Width/Height for uploaded images (Pixels): 1600 Set Max Width/Height for uploaded images - Thumbnail 175 pixels Set Max Width/Height for uploaded member profile pictures 30 pixels i know its possible because i managed to fix it last time but what do i do? Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/52266-cant-generate-thumbnail-for-profile-picture-on-faceladdercom/ Share on other sites More sharing options...
MadTechie Posted May 20, 2007 Share Posted May 20, 2007 the code supplied doesn't help.. can't you refer to the manual! Quote Link to comment https://forums.phpfreaks.com/topic/52266-cant-generate-thumbnail-for-profile-picture-on-faceladdercom/#findComment-257887 Share on other sites More sharing options...
verano Posted May 21, 2007 Author Share Posted May 21, 2007 I have looked throughout the manual to no end, it says to adjust the Isize to 250 which i have done, even tho it says 0, and still nothing happens any ideas? Quote Link to comment https://forums.phpfreaks.com/topic/52266-cant-generate-thumbnail-for-profile-picture-on-faceladdercom/#findComment-257930 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.