this is a copy of a post made on the stxt board. Am posting here as presumably you know the answers as well:
===
with reference to Goodwill's tradescript code example given below, for stxt thumbnails - presently, I have:
<a href="/stxt/stxt.php?id=%id%&p=%skim%&pp=%page_position%&pn=%page_number%&x=%md5_checksum%&u=%url_encoded%" target="_self">
For trade pulse - I've been explained the code is: /tp/out.php?url=
so that would make it just:
<a href="/tp/out.php?url=" target="_self">
Quest 1: But what will that mean for stxt's ability to generate pages in order of popularity, etc (and/or other functionality derived from the other arguments passed in the default stxt thumbnail code).
How can I fully incorporate trade pulse but still keep all stxt functionality.
Quest 2: The only trade pulse code presently included on pages (which presumably monitors incoming clicks) is:
<?php virtual('/tp/ssi_in.php')?>
however, given that the existing default thumbnail code is as above - i.e:
<a href="/stxt/stxt.php?id=%id%&p=%skim%&pp=%page_position%&pn=%page_number%&x=%md5_checksum%&u=%url_encoded%" target="_self">
How come when I update the skim value in trade pulse, that it actually has an effect (when thumbnails clicked). Though this is correct, I don't see how this is happening given I don't have the trade pulse thumbnail code on the pages yet.
The only seeming coupling of stxt and trade pulse currently is via the Tradescript url setting in general settings of:
/tp/out.php?url=#url#
Further, with the existing thumbnail code and /tp/out.php?url=#url# setting in general settings, clicks out from thumbnails are already being recorded in trade pulse. What extra functionality will I gain by making the thumbnail code:
<a href="/tp/out.php?url=" target="_self">