Joe I got a issue with this. It seems it breaks the inline moderation. When I tick on the checkboxes to moderate posts / threads, it says Invalid Thread Specified when you try to do anything.
This is what it shows in the error console for FF.
Code:
SyntaxError: missing ; before statement
http://ozzmodz.com/forumdisplay.php?69-Top-News-Stories
Line 571
Which what it is doing is interfering with this bit of code:
HTML Code:
<vb:if condition="$show['inlinemod']">
<script type="text/javascript">
<!--
vB_XHTML_Ready.subscribe(function() { register_inlinemod("thread_inlinemod_form", "li", "threadbit", "thread"); });
//-->
</script>
</vb:if>
Which is in about 9 templates in a default vB, it is replacing
register_inlinemod with,
whatever_you_changed_the_name_to_inlinemod
Took me forever to figure out it was you mod causing it, as I just about disabled every other mod i had running.