VERSION 1.1#
Plan for this plugin is to give you more control over hits in statistics. Currently the features are rather limited, but updates are already planned and will be included as time allows.
The page can be found in admin under the tools menu
Features
1) Backup stats before doing anything
2) Complete toplist hits in reset. Javascript confirm popup is included so you dont reset by mistake
3) Alter hits in for all members at once, or use a list of members you define. Alternatively you can edit a member directly to edit his hits in.
Updates
15.01.2013 - Some visual improvements
15.01.2013 - Lets you choose to alter all members or a list you define
15.01.2013 - Ability to backup the stats table before doing anything. Recommended!
Planned Features
1) View votes, ip, whois, time via a vote log.
2) Clear the log regularly, so it doesnt gets to big
Installation
1) Please do the following change to sources/admin.php . This change will be included into VisioList 1.0 so you don't need to reapply the change
Find this line
Replace that line with the following
2) Upload plugin through admin plugin manager or ftp
If you encounter any issues, please let me know.
Plan for this plugin is to give you more control over hits in statistics. Currently the features are rather limited, but updates are already planned and will be included as time allows.
The page can be found in admin under the tools menu
Features
1) Backup stats before doing anything
2) Complete toplist hits in reset. Javascript confirm popup is included so you dont reset by mistake
3) Alter hits in for all members at once, or use a list of members you define. Alternatively you can edit a member directly to edit his hits in.
Updates
15.01.2013 - Some visual improvements
15.01.2013 - Lets you choose to alter all members or a list you define
15.01.2013 - Ability to backup the stats table before doing anything. Recommended!
Planned Features
1) View votes, ip, whois, time via a vote log.
2) Clear the log regularly, so it doesnt gets to big
Installation
1) Please do the following change to sources/admin.php . This change will be included into VisioList 1.0 so you don't need to reapply the change
Find this line
Code:
require_once("{$CONF['path']}/sources/admin/{$page_name}.php");
Code:
$sources = 'sources/admin';
// Plugin Hook - Include new admin source file
eval(PluginManager::getPluginManager()->pluginHooks('admin_include_source'));
require_once("{$CONF['path']}/{$sources}/{$page_name}.php");
If you encounter any issues, please let me know.
Attachments
-
7.1 KB Views: 63