Merci Gotcha,
j'ai modifié le fichier et ça fonctionne bien maintenant.
Merci beaucoup pour ton aide. :)
A+
Réécrit le code comme suit pour commencer :
<?php // +-----------------------------------------------------------------------+ // | upload | // +-----------------------------------------------------------------------+ // upload_maxfilesize: maximum filesize for the uploaded pictures. In // kilobytes. $conf['upload_maxfilesize'] = 500; // upload_maxheight: maximum height authorized for the uploaded images. In // pixels. $conf['upload_maxheight'] = 1280; // upload_maxwidth: maximum width authorized for the uploaded images. In // pixels. $conf['upload_maxwidth'] = 1280; // upload_maxheight_thumbnail: maximum height authorized for the uploaded // thumbnails $conf['upload_maxheight_thumbnail'] = 160; // upload_maxwidth_thumbnail: maximum width authorized for the uploaded // thumbnails $conf['upload_maxwidth_thumbnail'] = 160; ?>
Si ça ne fonctionne toujours pas, supprime ce qu'il y a entre la première et la dernière ligne.
<?php// +-----------------------------------------------------------------------+ // | upload | // +-----------------------------------------------------------------------+ // upload_maxfilesize: maximum filesize for the uploaded pictures. In // kilobytes. $conf['upload_maxfilesize'] = 500; // upload_maxheight: maximum height authorized for the uploaded images. In // pixels. $conf['upload_maxheight'] = 1280; // upload_maxwidth: maximum width authorized for the uploaded images. In // pixels. $conf['upload_maxwidth'] = 1280; // upload_maxheight_thumbnail: maximum height authorized for the uploaded // thumbnails $conf['upload_maxheight_thumbnail'] = 160; // upload_maxwidth_thumbnail: maximum width authorized for the uploaded // thumbnails $conf['upload_maxwidth_thumbnail'] = 160;?>
L@ur3nt a écrit:
Salut,
merci pour les réponses. Je viens de vérifier, je n'ai pas le fichier /local/config/config.inc.bak.php
Dans ce cas, édite ton fichier /local/config/config.inc.php
Copie/colle le contenu sur le forum avant de faire quoi que ce soit.
Salut,
merci pour les réponses. Je viens de vérifier, je n'ai pas le fichier /local/config/config.inc.bak.php
tosca a écrit:
En principe l'ancien fichier /local/config/config.inc.php a du être sauvegardé en /local/config/config.inc.bak.php.
Donc :
- tu supprimes /local/config/config.inc.php
- puis tu renommes /local/config/config.inc.bak.php en /local/config/config.inc.php
et tu devrais être revenu à l'état antérieur.
En principe l'ancien fichier /local/config/config.inc.php a du être sauvegardé en /local/config/config.inc.bak.php.
Donc :
- tu supprimes /local/config/config.inc.php
- puis tu renommes /local/config/config.inc.bak.php en /local/config/config.inc.php
et tu devrais être revenu à l'état antérieur.
Via FTP tu vas dans \local\config\config.inc.php
Tu as une version antérieur disponible aussi qui se trouve au même endroit mais qui porte l'extension .bak
Bonsoir,
je viens de suivre la manip suivante pour autoriser l'ajout de photos sans restriction de taille mais j'ai du me planter quelque part, car depuis si je vais sur le site j'ai droit à une page blanche. Y-a t'il un moyen de revenir en arrière, ou de modifier le script depuis le ftp.
Merci.
Gotcha a écrit:
Via LocalFiles Editor, onglet "Configuration locale".
Colle le code suivant :Code:
// +-----------------------------------------------------------------------+ // | upload | // +-----------------------------------------------------------------------+ // upload_maxfilesize: maximum filesize for the uploaded pictures. In // kilobytes. $conf['upload_maxfilesize'] = 500; // upload_maxheight: maximum height authorized for the uploaded images. In // pixels. $conf['upload_maxheight'] = 1280; // upload_maxwidth: maximum width authorized for the uploaded images. In // pixels. $conf['upload_maxwidth'] = 1280; // upload_maxheight_thumbnail: maximum height authorized for the uploaded // thumbnails $conf['upload_maxheight_thumbnail'] = 160; // upload_maxwidth_thumbnail: maximum width authorized for the uploaded // thumbnails $conf['upload_maxwidth_thumbnail'] = 160;A toi d'adapter selon tes préférences.
Source : [wiki]
Ok très bien merci beaucoup
Pour le moment, à part avec pLoader + Community on ne peut pas le faire.
Ce point sera amélioré dans le futur mais pas tout de suite.
Merci
Mais comment faire pour laisser la possibilité aux utilisateurs de pouvoir envoyé plusieurs photos en même temps ?
Merci
Sebc77 a écrit:
J'ai réussit a créer le dossier.
Mais j'aimerais laisser aux utilisateurs d'envoyer plusieurs photos et sans restrictions de taille.
Comment je peut faire ?
Merci
Via LocalFiles Editor, onglet "Configuration locale".
Colle le code suivant :
// +-----------------------------------------------------------------------+ // | upload | // +-----------------------------------------------------------------------+ // upload_maxfilesize: maximum filesize for the uploaded pictures. In // kilobytes. $conf['upload_maxfilesize'] = 500; // upload_maxheight: maximum height authorized for the uploaded images. In // pixels. $conf['upload_maxheight'] = 1280; // upload_maxwidth: maximum width authorized for the uploaded images. In // pixels. $conf['upload_maxwidth'] = 1280; // upload_maxheight_thumbnail: maximum height authorized for the uploaded // thumbnails $conf['upload_maxheight_thumbnail'] = 160; // upload_maxwidth_thumbnail: maximum width authorized for the uploaded // thumbnails $conf['upload_maxwidth_thumbnail'] = 160;
A toi d'adapter selon tes préférences.
Source : [wiki]
Catégories -> Gérer puis onglet Transférer pour définir les catégories autorisées à l'ajout.
Configuration -> Options puis onglet Transférer pour définir quelts types d'utilisateurs peuvent ajouter.
J'ai réussit a créer le dossier.
Mais j'aimerais laisser aux utilisateurs d'envoyer plusieurs photos et sans restrictions de taille.
Comment je peut faire ?
Merci
Je viens de créer des sous répertoire via ftp dans le dossier gallery, mais ensuite je ne les vois pas.