Longer Tracking Periods
-
I am not sure if this project is dead or not as the developer has no longer responding, but I agree with previous posts that this plugin is perfect except for 2 things…an export and longer time frame. I was able to play around with the plugin and if do the following it seems to fix the time frame of the logs:
file:
plugins/user-activity-tracking-and-log/views/moove/admin/settings/post_type.phpadd the following line at the end of options before the do_action command:
<option value=”45″<?php echo isset($data[‘options’][$data[‘post_type’].’_transient’]) && $data[‘options’][$data[‘post_type’].’_transient’] == 45 ? ‘ selected=”selected”‘:”?>>
<?php _e(’45 Days’, ‘moove’); ?>
</option>I did 45 days, but you can set it to anything you want by changing the value and the name. I would be cautious however, a busy site will be logging alot of data!
Hope that helps someone and I dont meet to be stepping on the developers toe…I agree with other comments, I would gladly pay for this plugin.
…now just to figure out an export… ??
- The topic ‘Longer Tracking Periods’ is closed to new replies.