Hey, this mod rocks.. thanks so much!
I followed the install instructions and have it working well, but I have a small issue - the "MGC Chat" link in the top navbar (between "Calendar" and "New Posts") does not do anything when clicked on.
Here is the code I put into my navbar template that is showing this link...
Code:
<!-- START CHATBOX CODE -->
<td id="mgc_cb" class="vbmenu_control">
<a href="#">MGC Chatbox</a>
<script type="text/javascript">
vbmenu_register("mgc_cb");
</script>
</td>
<!-- END CHATBOX CODE -->
Any ideas?
I'm running vBulletin 3.6.8 and MGC Chatbox 1.5 (English). Thanks.