Jump to content

Unlock Routes


CaribSky

Recommended Posts

Hello fellow members,

I am having a bit of trouble here... I want to unlock routes that currently have flight bids. Our VA is filled with people who love to fly with a whole group of people to the same destination, but that is rather difficult when only one person can bid on the flight before it is locked. Is there a way to unlock the routes?

Thanks so much for your help in advance fellows!

Link to comment
Share on other sites

  • Administrators

Answered many times...

Search will find ->

in local.config.php find

# If someone places a bid, whether to disable that or not
Config::Set('DISABLE_SCHED_ON_BID', true);
Config::Set('DISABLE_BIDS_ON_BID', false);

and change it to

# If someone places a bid, whether to disable that or not
Config::Set('DISABLE_SCHED_ON_BID', false);
Config::Set('DISABLE_BIDS_ON_BID', false);

Link to comment
Share on other sites

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