How hard would it be to code for awards the same way as the ranks are defined,
Example if a pilot completed 10 flights he gets xx award automatically and so on.
I would imagine its just a case of copying the ranking system?
How hard would it be to code for awards the same way as the ranks are defined,
Example if a pilot completed 10 flights he gets xx award automatically and so on.
I would imagine its just a case of copying the ranking system?
I would say setting up awards, and then having a module with the post_pirep hook. Then you can check any parameters, and you can assign awards using the api
if($totalrows_flight = > 10 || < 20)
{
Assign This Rank
}
Wouldnt it be as simple as that. If and Or Statement.
Essentially, but there is other support code around it.
Is there any way of saving your admin templates in a skins folder so then dont get over written on an update?
I think i read somewhere this was being implemented but i cant find it, i dont want to go adding bits to them if i forget one and update and lose it.