Autor del MOD: Porutchik < http://forum.aeroion.ru/cat1/ >
Descripción del MOD
Este MOD permite visualizar el nombre de los usuarios que han descargado un archivo adjunto.
No se configura en el ACP.
Instalación: Para instalar el MOD leer el install.xml.
Tras la instalación, vaciar caché del foro.
Versión del MOD: 1.0.0
Dificultad: Fácil
Tiempo de Instalación Aprox. ~5 Minutos
Compatible con phpBB: 3.0.X
Tema original en phpBB: https://www.phpbb.com/community/viewtop ... &t=2112428
Soporte oficial en phpBB: https://www.phpbb.com/community/viewtop ... &t=2112428
Tema oficial en Aeroion
Descargar: Capturas:
Spoiler



Traducción al español (realizada por mi)
Abrir: language/ES/common.php
Buscar
Código: Seleccionar todo
?>
Código: Seleccionar todo
//[begin] Who has downloaded a attachment by Porutchik
$lang = array_merge($lang, array(
'ATTACH_WHO_DOWNLOADED' => '¿Quién ha descargado este adjunto?',
'ATTACH_DATE_DOWNLOADED' => 'Fecha de descarga',
));
//[end] Who has downloaded a attachment by Porutchik