Jump to content

Recommended Posts

  • Moderators
Posted

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. ;)

  • Like 1
Posted

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

  • Moderators
Posted

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. ;)

  • 2 weeks later...
  • 2 weeks later...
Posted

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

Posted

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

Posted

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. :(

  • 2 months later...
  • Moderators
Posted

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);

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...