Firstly, bandwidth consumption - this mod would definately eat up bandwidth this is why I used file lodge, in the example. With quite large boards this probably would be a better option, than hosting mp3's on your own server. There are a number of sites dedicated to providing free hosting of mp3's.
However, I will update the download later today, with 2 versions of the actual player, so you can choose which version you would like to install - an Auto-start and the non Auto-start version.
Secondly, with regards to non-registered users you could just hide the link, which is better idea, considering this type of modification using the IF condition.
Here's the modified code to do this:
Code:
<!-- vbMp3 Player Start -->
<if condition="$show['member']">
<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>
</if>
<!-- vbMp3 Player End -->
I'll update this modification later today, and explain other options this mod offers - which I overlooked.
Glad most you like the mod, though!