Author Topic: THUMB no display-SOLVED  (Read 8954 times)

0 Members and 1 Guest are viewing this topic.

Offline julz

  • Newbie
  • *
  • Posts: 33
    • View Profile
THUMB no display-SOLVED
« 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.
 ???
« Last Edit: November 29, 2010, 05:48:49 AM by julz »

Offline julz

  • Newbie
  • *
  • Posts: 33
    • View Profile
Re: THUMB no display
« Reply #1 on: November 29, 2010, 01:42:20 AM »
any idea to get this working, the images/thumb are not properly called by the script.

Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1959
    • View Profile
    • Pretty Girls from your city for night
Re: THUMB no display
« Reply #2 on: November 29, 2010, 02:57:20 AM »
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.
 ???

Offline julz

  • Newbie
  • *
  • Posts: 33
    • View Profile
Re: THUMB no display
« Reply #3 on: November 29, 2010, 03:25:10 AM »
hi thanks, email sent.


thanks for the correction.

Offline julz

  • Newbie
  • *
  • Posts: 33
    • View Profile
Re: THUMB no display
« Reply #4 on: November 29, 2010, 05:48:30 AM »
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"}