in your site admin it tells you what url to use as the join link
looks like this:
http://join.domain.com/tracker<?=($_GET['nats']?$_GET['nats']:'MDowOjk')?>/
in your gallery, you replace all links pointing to the site with that url.
Its IMPORTANT that you save the gallery as a php file - if you dont it wont work
it could be a gallery design template - sorry
The paysite is not much different.
again all PHP files only (just rename them from html)
All the links must end with something like ?<?=$_SERVER['QUERY_STRING']?>
So if you on the frontpage links to page2.php
it should be changed to page2.php?<?=$_SERVER['QUERY_STRING']?>
its all very well explained in the knowledge base in NATS
The tricky part is the signupform . its a bitch to fit in most of the time
it could be a gallery design template - sorry
The paysite is not much different.
again all PHP files only (just rename them from html)
All the links must end with something like ?<?=$_SERVER['QUERY_STRING']?>
So if you on the frontpage links to page2.php
it should be changed to page2.php?<?=$_SERVER['QUERY_STRING']?>
its all very well explained in the knowledge base in NATS
The tricky part is the signupform . its a bitch to fit in most of the time
just a wild guess, but I think they mean the program's design template and they are not familiar with SMARTY
Comment