On the navigation menu, when you click on Photos, it takes you to a page of photos that users have uploaded. I want it to require login in order to view it.
I thought that photos.php was the correct file. So I opened it and pasted
$logged['member'] = member_auth( 0 );
just before Page Code()......and it didnt work. I am guessing maybe I am editing the wrong file? Any ideas?