largersmallernormaltext version of this page

View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014890phplistClick Trackingpublic03-06-08 19:2630-09-08 22:02
Reportertahongawaka 
PrioritynormalSeveritytrivialReproducibilityalways
StatusnewResolutionopen 
PlatformOSOS Version
Product Version2.10.5 
Target Version2.11.XFixed in Version 
Summary0014890: Test messages affect stats
DescriptionBefore sending a message, I always like to send myself test messages to make sure everything works, and I click the links to make sure that they are going to the right place. Unfortunately, these click links are retained in the database and affect the click tracking stats.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0050237)
haroldbr (reporter)
30-09-08 22:02

I ran into this same issue. To redeem the problem I created a script that clears out the stats for a message. It is activated by a link on the 'message' page. Before it clears the stats, it asks you to confirm the action, which is irreversible. To use this script, drop it in your /admin folder and edit /admin/message.php. Change line 51 to:

print '

'.PageLink2('send&id='.$id,$GLOBALS['I18N']->get('Edit this message'))."
";
print PageLink2('statsreset&id='.$id,'clear the stats for this message').'

';


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker