I assume your buttons are in includes/navigation_buttons_inc.asp.
The line that has the response.Write for that button, just put this in front of it:
If lngLoggedInUserID <> 0 AND lngLoggedInUserID <> 2 AND blnActiveMember <> "False" Then
|
If no one knows the location of the MP3.asp file they won't know where it is. The above code should make the button hidden until the person is logged in. I have done this with all my buttons except for the register and login buttons until the person is logged on and then they appear.
Hope that's what you were after.
Cheers
Justin