Quote:
Originally Posted by Tork64
Hmm, maybe its just me but in your instructions you say
"
Edit the navbar template, find
+++++++++++++++++++++++++++++++++++++++++
//-->
</script>
+++++++++++++++++++++++++++++++++++++++++
before that, add
"
however the text "//-->" is not there so i dont know where to inject the code.
trying this on 3.6.6 btw.
|
The navbar code has changed and that line is not there any more.
Just put this at the VERY TOP of your navbar template:
Code:
<script type="text/javascript">
function openChatbox () {
chatbox = window.open('chatbox.php','chatbox','height=330,width=650,directories=no,location=no,menubar=no,resizable=yes,status=no,toolbar=no,scrollbars=yes');
}
</script>