This plugin let you convert your blog into a training log and let you track your activities. You get advance statistics and running related calculator
This section describes how to install the plugin and get it working.
/wp-content/plugins/ directory[runners_log_basic] in a post or page.
Alternativly place this <?php if (function_exists(runners_log_basic)) echo runners_log_basic(); ?> in your templates to have basic statistics. It gives you data like:
[runners_log_graph] in a post or page. Alternativly place this <?php if (function_exists(runners_log_basic)) echo runners_log_basic(); ?> in your templates to have a chart of your total distance and hours per month.[runners_log][runners_log_basic][runners_log_graph][runners_log_graphmini_distance][runners_log_graphmini_hours][runners_log_graphmini_calories][runners_log_pie_distance][runners_log_pie_hours][runners_log_pie_calories][runners_log_bar_distance][runners_log_bar_hours][runners_log_bar_calories][runners_log_garminmap][runners_log_weather][runners_log_weather_footer]<?php if (function_exists(runners_log_basic)) echo runners_log_basic(); ?><?php if (function_exists(runners_log_graph)) echo runners_log_graph(); ?><?php if (function_exists(runners_log_graphmini_distance)) echo runners_log_graphmini_distance(); ?><?php if (function_exists(runners_log_graphmini_hours)) echo runners_log_graphmini_hours(); ?><?php if (function_exists(runners_log_graphmini_calories)) echo runners_log_graphmini_calories(); ?><?php if (function_exists(runners_log_pie_distance)) echo runners_log_pie_distance(); ?><?php if (function_exists(runners_log_pie_hours)) echo runners_log_pie_hours(); ?><?php if (function_exists(runners_log_pie_calories)) echo runners_log_pie_calories(); ?><?php if (function_exists(runners_log_bar_distance)) echo runners_log_bar_distance(); ?><?php if (function_exists(runners_log_bar_hours)) echo runners_log_bar_hours(); ?><?php if (function_exists(runners_log_bar_calories)) echo runners_log_bar_calories(); ?><?php if (function_exists(runners_log_garminmap)) echo runners_log_bar_garminmap(); ?><?php if (function_exists(runners_log_weather)) echo runners_log_weather(); ?><?php if (function_exists(runners_log_weather_footer)) echo runners_log_weather_footer(); ?>Runners Log support the following short codes when you want to use Google Chart
[runners_log_gchart type="pie" format="d" year="2010" month="May" color="224499" width="600" height="300"]*Type: bar, graph, pie, 3dpie *Format: d="distance", ds="distance sum", ts="time sum", cs="calories sum", p="pulse average" *Year: 2009, 2010, 2011, 2012 *Month: Jan, Feb, Marts, April, May, June, July, Aug, Sep, Oct, Nov, Dec *Color: Is the color scheme used eg: "224499" for the html color #224499 *Width: The width of the chart: Default: 475 pixel *Height: The height of the chart: Default: 250 pixel
Requires: 2.7 or higher
Compatible up to: 3.3.2
Last Updated: 2012-3-13
Downloads: 4,929
Got something to say? Need help?