Search found 35 matches

by peterjones
Thu Sep 09, 2010 3:52 pm
Forum: Trade Expert - Support & Main Discussion
Topic: generic skim
Replies: 5
Views: 5725

generic skim

where to set a generic skim for site - and does this have to be coded into out url's
by peterjones
Thu Sep 09, 2010 3:33 pm
Forum: Trade Expert - Support & Main Discussion
Topic: stxt out code
Replies: 2
Views: 3927

stxt out code

what te out code should be linked with stxt thumbnails on category pages (i.e. that link by default to gallery pages).
by peterjones
Tue Sep 07, 2010 3:06 pm
Forum: Trade Expert - Support & Main Discussion
Topic: Toplist code
Replies: 5
Views: 5642

Re: Toplist code

Here's the toplist code from the template:

Code: Select all

<li><strong>01:</strong><a href=/cgi-bin/te/o.cgi?id=##domain:1## target='_blank'>##name:1##</a></li>
by peterjones
Mon Sep 06, 2010 10:35 pm
Forum: Trade Expert - Support & Main Discussion
Topic: Toplist code
Replies: 5
Views: 5642

Toplist code

got this code being placed into toplist1.php - but it is not producing a visible entry - site side - in the toplist. 'website.com' is an active trade. <ul class="topList"> <li><strong>01:</strong><a href=/cgi-bin/te/o.cgi?id=website.com target='_blank'></a></li> ... Also, is there filler t...
by peterjones
Mon Sep 06, 2010 9:40 pm
Forum: Trade Expert - Support & Main Discussion
Topic: Re: include
Replies: 1
Views: 3364

Re: include

Should I include the following code on the warning page as well as the index page. <?PHP $qs=getenv("QUERY_STRING"); virtual("/cgi-bin/te/in.cgi?p=mainindex&$qs"); ?> what about all other site pages - should it be included. If it is included on the warning page - won't it log...