|
Andromeda Network - TGPX Solution for "The uploaded preview thumbnail is not a valid upload file"
Dear TGPX users, if you wanna make your gallery submitters happy, I have one tip for you. Disable the extending box for thumbnail upload at TGPX submit page and make your site AUTO-submitable in softwares like Dream Submitter. Instructions: 1) In the submit-main.tpl template you must have the "upload" option as default - 1a) Find this in the default template:
{if $config.have_imager}
<option value="automatic"{if $gallery.preview == 'automatic'} selected="selected"{/if}>Have a preview automatically created</option> <option value="crop"{if $gallery.preview == 'crop'} selected="selected"{/if}>Select and crop an image from your gallery</option> {/if} <option value="upload"{if $gallery.preview == 'upload'} selected="selected"{/if}>Upload an image from your computer ---></option> - 1b) And change it to have the upload option selected by default (you can just replace it as you see it here):
<option value="upload"{if $gallery.preview == 'upload'} selected="selected"{/if}>Upload an image from your computer ---></option>
{if $config.have_imager} <option value="automatic"{if $gallery.preview == 'automatic'} selected="selected"{/if}>Have a preview automatically created</option> <option value="crop"{if $gallery.preview == 'crop'} selected="selected"{/if}>Select and crop an image from your gallery</option> {/if} 2) In the submit-main.tpl template, find this and remove it:
{if $gallery.preview != 'upload'}display: none; {/if}
TGPX sites using it: - http://www.eveningmovies.com/tgpx/submit.php - http://www.free-trailer.com/tgpx/submit.php - http://www.statopedia.com/tgpx/submit.php - http://www.todaysvids.com/tgpx/submit.php - http://www.juicyvideos.com/tgpx/submit.php - http://www.porno-arena.com/tgpx/submit.php Next TGPX tips: - TGPX content not found - TGPX search engine If you want to add/remove your site, drop me an icq message please. Feel free to share this little guide with your friends and help make submit easier! Submitters: - Andromeda Network - Free & Paid Partner Accounts - Partner Accounts - Get a huge amount of partner accounts! Buy/Sell traffic: - Traffic Adept - top notch in traffic services - Choker Traffic - reliable traffic provider - Traffic Holder - another good traffic source Looking for designers: - Lions Territory - claim VIP prices with password "andromeda" ;) Buy/Sell Ad Space: - Juicy Ads - squeeze some extra bucks from your site ;) Domains for sale: - List of domains for sale Contact: icq: 53657089 Andromeda ... preferred
|