Et juste un truc pour que quand on a un fichier zip, l'icone télécharger n'apparaisse pas 2 fois :
vers la ligne 530, supprimer
// download link if file is not a picture
if (!$picture['current']['is_picture'])
{
$template->assign_block_vars(
'download',
array('U_DOWNLOAD' => $picture['current']['download']));
}
Sinon c'est vraiment super!!
Merci encore
Salut,
j'ai téléchargé le MOD, et je propose d'améliorer la traduction en anglais des boutons de sélection et téléchargement. Voilà le MOD du MOD :)
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
OPEN INSTALL.txt
#
#-----[ FIND ]------------------------------------------
#
//MOD DOWNLOAD
$lang['select_all'] = "any coachman";
$lang['start_dl'] = "To download the selection";
$lang['uncheck'] = "All to strip";
$lang['dl_title'] = "Remote loading of the images";
//MOD DOWNLOAD
#
#-----[ REPLACE, BY ]------------------------------------------
#
//MOD DOWNLOAD
$lang['select_all'] = "Select all";
$lang['start_dl'] = "Download the selection";
$lang['uncheck'] = "Unselect all";
$lang['dl_title'] = "Download the pictures";
//MOD DOWNLOAD
A+
Altus
Hors ligne
moi j'ai mis le dernier MOD sur ma version 1.5.1
ca telecharge bien le fichier ZIP mais il fait 123 octest bytes, quand je check dans le reportoire "zip_archive" du site, le fichier zip est bien present mais 0bytes.
Je n'utilise que des images sur un site distant, est ce à cause de cela?
Hors ligne