From what I can see of the features so far, it looks REAL nice. Much MUCH better than TradeX. Which by the way, is basically done for. I am converting from TradeX to TE3, probably.
1. I was checking my install for security as suggested in the installation steps. I can see the te3/te3data/tips.txt. I asked my host about the .htaccess and they say it is set correctly. So, what should I do?
2. How do I set up, or save a template? I looked around and thought I understood it, but, it seems it is not working. It keeps saying cannot open (folder/trade.templates/)! when I go to add a form template into my desired folder.
This is the template I am currently using with TradeX to list 5 links:
Code: Select all
<table border=0 cellpadding=0 cellspacing=0>
<tr>
{range start=1 end=5 counter=$i}{assign var=$trade code=$g_trades[$i]}
<td>
<img src="/templates/Blue/images/icon.png" width="15" height="17" alt=""> <a target="_blank" href="{$config.base_url}/traffic/out.php?l=TopLinks&t={$trade.domain}" class="largest" title="{$trade.site_description}">{$trade.site_name}</a><br>
</td>
</tr>
{/range}
</table>
Code: Select all
<table>
<tr><td><img src="/templates/Blue/images/icon.png" width="15" height="17"> <a href="/te3/out.php?id=##domain:1##">##name:1##</a></td></tr>
<tr><td><img src="/templates/Blue/images/icon.png" width="15" height="17"> <a href="/te3/out.php?id=##domain:2##">##name:2##</a></td></tr>
<tr><td><img src="/templates/Blue/images/icon.png" width="15" height="17"> <a href="/te3/out.php?id=##domain:3##">##name:3##</a></td></tr>
<tr><td><img src="/templates/Blue/images/icon.png" width="15" height="17"> <a href="/te3/out.php?id=##domain:4##">##name:4##</a></td></tr>
<tr><td><img src="/templates/Blue/images/icon.png" width="15" height="17"> <a href="/te3/out.php?id=##domain:5##">##name:5##</a></td></tr>
</table>
3. Does TE3 need to call home to function? So if you disappear like JMB did, will the software still function? (Free or Licensed) .. I am a bit skeptical of all Trade scripts these days. Support always disappears and I am left with hundreds of dollars worth of useless software. Over and over and over.
Thank you for time and support.