Enlever l'option de télécharger des CSV
Dans TNG 9 on peut télécharger le résultat des rapports en format CSV. Cette procédure permet d'enlever cette option selon le Wiki TNG de http://tng.lythgoes.net/wiki/index.php?title=CSV_Reports_for_Admin_only
Voici un résumé de la procédure au cas où.
IntroductionTNG V9 adds a button on the Reports page that when clicked will generate a comma separated value (CSV) report file. There are no options provided to control whether this button is available or not. Purpose of ModThis mod was created to remove the Comma-delimited CSV Report button except to those who have the Administrator privilege. Note that the administrator privilege is not limited only to the TNG Administrator, but includes those with Editor roles. This mod was developed based on the email reply provided by Robert Collingwood on the tnguser2 list on how to suppress the button. Mod DeveloperKen Roy based on the email reply provided by Robert Collingwood Installation
VisualizationTNG V9 distributed software shows, which after installing this mod, will only be shown to those with admin privileges
CSV Reports for Admin only |
Voici la procédure.
%name:CSV Reports for Admin only% %version:V9.0.0.0% %description:This mod removes the Create CSV report option for regular users of the site and allows it for the Administrator only.<br /><br />Mod Develop is Ken Roy. <br /><br />% %target:showreport.php% %location:% echo "<p>{$text['matches']} $offsetplus {$text['to']} $numrowsplus {$text['of']} $totrows <a href=\"{$showreport_url}reportID=$reportID&csv=1\" target=\"_blank\" class=\"snlink\">» {$text['csv']}</a></p>"; %end:% %replace:% echo "<p>{$text['matches']} $offsetplus {$text['to']} $numrowsplus {$text['of']} $totrows "; if ($allow_admin) echo "<a href=\"{$showreport_url}reportID=$reportID&csv=1\" target=\"_blank\" class=\"snlink\">» {$text['csv']}</a>"; echo "</p>"; %end:% |
Merci Ken.
Au besoin Cliques ici pour m'envoyer un courriel.
Dernière modification : 11 janvier 2017.