Guest Posted February 27, 2011 Report Posted February 27, 2011 I Need Help with my callsing, i want to start my callsings like Example: EXP001 not EXP0001, i will like it to be with only 3 numbers no 4 Quote
Administrators simpilot Posted February 27, 2011 Administrators Report Posted February 27, 2011 Set it in your local.config.php file along with other specific settings you want. Config::Set('PILOTID_LENGTH', 4); # Length of the Pilot ID Quote
Guest Posted February 27, 2011 Report Posted February 27, 2011 Thanks, i got an other question how to make it like random number not like EXP:001 then EXP002 how to make that when a pilot join it give then a random Pilot Number? Quote
Administrators simpilot Posted February 27, 2011 Administrators Report Posted February 27, 2011 Pilot id's are assigned by the database and are in numerical order. You can create a profile field in the admin section and place a pilot id number that is more desireable in it and only display that in the pilot's profile. The main id of the pilot needs to remain as it is since it is tied to nearly every function in the system. Quote
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.