Quote:
Originally Posted by TTPlayground
I removed
Code:
<!--BEGIN VBSTATUS-->
<vb:if condition="$vbulletin->options['vbstatus_active']">
<script type="text/javascript" src="{vb:raw vboptions.bburl}/vbstatus/mootools.js"></script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/vbstatus/vbstatus_javascript.js"></script>
</vb:if>
<!--END VBSTATUS-->
and now the editor is working fine. vbstatus still seems to be working also, i'm just wondering if it will cause issues later if i leave it as is.
edit: it's not allowing me to edit the status. could i put this code in another place possibly so that it will still work?
|
The headinclude template will obviously be included into every page, you should include the vBStatus scripts only on the templates which require that functionality.