forum.coppermine-gallery.net

Support => Older/other versions => cpg1.3.x Support => Topic started by: pearlxjam on February 09, 2005, 03:11:24 pm

Title: no list albums and links others for no registred users at index
Post by: pearlxjam on February 09, 2005, 03:11:24 pm
how i can do that? please help me  :\'(
Title: Re: no list albums and links others for no registred users at index
Post by: Nibbler on February 09, 2005, 03:12:13 pm
Try explaining what you want properly. Moving this to appropriate board.
Title: Re: no list albums and links others for no registred users at index
Post by: pearlxjam on February 09, 2005, 03:38:21 pm
i don't like show album list, last files .... only if the users are logged i show my pictures. how i can do that?
Title: Re: no list albums and links others for no registred users at index
Post by: Nibbler on February 09, 2005, 04:01:37 pm
http://coppermine.sourceforge.net/faq.php#registeredUsersOnly
Title: Re: no list albums and links others for no registred users at index
Post by: pearlxjam on February 09, 2005, 04:46:45 pm
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