Jump to content

Recommended Posts

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!

 

 

 

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.