WillWank wrote:robertgarcia wrote:I dont know how to reduce the percentage of the skimming of my toplist, everytime I click a thumb of my tgp, it goes to the top sites. Please help.
btw im using smart-script and put the "Thumb trade script urls: /cgi-bin/te/o.cgi?s=#skim#&u=#url#"
You can omitt the s=#skim# entirely and use all internal skimmimg in TE or you can specify a value directly. Like /cgi-bin/te/o.cgi?s=70&u=#url# Alternatively you can use group skimming inside TE. Can you show us how your template string looks like?
Probably doesnt apply but also note:
From the manual.
"IMPORTANT: If you are using Trade Expert in combination with Smart Thumbs and you would like to use "external skim", you should use dots instead of commas in the skim pattern, because commas don't work properly with Smart Thumbs. For "internal" or "group" skim pattern it doesn't matter whether you use commas or dots"
Hope this helps

My Template
<strong>TOP 20 Sites</strong>:
<br>
<br>
<table width="800">
<tr>
<td>1. <a href=/cgi-bin/te/o.cgi?id=##id:1##>##name:1##</a></td>
<td>2. <a href=/cgi-bin/te/o.cgi?id=##id:2##>##name:2##</a></td>
<td>3. <a href=/cgi-bin/te/o.cgi?id=##id:3##>##name:3##</a></td>
<td>4. <a href=/cgi-bin/te/o.cgi?id=##id:4##>##name:4##</a></td>
</tr>
<tr>
<td>5. <a href=/cgi-bin/te/o.cgi?id=##id:5##>##name:5##</a></td>
<td>6. <a href=/cgi-bin/te/o.cgi?id=##id:6##>##name:6##</a></td>
<td>7. <a href=/cgi-bin/te/o.cgi?id=##id:7##>##name:7##</a></td>
<td>8. <a href=/cgi-bin/te/o.cgi?id=##id:8##>##name:8##</a></td>
</tr>
<tr>
<td>9. <a href=/cgi-bin/te/o.cgi?id=##id:9##>##name:9##</a></td>
<td>10.<a href=/cgi-bin/te/o.cgi?id=##id:10##>##name:10##</a></td>
<td>11.<a href=/cgi-bin/te/o.cgi?id=##id:11##>##name:11##</a></td>
<td>12.<a href=/cgi-bin/te/o.cgi?id=##id:12##>##name:12##</a></td>
</tr>
<tr>
<td>13.<a href=/cgi-bin/te/o.cgi?id=##id:13##>##name:13##</a></td>
<td>14.<a href=/cgi-bin/te/o.cgi?id=##id:14##>##name:14##</a></td>
<td>15.<a href=/cgi-bin/te/o.cgi?id=##id:15##>##name:15##</a></td>
<td>16.<a href=/cgi-bin/te/o.cgi?id=##id:16##>##name:16##</a></td>
</tr>
<tr>
<td>17.<a href=/cgi-bin/te/o.cgi?id=##id:17##>##name:17##</a></td>
<td>18.<a href=/cgi-bin/te/o.cgi?id=##id:18##>##name:18##</a></td>
<td>19.<a href=/cgi-bin/te/o.cgi?id=##id:19##>##name:19##</a></td>
<td>20.<a href=/cgi-bin/te/o.cgi?id=##id:20##>##name:20##</a></td>
</tr>
</table>
<br>
<br>
smart script text galleries
url: /cgi-bin/te/o.cgi?s=30&u=#url#" <--- still works as 100%skimming.
if I remove this and put only "#url#" the skimming goes to smart-script
are you saying that I change click settings instead of comma I change it to dot?