Quote:
Originally Posted by docvader
Tremendous ZT. Your work and abilities never cease to amaze me. I have one question though; I just can't figure out how to hard code this, within your coding structure. My navigation bar goes through different parts of my site, ie, Photopost, and if you are NOT in the main vb forum, the link will not call to the WMP pop up box. I've tried different hard code changes in the navbar text, but cannot seem to make it work. Any ideas?
Thanks
rich
russbo.com
|
I think you sent me a message about this also. I have it working on all sections of my site- The VBAdvanced, Photopost, Reviewpost.
I visted your site, you have kind of a "different" directory structure, but...
Try inserting this code into to your NAVBAR template where you currently have the existing vbRadio link. This works perfectly on my forum (with my folder and filepaths of course!) If I have the incorrect path to your vb and vBRadio.php files, just correct them. As I said, this code works in all segments of my website.
It does appear as if you are using frames (I hate frames!) and that might be causing some issues for you.
Code:
<!-- radio launcher -->
<script type="text/javascript">
<!--
function OpenRadio(){
Radio = window.open('http://x.russbo.com/vb/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="#" onclick="return OpenRadio()">vBRadio</a></td>