Hi,
I was facing same problem my site was old with hundreds of wallpapers and i was unable to change my host....
I resolved this issue my self with the help of answers of this question. check the resolution below.
open wallpaper.tpl and replace the coding of your page with following code given below..
==================page code starts here ====================
{if !$add_item}
<h1 style="width:290px;">{$wallpaper.name|escape:'html':'UTF-8'|truncate:36:"":true}</h1>
<div class="reset"></div>
{assign var="view_link" value="view/"}
{assign var="view_url_init" value=$view_link|cat:$wallpaper.short_name|cat:$smarty.const.URL_TOKEN_SEPARATOR}
{if $wallpaper.resolutions[0].width!=''}
{assign var="view_url" value=$view_url_init|cat:$wallpaper.ratio}
{else}
{assign var="view_url" value=$view_url_init|cat:$wallpaper.ratio}
{/if}

<div class="wallpaper-separator"></div>
<div class="wallpaper-ads-right">
{$smarty.const.ADSENSE_DETAILS_TOP_CODE}
</div>
<div class="reset"></div>
<h2>{l s='Download wallpaper'}</h2>
<div class="wallpaper-resolutions">
{if $wallpaper.resolutions|@count >0 }
{/if}
{if $item_editable == 1}<span>Original version</span>{/if}
</div>
{dynamic}
{if $item_editable == 0}
<div class="wallpaper-2ads">
{$smarty.const.ADSENSE_DETAILS_BIG_CODE}
</div>
<div class="wallpaper-2ads-separator"></div>
{/if}
{/dynamic}
{else}
<h1 style="width:290px;">{l s='Add wallpaper'}</h1>
{/if}
{dynamic}
<?
global $WS, $categories_ids, $wallpaper;
?>
{if $item_editable == 1}
<br class="reset" />
<div class="wallpaper-2ads">
<form name="wallpaperForm" action="" method="post" enctype="multipart/form-data">
<fieldset>
<?=$WS->show_input(array("type"=>"hidden", "name"=>"id")); ?>
<?=$WS->show_input(array("type"=>"hidden", "name"=>"short_name")); ?>
<?=$WS->show_input(array("type"=>"hidden", "name"=>"old_short_name"), $wallpaper['short_name']); ?>
- <label for="name"><b>{l s='Title:'}</b></label><?=$WS->show_input(array("type"=>"text", "name"=>"name", "required"=>true, "class"=>"input-text", "maxlength"=>"100")); ?>
- {include file='wallpaper_category.tpl'}
- <label for="filenamenormal"><b>{l s='Files:'}</b></label>
<div class="multiFileDiv" style="float:left;width:400px;">
<ul style="float:left;" id="files">
- <?=$WS->show_input(array("type"=>"file", "name"=>"filename[]", "class"=>"input-other", "size"=>"42")); ?>
- <?=$WS->show_input(array("type"=>"file", "name"=>"filename[]", "class"=>"input-other", "size"=>"42")); ?>
- <?=$WS->show_input(array("type"=>"file", "name"=>"filename[]", "class"=>"input-other", "size"=>"42")); ?>
<input type="button" class="button addFileInput" value="{l s='add'}" id="addFileInput_files" />
</div>
<!--li><label for="filenamewide"><b>{l s='File (wide):'}</b></label><?=$WS->show_input(array("type"=>"file", "name"=>"filename[]", "class"=>"input-other", "size"=>"42")); ?></li-->
{*
<label for="filenamenormal"><b>{l s='Files:'}</b></label> {include file="swfupload.tpl"}
*}
<label for="filenameurl"><b>{l s='File URL (web url like http://...):'}</b></label><?=$WS->show_input(array("type"=>"text", "name"=>"filenameurl", "class"=>"input-text", "size"=>"42")); ?>
<label for="item_url"><b>{l s='Image URL:'}</b></label><?=$WS->show_input(array("type"=>"text", "name"=>"item_url", "class"=>"input-text", "size"=>"42")); ?>
<label for="item_description"><b>{l s='Description:'}</b></label><?=$WS->show_input(array("type"=>"textarea", "name"=>"item_description", "class"=>"input-textarea")); ?>
{include file='wallpaper_tags.tpl'}
<!--meta info -->
<label for="meta_title"><b>{l s='Meta Title:'}</b></label><?=$WS->show_input(array("type"=>"text", "name"=>"meta_title", "class"=>"input-text")); ?>
<label for="meta_keywords"><b>{l s='Meta Keywords:'}</b></label><?=$WS->show_input(array("type"=>"text", "name"=>"meta_keywords", "class"=>"input-text")); ?>
<label for="meta_description"><b>{l s='Meta Description:'}</b></label><?=$WS->show_input(array("type"=>"textarea", "name"=>"meta_description", "class"=>"input-textarea")); ?>
<!--end meta info -->
<fieldset>
<legend>
<input type="checkbox" name="iamAuthor" id="iamAuthor" {if $wallpaper.author_id == -1 or $add_item}checked="checked"{/if} class="showHide" value="1" />
<label for="iamAuthor" class="label-author">{l s='I am the author of this wallpaper'}</label>
</legend>
<div id="iamAuthorDiv">
-
<label for="author_id"><b>{l s='Select author:'}</b></label>
{if $my_authors|@count > 0}
<select name="author_id" id="author_id" class="input-other">
{section name=item loop=$my_authors}
<option {if $wallpaper.author_id == $my_authors[item].id}selected="selected"{/if} value="{$my_authors[item].id}">{$my_authors[item].name}</option>
{/section}
</select>
{/if}
-
<label for="author_id"><b>{l s='or Add author:'}</b></label>
<div id="selectAuthor">
- <label for="name_author">{l s='Name:'}</label><?=$WS->show_input(array("type"=>"text", "name"=>"name_author", "required"=>true, "class"=>"input-text-short")); ?>
- <label for="email">{l s='Email:'}</label><?=$WS->show_input(array("type"=>"text", "name"=>"email", "required"=>true, "class"=>"input-text-short")); ?>
- <label for="website">{l s='Website:'}</label><?=$WS->show_input(array("type"=>"text", "name"=>"website", "required"=>true, "class"=>"input-text-short")); ?>
</div>
<div class="reset"></div>
</div>
</fieldset>
<input type="submit" class="button" name="save_btn" value="{l s='Save'}" />
</fieldset>
</form>
</div>
<div class="wallpaper-2ads-separator"></div>
{/if}
{/dynamic}
{include file=wallpaper_details.tpl}
==================page code ends here ====================
what i did in it just removed the resolution link from the image in 'if else' statement and removed the resolution section.
ENJOY......
http://funnyimages.pk/