Ilai Posted June 4, 2018 Report Share Posted June 4, 2018 Hey, how I change the pilot ID from 4 numbers to 3 numbers ? EXAMPLE: I want XXX001 and not XXX0001 thanks ! Quote Link to comment Share on other sites More sharing options...
flyalaska Posted June 4, 2018 Report Share Posted June 4, 2018 1 hour ago, Ilai said: Hey, how I change the pilot ID from 4 numbers to 3 numbers ? EXAMPLE: I want XXX001 and not XXX0001 thanks ! In core/local.config.php a little under the database info. Look for. Config::Set('PILOTID_LENGTH', 4); // The length of PID, including 0's Change the 4 to 3. Quote Link to comment Share on other sites More sharing options...
Ilai Posted June 5, 2018 Author Report Share Posted June 5, 2018 (edited) 8 hours ago, flyalaska said: In core/local.config.php a little under the database info. Look for. Config::Set('PILOTID_LENGTH', 4); // The length of PID, including 0's Change the 4 to 3. Thank u, do u know how I add pilot list to widget in crew center? Edited June 5, 2018 by Ilai Quote Link to comment Share on other sites More sharing options...
flyalaska Posted June 5, 2018 Report Share Posted June 5, 2018 No I dont 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.