i only wanted it to show up in the threads for guest only so before the </body> tag of the SHOWTHREAD template I threw in
PHP Code:
<if condition="$show['guest']">
<!-- start Vibrant Media IntelliTXT script section -->
<script type="text/javascript" src="INSERT YOURS HERE"></script>
<!-- end Vibrant Media IntelliTXT script section -->
</if>
almost forgot in postbit template
PHP Code:
<div id="post_message_$post[postid]">$post[message]</div>
into this
PHP Code:
<span id="intelliTXT">
<!-- message -->
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->
</span>