icebox3d Posted June 27, 2010 Report Share Posted June 27, 2010 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 Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted June 27, 2010 Administrators Report Share Posted June 27, 2010 The next settings is the length, set that to 3. You have to use offsets, the ID's are assigned by the DB Quote Link to comment Share on other sites More sharing options...
CostasCh Posted November 6, 2012 Report Share Posted November 6, 2012 Which is the correct parameter to change the length? I mean on which DB and @ which field do we change that?! Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted November 6, 2012 Moderators Report Share Posted November 6, 2012 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... 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.