how i can do that? please help me :\'(
Try explaining what you want properly. Moving this to appropriate board.
i don't like show album list, last files .... only if the users are logged i show my pictures. how i can do that?
http://coppermine.sourceforge.net/faq.php#registeredUsersOnly
ok but where i can edit?
edit
displayimage.php and index.php and search.php and thumbnails.php
and search for
require('include/init.inc.php');
and add after it
if (USER_ID){
??????????????????????? what is this? all the script?
} else {
{
$redirect = $redirect . "login.php";
header("Location: $redirect");
exit();
}
}
is only for album list link