Script Pulse

Trade Pulse => Trade Pulse Feature Requests => Topic started by: Dred on December 03, 2008, 05:00:22 AM

Title: Copy/paste default templates
Post by: Dred 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.
Title: Re: Copy/paste default templates
Post by: nylonfreaks 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?
Title: Re: Copy/paste default templates
Post by: ip0li 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>
Title: Re: Copy/paste default templates
Post by: nylonfreaks on September 12, 2009, 06:59:01 AM
Thanks :)