Script Pulse
Trade Pulse => Trade Pulse Support => Topic started by: sokolm on March 02, 2010, 12:03:08 PM
-
making thumb toplist: all is OK, but thumbs and tgps (from where this thumbs get grabbed) look like disconnected. I mean: thumb that send surfer to tgp#1 get grabbed from tpg#2...
toplist source code:
<a href='http://xxx.com/tp/out.php?to=%%DOMAIN1%%&link=top' target="_blank"><img src="%%THUMB1-CROP_ID-THUMBNUM%%" border="1"></a>
-
I read the "Legend" - (%%THUMB#-CROP_ID-THUMBNUM%%) and think:
maybe after THUMBNUM - there is number missed ?
-
try this:
<a href='http://xxx.com/tp/out.php?to=%%DOMAIN1%%&link=top' target="_blank"><img src="%%THUMB1-1-1%%" border="1"></a>
-
and for the tgp # 2:
<a href='http://xxx.com/tp/out.php?to=%%DOMAIN1%%&link=top' target="_blank"><img src="%%THUMB2-2-2%%" border="1"></a>
or I can not understand wright ?
-
no, for trade 2 use this:
<a href='http://xxx.com/tp/out.php?to=%%DOMAIN2%%&link=top' target="_blank"><img src="%%THUMB2-1-1%%" border="1"></a>
-
prblm fixed. thnks 4 help!
-
Nothing for whatever you need just ask!
-
ok, but if I want to add another toplist with another thumbs crop settings, u must make smthing like this:
<a href='http://xxx.com/tp/out.php?to=%%DOMAIN1%%&link=top' target="_blank"><img src="%%THUMB1-2-1%%" border="1"></a>
---
<a href='http://xxx.com/tp/out.php?to=%%DOMAIN1%%&link=top' target="_blank"><img src="%%THUMB2-2-1%%" border="1"></a>
---
<a href='http://xxx.com/tp/out.php?to=%%DOMAIN1%%&link=top' target="_blank"><img src="%%THUMB3-2-1%%" border="1"></a>
-
Yes, exactly!