Écrire une réponse

Veuillez écrire votre message et l'envoyer

Cliquez dans la zone sombre de l'image pour envoyer votre message.

Retour

Résumé de la discussion (messages les plus récents en premier)

L@ur3nt
2010-06-04 10:49:37

Merci Gotcha,

j'ai modifié le fichier et ça fonctionne bien maintenant.

Merci beaucoup pour ton aide. :)

A+

Gotcha
2010-06-04 10:23:19

Réécrit le code comme suit pour commencer :

Code:

<?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.

L@ur3nt
2010-06-03 23:49:00

Code:

<?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;?>
Gotcha
2010-06-03 23:36:58

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.

L@ur3nt
2010-06-03 23:33:11

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.

tosca
2010-06-03 23:15:25

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.

Gotcha
2010-06-03 23:12:51

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

L@ur3nt
2010-06-03 22:57:40

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]

Sebc77
2010-05-30 15:30:49

Ok très bien merci beaucoup

Gotcha
2010-05-30 15:23:53

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.

Sebc77
2010-05-30 14:08:58

Merci

Mais comment faire pour laisser la possibilité aux utilisateurs de pouvoir envoyé plusieurs photos en même temps ?

Merci

Gotcha
2010-05-30 09:01:57

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 :

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]

tosca
2010-05-30 08:13:17

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.

Sebc77
2010-05-30 02:21:51

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

Sebc77
2010-05-30 01:59:23

Je viens de créer des sous répertoire via ftp dans le dossier gallery, mais ensuite je ne les vois pas.

Pied de page des forums

Propulsé par FluxBB

github twitter newsletter Faire un don Piwigo.org © 2002-2025 · Contact