I moving from Comus Thumbs to TGPX and I'm having a few problems getting the script to work correctly.
I’m having some problems getting my Trade Pulse script working with click.php.
I've added the following Template to click.php
$TEMPLATE = ‘http://www.mydomain.com/tp/out.php?fc=1&p=60&url={$gallery_url}’;
My template reads as the following:
{foreach var=$gallery from=$galleries counter=$counter}
<td><a href="/tgpx/click.php?id={$gallery.gallery_url|htmlspecialchars}" target="_blank"><img src="{$gallery.preview_url|htmlspecialchars}" border="0" alt="Thumb"></a></td>
{insert counter=$counter location=+4 max=36}
Clicks do go to my trades however when a click attempts to go to a gallery it sends me to the Trade Pulse admin login page
www.mydomain.com/ tp/login.php
Also my toplist is not visable any longer using <!--#include virtual="tp/toplist.html"-->
Any ideas why this is happening?
(Please note the script is currently working fine on my index.shtml with Comus, It's just not working using TGPX on main.html)
Thanks in advance