Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: bbhrucy79 on December 17, 2011, 11:25:38 AM

Title: custom thumb for trades
Post by: bbhrucy79 on December 17, 2011, 11:25:38 AM
hi,

created custom thumbs for my trades.
uploaded them to server into /topthumbs directory
set permission 777
edited all trades to use custom thumbnail (entered URL for the jpegs)

Using this toplist template, but there must be something wrong because the custom thumb does not show up:

<th align="center" valign="middle" scope="col"><div align="center"><a href="tp/out.php?link=toplist&to=%%DOMAIN1%%"><img src="http://www.mysite.com/topthumbs/%%BANNER_SRC1%%" width="300" height="156" border="0" /></a></div></th>

what am I doing wrong? Thanks
Title: Re: custom thumb for trades
Post by: bbhrucy79 on December 17, 2011, 11:42:22 AM
if I use

<th align="center" valign="middle" scope="col"><div align="center"><a href="tp/out.php?link=toplist&to=%%DOMAIN1%%"><img src="%%BANNER_SRC1%%" width="300" height="156" border="0" /></a></div></th>

it does not work either.

???
Title: Re: custom thumb for trades
Post by: bbhrucy79 on December 17, 2011, 12:20:38 PM
ok, I have to do this because grabber does not work, so at least I create screenshots of my trades to display this instead of thumbs.

 :'(
Title: Re: custom thumb for trades
Post by: Kildoozer on December 17, 2011, 01:40:10 PM
No matter where thumbs come from, you should use %%THUMB#-CROP_ID-THUMBNUM%% for inserting thumbs.
Title: Re: custom thumb for trades
Post by: bbhrucy79 on December 18, 2011, 12:10:06 AM

Thanks,

For future reference 4 anyone who wants to use custom thumbs, not rely on grabber:
Ok, figured that this is the code you have to use:

<th align="center" valign="middle" scope="col"><div align="center"><a href="tp/out.php?link=toplist&to=%%DOMAIN1%%"><img src="%%BANNER_SRC1%%" /></a></div></th>

In admin, edit each trade individually, and set the URL and thumb name for the thumb in the "Banner URL" box.
Title: Re: custom thumb for trades
Post by: BluesMan on December 19, 2014, 05:36:38 AM
Thanks for this, bbhrucy79, I'll be using it once I write my own thumb grabber.