coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: sunsuron on June 22, 2004, 08:42:44 PM

Title: Previewing thumbnails outside directory.
Post by: sunsuron on June 22, 2004, 08:42:44 PM
Hello all.

I have coppermine installed in http://www.mydomain.com/coppermine/ and
my index at http://www.mydomain.com/main/

Is it possible that I can preview some thumbnails from /coppermine/ folder to my /main/index.php for example, showing
last addition of photos in /main/index.php

FYI: I have modified index.php, displayimage.php, search.php and thumbnails.php so that only registered user can view the /coppermine/ directory using method:

if (USER_ID){

} else {
{
  $redirect = $redirect . "login.php";
      header("Location: $redirect");

  exit();
}}
Title: Re: Previewing thumbnails outside directory.
Post by: Casper on June 22, 2004, 08:44:30 PM
Use rss feeds.  See the mods board.