Working on the TD Stats .. I am trying to get a top 5 per pilot to show on his/her profile page ..
I tried going through the TD stats post already but was getting confused with the back and forth posts lol
Here is my code (without the slashes) ..
/// <?php echo 'Your last 5 landings '.TouchdownStatsData::top_landings('$userinfo->pilotid'); ?> ///
Not sure why, but it doesn't work (shows no data and breaks template) .. it works if i use an 'average' landing but not last 5
As a side note, every other stat i pull works fine .. this one confuses me
(Yes i have the tpl set to pull 5 )
Please help and sorry for a possibly already asked question)