Stefan

Anonymous
hungry
Three simple steps to adding trackback functionality to your Geeklog CMS (if you can't wait for upcoming GL versions):

1. Go to the HaloScan site and sign up for an account.


2. Paste the following code in the section of the header.thtml template (substitute the "enteryourusernamehere" part with your username):

Text Formatted Code
<script type="text/javascript" src="http://www.haloscan.com/load/enteryourusernamehere">; </script>
 



3. Paste the following code in your storytext.thtml template, at the position where you want the trackback link to appear:

Text Formatted Code
<a href="javascript:HaloScanTB('{article_url}');" target="_self"><script type="text/javascript">postCountTB('{article_url}'); </script></a>
 




That should be about it!



/ Stefan, loci.se