2
« on: April 05, 2011, 12:13:08 PM »
Ok, my toplist are showing up(the ones on the bottom), but they are showing up as:
%%NAME1%%
And it appears that they work, meaning when I click on them, I am taken to websites that I trade with. But a catch to that is that if I click the same link twice... it takes me to different trade sites.
1. How do I get it to where the actual name of the website shows up
2. Each toplist name would take me to the same site when clicked twice.
This is the code I have in my "toplist4.php" area in the "Edit toplist" section in the RSTPG settings:
<ul id="top4tr">
<li><a href="tp/out.php?to=%%DOMAIN1%%&link=top">%%NAME1%%</a></li>
<li><a href="tp/out.php?to=%%DOMAIN11%%&link=top">%%NAME11%%</a></li>
<li><a href="tp/out.php?to=%%DOMAIN21%%&link=top">%%NAME21%%</a></li>
<li><a href="tp/out.php?to=%%DOMAIN31%%&link=top">%%NAME31%%</a></li>
</ul>