Pilot ID

Hello

I have a tiny problem when changing a pilots ID on my phpvms site. I know about the off set of 0. So when I try to change an ID to 301 I get 0301 is there any way to make it so it changes to 301 with no offset.

Thanks

Icebox

The next settings is the length, set that to 3. You have to use offsets, the ID’s are assigned by the DB

Which is the correct parameter to change the length? I mean on which DB and @ which field do we change that?!

Hello Costas!

You will have to open local_config.php and change from (it has to be on line 37):

Config::Set('PILOTID_LENGTH', 4); # Length of the Pilot ID

to:

Config::Set('PILOTID_LENGTH', 3); # Length of the Pilot ID

Welcome…