Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Previewing thumbnails outside directory.  (Read 3181 times)

0 Members and 1 Guest are viewing this topic.

sunsuron

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Previewing thumbnails outside directory.
« 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:
Code: [Select]
if (USER_ID){

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

   exit();
}}
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: Previewing thumbnails outside directory.
« Reply #1 on: June 22, 2004, 08:44:30 pm »

Use rss feeds.  See the mods board.
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 20 queries.