Jump to content

Recommended Posts

  • Moderators
Posted

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?

  • Administrators
Posted

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

Guest Brian
Posted

if($totalrows_flight = > 10 || < 20)

{

Assign This Rank

}

Wouldnt it be as simple as that. If and Or Statement.

  • Administrators
Posted

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.

  • Moderators
Posted

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. :lol:

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...