Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Cómo modificar formulario UPLOAD FORM para disminuir número de archivos a subir?  (Read 4246 times)

0 Members and 1 Guest are viewing this topic.

nuki

  • Coppermine newbie
  • Offline Offline
  • Posts: 5

Saludos:

Por defecto tengo que se pueden subir 5 archivos y enlazar desde otros sitios hasta 3 links. ¿Desde dónde se modifican estos parámetros?

Lo he intendado desde upload.php:

Code: [Select]
<?php
// Confirm we are in Coppermine and set the language blocks.
define('IN_COPPERMINE'true);
define('UPLOAD_PHP'true);
define('DB_INPUT_PHP'true);
define('ADMIN_PHP'true);

// Call basic functions, etc.
require('include/init.inc.php');
require(
'include/picmgmt.inc.php');

// Some placeholders.
$customize CUSTOMIZE_UPLOAD_FORM;
$user_form USER_UPLOAD_FORM;
$allowed_URI_boxes 3;
$allowed_file_boxes 3;

$allowed_URI_boxes = 3;
$allowed_file_boxes = 3;

Poniendo los dos a 3 no me modifica nada, sigo teniendo 5 y 3.


Existe alguna opción en el panel de administración para modificar estos parámetros?

Gracias y un saludo
Logged

Fabricio Ferrero

  • Moderator
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 1996
  • From San Juan, Argentina, to the World!
    • http://fabricioferrero.com/

Por favor, volvé esos valores como estaban para que todo funcione correctamente.

Para lograr lo que necesitas debes dirigirta (una vez que inicies sesión como administrador) al panel "Grupos".

Saludos,
Logged
Read Docs and Search the Forum before posting. - Soporte en español
--*--
Fabricio Ferrero's Website

Catching up! :)
Pages: [1]   Go Up
 

Page created in 0.025 seconds with 18 queries.