Log in

View Full Version : intellitxt integration


cash7c3
12-27-2006, 03:36 AM
hey, I am integrating intellitxt into my site but I would like it to show only for unregistered users. Can anyone help me out or point me in the right direction to make this happen?

Thank You For Your Time
-cash

nevermind i got it

bplinson
02-26-2007, 08:06 AM
How did you do it?

cash7c3
02-27-2007, 12:10 AM
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

<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 <div id="post_message_$post[postid]">$post[message]</div>

into this

<span id="intelliTXT">
<!-- message -->
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->
</span>

brandon515
06-22-2007, 04:23 PM
Great post. Thanks!