Here's how to enable Haloscan Comments and Trackbacks for MovableType 3.2. I got some help from Jeevan's post at the Haloscan Forums. Disclaimer: I will not be held responsible for any damage to your blog. Please backup your templates before proceeding.
Make sure you have a Haloscan account. Next, before proceeding, backup your templates! Then in MovableType, enable Comments and Trackbacks in Settings>Feedback.
Go to Templates and in the Main Index, paste the following after the <head> tag:
<script type=“text/javascript” src=“http://www.haloscan.com/load/YOURUSERNAME”> </script>
For Comments, locate the <MTifCommentsActive> tags, delete what is between them and replace it with the following code:
<a href=“javascript:HaloScan('<$MTEntryID$>');”><script type=“text/javascript”>postCount('<$MTEntryID$>');</script></a>
For Trackbacks, locate the <MTIfPingsActive> tags, delete what is between them and replace it with the following code:
<a href=“javascript:HaloScanTB('<$MTEntryID$>');” target=“_self”><script type=“text/javascript”>postCountTB('<$MTEntryID$>'); </script></a>
Finally, go to Templates>Archives and do the same procedure above for the following templates: Main Index, Date-Based Archive, Category Archive, and Individual Entry.
Rebuild your site.
Hopefully this will go fine without errors.
technorati tags: comments, haloscan, movabletype, trackback