Can someone help me please. I am using a chat program on my site that is interfeering with this mod. If I add the following line in my footer which is required for my chat program I cant get my stats to show up but if I remove the listed code everything works fine, Is there a problem with jquery and how can I fix it?
Footer
<if condition="is_member_of($vbulletin->userinfo, 5, 6, 7)">
<script type="text/javascript" src="/forums/chat/js/jquery.js"></script>
<script type="text/javascript" src="/forums/chat/js/chat.js"></script>
</if>
|