robg8950 Posted June 28, 2013 Report Share Posted June 28, 2013 Is there any way to create a phpvms ranking system, so when pilots have flown the correct amount of hours the website automatically shows their rank badge within accordance ? 6 Quote Link to comment Share on other sites More sharing options...
VirtualBMI Posted July 5, 2013 Report Share Posted July 5, 2013 Hello, If you go to your Admin Panel and go under Pilot&Groups and click on Pilto Ranks here you can add the ranks for you pilots with Image, Hours an pay. Now to make sure this will make the pilot the next rank up when he has the right amount of hours you have to access the local.config.php file which you would have to use FileZilla or another similair software to do and go to public_html/core/local.config.php and look for the following: # Automatically confirm pilots? Config::Set('PILOT_AUTO_CONFIRM', false); # Automatically calculate ranks? Config::Set('RANKS_AUTOCALCULATE', true); # For how many hours a pilot can edit their submitted PIREP (custom fields only) Config::Set('PIREP_CUSTOM_FIELD_EDIT', '12'); True is automatic to make it manual change it to false. Hope this helps. Regards Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.