PanAmVirtual Posted August 30, 2012 Report Posted August 30, 2012 HOW DO I CHANGE A PILOT'S RANK? YIANNI Quote
Moderators Kyle Posted August 30, 2012 Moderators Report Posted August 30, 2012 If you have this set in your local.config.php... # Automatically calculate ranks? Config::Set('RANKS_AUTOCALCULATE', true); Change it to... # Automatically calculate ranks? Config::Set('RANKS_AUTOCALCULATE', false); And then, when you go to your admin center, on the side, click on Pilots & Groups, and click on View All Pilots. Select the pilot you want to edit, and then change their rank to whatever you want to, and click save button. 1 Quote
Ghiby Posted September 3, 2012 Report Posted September 3, 2012 thanks, that worked for me... a quick question, do we need to change it back to "true" so it will automatically calculate the ranks by hours, or it will do that anyway? Thanks Quote
Moderators Kyle Posted September 3, 2012 Moderators Report Posted September 3, 2012 thanks, that worked for me... a quick question, do we need to change it back to "true" so it will automatically calculate the ranks by hours, or it will do that anyway? Thanks Yes that's correct, whenever it's true, it will automatically calculate. If not, then no. Quote
aarbee Posted September 20, 2012 Report Posted September 20, 2012 Hello, I tried that out. But it did not work for me. I have a fixed text for rank, and I cannot change that. Yet I did not find this file: local.config.php I did change it in this one: app.config.php Greetings, RobB Quote
Jeff Posted September 21, 2012 Report Posted September 21, 2012 Both the local.config and app.config are in the same place. Inside the core folder. Quote
aarbee Posted September 21, 2012 Report Posted September 21, 2012 Sigh. You are correct. I looked yesterday at the unzipped files, and there was no local with it. So I took the chance to login via FTP and there it was. It works like a Charm. Thank you. And that also solves my problem for the Euro sign. RobB Quote
Jeff Posted September 21, 2012 Report Posted September 21, 2012 It's best to use an FTP program to change your files like FileZilla. Quote
aarbee Posted September 21, 2012 Report Posted September 21, 2012 Thanks for the tip. That was allready my ftp program. Quote
mischka Posted September 21, 2012 Report Posted September 21, 2012 Mind you, if you set autocalc to false you have to do every promotion manually. If you have a handful of ranks and more than a handful of pilots, that might give you a lot of work! its either calculate automatically and not be able to change it manually, or the other way around. Quote
francis Posted November 30, 2012 Report Posted November 30, 2012 hello, I have a problem to edit rank in admin center-Pilot and group - Pilots rank well the botton edit ranks doesnt appear or it's not visible.. Quote
Moderators servetas Posted November 30, 2012 Moderators Report Posted November 30, 2012 Go to your local.config.cfg file and replace this: # Automatically calculate ranks? Config::Set('RANKS_AUTOCALCULATE', true); with this one: # Automatically calculate ranks? Config::Set('RANKS_AUTOCALCULATE', false); 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.