I just upgraded to 1.3.0 and had a member of my forum upload a zip file. It worked great (thanks Coppermine). But the only complaint is that there is no way for it show a picture of the contents of the zip. All it shows is a zip graphic. Is there any way to change that and replace the zip with a small pic of what is inside the zip file?
TIA.
http://forum.coppermine-gallery.net/index.php?topic=6450.0
link is dead. Has it been transfered somewhere else?
http://coppermine.sourceforge.net/manual.php#cust_thmb and http://forum.coppermine-gallery.net/index.php?topic=10273.0
If you're looking for zip uploads, go here: http://forum.coppermine-gallery.net/index.php?topic=7750.0
You could have used the search...
Joachim
Thanks GauGau. Much appreciated but I am looking for the zip download files meant for only registered user and not for the unregistered. I tried one suggestion from the forum but the "add to favorite " link disappeared for registered and unregistered users. Any that you are aware off? I have searched the forum.
Thanks again.
Bakr
To show the "add to favorites" link only for registered users, undo your modifications, then edit displayimage.php, find // Create the add to fav link
if (!in_array($CURRENT_PIC_DATA['pid'], $FAVPICS)) {
$info[$lang_picinfo['addFavPhrase']] = "<a href=addfav.php?pid=" . $CURRENT_PIC_DATA['pid'] . " >" . $lang_picinfo['addFav'] . '</a>';
} else {
$info[$lang_picinfo['addFavPhrase']] = "<a href=addfav.php?pid=" . $CURRENT_PIC_DATA['pid'] . " >" . $lang_picinfo['remFav'] . '</a>';
}
and replace with // Create the add to fav link
if(USER_ID) {
if (!in_array($CURRENT_PIC_DATA['pid'], $FAVPICS)) {
$info[$lang_picinfo['addFavPhrase']] = "<a href=addfav.php?pid=" . $CURRENT_PIC_DATA['pid'] . " >" . $lang_picinfo['addFav'] . '</a>';
} else {
$info[$lang_picinfo['addFavPhrase']] = "<a href=addfav.php?pid=" . $CURRENT_PIC_DATA['pid'] . " >" . $lang_picinfo['remFav'] . '</a>';
}
}
Joachim
babr,
are you looking for something like this:
http://www.creatingslideshows.com/gallery
There all zipped