Link to Mod (https://custom.simplemachines.org/mods/index.php?mod=4179)
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Randem Systems "Topic Visits" Installation Instructions ver 1.x
// SMF mod package for use with the Simple Machines Forum versions 2.x, PHP
// For more information and support.
//
// Author - Randem (http://www.simplemachines.org/community/index.php?action=profile;u=384160)
//
// Randem Systems Website: http://randemsystems.com
// Topic Visits Support: https://randemsystems.com/support/
// Release History: https://randemsystems.com/support/topicvisits-release-history/
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
What Is Topic Visits:
Topic Visits is a method of logging and reporting uniques visits to your topic pages.
How It Works:
The Topic Visits Logger works by placing the board, topic, member id, IP, date and timestamp of a visitor into a table with a unique key. The number of unique topic visits for the current day will be reported by selected dates that are available in the table. There is also a Downloads stat that can be used in the same fashion. The stats will be displayed in the Statistic Center "[More Stats]" section located on the home page.
Uses:
Monitor which pages are visited the most.
Limitations:
None.
Installation Instructions:
Installs via the Package Manager that is included with the SMF software.
Available Settings can be changed at Administration Center » Modification Settings » Miscellaneous section
NOTE: This application does not log known 'BOTS'
There are settings in the Administration Center » Modification Settings » Miscellaneous section of SMF that control how Topic Visits works. The settings are as follows:
Default - Checked Show Topic Visits Stats.
Default - Checked Show Topic Visits File Download Stats.
Default - UnChecked Delete log tables for Topic Visits on uninstall.
Default - UnChecked Delete settings for Topic Visits on uninstall.
Default - 30 Days Days to retain Topic Visit data (Older data will be deleted automatically).
Default - Date of Install Last date of automatic Topic Visit log pruning (yyyy-mm-dd).
Default - UnChecked Delete settings for Topic Visit Downloads on uninstall.
Default - UnChecked Delete Download log tables for Topic Visits on uninstall.
I'm going to try and see how it goes...
<file name="$languagedir/Modifications.spanish_latin.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
// Topic Visits
$txt['show_topic_visits_stats'] = 'Mostrar estadísticas de visitas del tema.';
$txt['show_topic_visits_file_download_stats'] = 'Mostrar estadísticas de descarga de archivos de visitas del tema.';
$txt['delete_topic_visits_log_tables_on_uninstall'] = 'Eliminar tablas de registro para Visitas de tema en la desinstalación.';
$txt['delete_topic_visits_downloads_log_table_on_uninstall'] = 'Eliminar las tablas de registro de descarga para Visitas de tema en la desinstalación.';
$txt['delete_topic_visits_settings_on_uninstall'] = 'Elimine la configuración de Visitas de tema en la desinstalación.';
$txt['delete_topic_visits_downloads_settings_on_uninstall'] = 'Eliminar configuraciones para el tema Visita las descargas en la desinstalación.';
$txt['days_to_keep_topic_visits_log_data'] = 'Días para retener los datos de la Visita del tema (los datos antiguos se eliminarán automáticamente).';
$txt['last_date_of_topic_visits_log_pruning'] = 'Última fecha de la poda automática del registro de visitas del tema (aaaa-mm-dd).';
]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.spanish_latin-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
// Topic Visits
$txt['show_topic_visits_stats'] = 'Mostrar estadísticas de visitas del tema.';
$txt['show_topic_visits_file_download_stats'] = 'Mostrar estadísticas de descarga de archivos de visitas del tema.';
$txt['delete_topic_visits_log_tables_on_uninstall'] = 'Eliminar tablas de registro para Visitas de tema en la desinstalación.';
$txt['delete_topic_visits_downloads_log_table_on_uninstall'] = 'Eliminar las tablas de registro de descarga para Visitas de tema en la desinstalación.';
$txt['delete_topic_visits_settings_on_uninstall'] = 'Elimine la configuración de Visitas de tema en la desinstalación.';
$txt['delete_topic_visits_downloads_settings_on_uninstall'] = 'Eliminar configuraciones para el tema Visita las descargas en la desinstalación.';
$txt['days_to_keep_topic_visits_log_data'] = 'Días para retener los datos de la Visita del tema (los datos antiguos se eliminarán automáticamente).';
$txt['last_date_of_topic_visits_log_pruning'] = 'Última fecha de la poda automática del registro de visitas del tema (aaaa-mm-dd).';
]]></add>
</operation>
</file>
Anything I will comment, I leave the translations to Latin Spanish as well as possible :-[!
Regards!