• I had to add this mod to show miles. it would be nice to choose that in the user options in your plug in.

    function display_general_data()
    {
    ..
    //DId it work? Output the run data
    if($rundata[‘status’] == ‘success’)
    { //added mod
    $rundata[‘useroptions’][‘distanceunit’] = ‘mi’;
    ..

    Cheers!
    -Seth

    http://ww.wp.xz.cn/extend/plugins/nike-ipod/

The topic ‘[Plugin: Nike iPod Stats] Good plugin good mods’ is closed to new replies.