Coppermine: Show only new files in 'Batch upload files'.

Technical Q&A involving operating systems, networking, software, and hardware issues.

Moderator: jasonb

Post Reply
User avatar
jasonb
Site Administrator
Posts: 105
Joined: Tue Apr 22, 2003 1:54 pm
Location: Toronto, Canada
Contact:

Coppermine: Show only new files in 'Batch upload files'.

Post by jasonb »

In searchnew.php, look for the first:

Code: Select all

        return <<<EOT
and replace with:

Code: Select all

    if ($checked == 'checked') {
        return <<<EOT
Immediately after, look for:

Code: Select all

EOT;
and replace with:

Code: Select all

EOT;
}
Post Reply