Quote:
Originally Posted by cashpath
Same question.. been asked 3 times before but no answer yet...
|
Yep, I did. Uninstalled and not on my site currently, but here's what you need to do. Just replace the current stuff you have for the radio in your navbar with this:
Code:
<script type="text/javascript">
<!--
function OpenRadio(){
Radio = window.open('/forumdirectory/vBRadio.php','vBRadio','directories=no,height=320,width=650,location=no,menubar=no,resizable=no,status=no,toolbar=no')
return false;
}
-->
</script>
<td class="vbmenu_control"><a href="/forumdirectory/#" onclick="return OpenRadio()">Radio</a></td>