The color file is commented easily for you to understand, lol hope the club cashes out then

My avatar means United harry potter fans :disappointed:
To allow registered users to use it simple add this code
Open the navbar template
Find
Code:
<td class="vbmenu_control"><a href="radio.php?$session[sessionurl]">Radio</a></td>
Before this add:
Code:
<if condition="$show['member']">
After the "td" tag add
<td class="vbmenu_control"><a href="radio.php?$session[sessionurl]">Radio</a>
</td>
Add this after
Hope that works