Author Topic: Copy/paste default templates  (Read 16978 times)

0 Members and 1 Guest are viewing this topic.

Offline Dred

  • Newbie
  • *
  • Posts: 42
    • View Profile
Copy/paste default templates
« on: December 03, 2008, 05:00:22 AM »
Just what the title states...need a couple of copy/paste templates.

A text toplist template
a thumbs toplist template
a template to use for your site with the variables plugged in.

Especially the last one, i see use %%URL#%% and then use to= and various other legends for plugging in variables and values.
Use this on toplists, use this for thumbs...too frikkin' confusing if you ask me. Took me forever to figure which value to use where.

It shouldn't take hours to set this up in your template...no matter the thumb script. I had probs (my site ended up as blank page after all that work) with two different rotators on live sites, VanillaTGP and Comus, so i decided not to even attempt using this on ST.

Offline nylonfreaks

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: Copy/paste default templates
« Reply #1 on: July 17, 2009, 11:19:42 AM »
I agree. A definitive guide to writing a template would be good to, as I an trying to set up one as per the manual and cannot get it to work.

Does anyone have any ideas?

Offline ip0li

  • miSearkXD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1952
    • View Profile
    • Premier Сasual Dating Real-life Girls
Re: Copy/paste default templates
« Reply #2 on: July 18, 2009, 05:51:45 AM »
Code: [Select]
Top 10 sites
1. <a href="/tp/out.php?link=top&to=%%DOMAIN1%%">%%NAME1%%</a> %%IN1%%<br>
2. <a href="/tp/out.php?link=top&to=%%DOMAIN2%%">%%NAME2%%</a> %%IN2%%<br>
3. <a href="/tp/out.php?link=top&to=%%DOMAIN3%%">%%NAME3%%</a> %%IN3%%<br>
4. <a href="/tp/out.php?link=top&to=%%DOMAIN4%%">%%NAME4%%</a> %%IN4%%<br>
5. <a href="/tp/out.php?link=top&to=%%DOMAIN5%%">%%NAME5%%</a> %%IN5%%<br>
6. <a href="/tp/out.php?link=top&to=%%DOMAIN6%%">%%NAME6%%</a> %%IN6%%<br>
7. <a href="/tp/out.php?link=top&to=%%DOMAIN7%%">%%NAME7%%</a> %%IN7%%<br>
8. <a href="/tp/out.php?link=top&to=%%DOMAIN8%%">%%NAME8%%</a> %%IN8%%<br>
9. <a href="/tp/out.php?link=top&to=%%DOMAIN9%%">%%NAME9%%</a> %%IN9%%<br>
10. <a href="/tp/out.php?link=top&to=%%DOMAIN10%%">%%NAME10%%</a> %%IN10%%<br>

Top 5 with thumbs
<a href="/tp/out.php?to=%%DOMAIN1%%&link=topthumbs"><img src="%%THUMB1-1-1%%" /></a>
<a href="/tp/out.php?to=%%DOMAIN2%%&link=topthumbs"><img src="%%THUMB2-1-1%%" /></a>
<a href="/tp/out.php?to=%%DOMAIN3%%&link=topthumbs"><img src="%%THUMB3-1-1%%" /></a>
<a href="/tp/out.php?to=%%DOMAIN4%%&link=topthumbs"><img src="%%THUMB4-1-1%%" /></a>
<a href="/tp/out.php?to=%%DOMAIN5%%&link=topthumbs"><img src="%%THUMB5-1-1%%" /></a>

Offline nylonfreaks

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: Copy/paste default templates
« Reply #3 on: September 12, 2009, 06:59:01 AM »
Thanks :)