Script Pulse
Trade Pulse => Trade Pulse Support => Topic started by: julz on November 28, 2010, 04:29:22 PM
-
displaying X-thumb on the homepage but displays the images from TP preview. Site is TPL
code:
<td align="center"><a href="/tp/out.php?to=/tp/out.php?g=trader1&gp=100%" target="_blank"><img src="%%THUMB2-1-2%%"></a></td>
output:
it displays X thumbs but when you click on it, it goes to the trades just fine.
When I right click, view image info to check :
http://www.mydomain.com/templates/frontend/template1/js/%%THUMB3-1-7%%
any clue for the correct image source:
<img src="%%THUMB2-1-2%%"></a></td>
anyone help pls.
???
-
any idea to get this working, the images/thumb are not properly called by the script.
-
1) your href part is wrong it should be: /tp/out.php?g=trader1 (this will send all outs to group trader1) and honestly I dont see point in this if you use it for oplists (gp=100% is not needed since it will by default send 100%!)
2) For thumb I need trade pulse access mail it to me to info@scriptpulse.com together with link to this topic.
displaying X-thumb on the homepage but displays the images from TP preview. Site is TPL
code:
<td align="center"><a href="/tp/out.php?to=/tp/out.php?g=trader1&gp=100%" target="_blank"><img src="%%THUMB2-1-2%%"></a></td>
output:
it displays X thumbs but when you click on it, it goes to the trades just fine.
When I right click, view image info to check :
http://www.mydomain.com/templates/frontend/template1/js/%%THUMB3-1-7%%
any clue for the correct image source:
<img src="%%THUMB2-1-2%%"></a></td>
anyone help pls.
???
-
hi thanks, email sent.
thanks for the correction.
-
ipoli your the man, :o :o :o
damn im new to this script good thing your there.
solution by ipoli:
code below to include the html to smarty template ".tpl"
1.created toplist1.html in TP
2. added code to smarty template
{include file="/home/sitename/public_html/toplists/toplist1.html"}