If you want me to look at it pm me and admin login and url.
Otherwise I don't understand as it works fine on my test forum using ipb default.
Ok Checked yours and your code had to be this
<li class='ipsField tag_field'>
<!-- <label for='ipbTags' class='ipsField_title'>{$this->lang->words['topic_tags']}</label> -->
<php>$ctr = strpos($formData['tagBox'],'<script');$tagBox = substr($formData['tagBox'],$ctr-2);</php>
<p class='ipsField_content'>{$tagBox}</p>
</li>