I have it woking fine on 3.6.2
I do have a question though. I wanted to add all my ... lets say fun links to this navbar as too keep them seperated from the help/control navbar
http://www.worldclassbodybuilding.com/forums/
I have made my way around the sessions code in the Vbookie as to just be able to add the link.
But with the Mp3 player. It has a pop-up and just won't work without modifying the actual navbar code.
right now I have it in the primary navbar .. is there a way to make this happen?
I can not place this as a link through the admincp/ Menu Control Version 1.3 Settings
Code:
<!-- vbMp3 Player Start -->
<script type="text/javascript">
<!--
function OpeniPod(){
iPod = window.open('ipod.htm','iPod','directories=no,height=430,width=190,location=no,menubar=no,resizable=no,status=no,toolbar=no')
return false;
}
-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpeniPod()">vbPlayer</a></td>
<!-- vbMp3 Player End -->