Author Topic: toplist with pics  (Read 12073 times)

0 Members and 1 Guest are viewing this topic.

Offline sokolm

  • Newbie
  • *
  • Posts: 41
    • View Profile
toplist with pics
« 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>

Offline sokolm

  • Newbie
  • *
  • Posts: 41
    • View Profile
Re: toplist with pics
« Reply #1 on: March 02, 2010, 12:05:07 PM »
I read the "Legend" - (%%THUMB#-CROP_ID-THUMBNUM%%) and think:

maybe after THUMBNUM - there is number missed ?


Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1959
    • View Profile
    • Pretty Girls from your city for night
Re: toplist with pics
« Reply #2 on: March 02, 2010, 01:33:38 PM »
try this:
<a href='http://xxx.com/tp/out.php?to=%%DOMAIN1%%&link=top' target="_blank"><img src="%%THUMB1-1-1%%" border="1"></a>

Offline sokolm

  • Newbie
  • *
  • Posts: 41
    • View Profile
Re: toplist with pics
« Reply #3 on: March 03, 2010, 03:54:00 AM »
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 ?

Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1959
    • View Profile
    • Pretty Girls from your city for night
Re: toplist with pics
« Reply #4 on: March 03, 2010, 05:45:16 AM »
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>

Offline sokolm

  • Newbie
  • *
  • Posts: 41
    • View Profile
Re: toplist with pics
« Reply #5 on: March 03, 2010, 10:41:43 AM »
prblm fixed. thnks 4 help!

Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1959
    • View Profile
    • Pretty Girls from your city for night
Re: toplist with pics
« Reply #6 on: March 04, 2010, 05:36:29 AM »
Nothing for whatever you need just ask!

Offline sokolm

  • Newbie
  • *
  • Posts: 41
    • View Profile
Re: toplist with pics
« Reply #7 on: March 24, 2010, 02:07:11 AM »
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>

Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1959
    • View Profile
    • Pretty Girls from your city for night
Re: toplist with pics
« Reply #8 on: March 24, 2010, 07:22:23 AM »
Yes, exactly!