TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 16, 2024, 06:04:37 PM

Login with username, password and session length
Members
  • Total Members: 3,886
  • Latest: Grendor
Stats
  • Total Posts: 195,189
  • Total Topics: 21,220
  • Online today: 103
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 51
  • Total: 51

TinyPortal Download Manager - Report item mod

Started by Megaforum, January 02, 2008, 05:39:38 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Dragooon

This is a modification(installed via package manager) which adds ability for users to report a item with there message. It adds a permission for the membergroups that who can report item and who cannot.
In Admin panel there is a new section under Admin > Download Manager called as "Reports", there all the reports are shown.

Please read the readme for more information about this mod.

Please use this thread to report any error or give feedback.

Thank you :)

G6Cad

Report as report in bad ? or report in any way ?

Dragooon

A User can type his/her own message so it can be anything as the user wishes to.

G6Cad



MTF95


NIBOGO

#6
Really nice mod , thanks good job



NIBOGO

Spanish:

// Report Download item strings
$txt['tp-dlitemnotfound'] = 'Archivo no existe';
$txt['cannot_tp_dlreport'] = 'Lo siento , pero tu no puedes reportar archivos';
$txt['permissionname_tp_dlreport'] = 'Reportar Archivos';
$txt['permissionhelp_tp_dlreport'] = 'Weather to allow them to report Download items or not';
$txt['tp-dldenied'] = 'Tu no puedes acceder o reportar este archivo';
$txt['tp-dlreporting'] = 'Reportando Archivo';
$txt['tp-dlreportmessage'] = 'Comentario';
$txt['tp-dlreportsubmit'] = 'Enviar Reporte';
$txt['tp-dlreportitem'] = 'Reportar Archivo';
$txt['tp-dlreported'] = 'El archivo ha sido reportado y sera verificado por un administrador o un moderador';
$txt['tp-dlreport'] = 'Reporta este Archivo';
// Admin strings
$txt['tp-dlreports'] = 'Reportes';
$txt['tp-adm-checkreports'] = 'Verificar Reportes';
$txt['tp-adm-adminitem'] = 'Administracion de Archivos';
$txt['tp-adm-reportedon'] = 'Reportado en';
$txt['tp-adm-reporteditem'] = 'Archivo Reportado';
$txt['tp-adm-reportedby'] = 'Reportado por';
$txt['tp-adm-delreport'] = 'Eliminar Reporte';
$txt['tp-adm-noreport'] = 'No se encontro reporte';
// End