Jump to content

twincessna340a

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by twincessna340a

  1. Sorry to keep bugging you Kyle, but the pilot login history isn't working. It shows up, but it displays 'the pilot has not logged in yet' . I've looked at this several ways and i'm stuck. also, is there a way we could select how many in the history to display?

    Another feature request: Add a last login date field to pilots_list.tpl

  2. I'm using 2.1.934-170 and I found the problem. There are two options for the airport look-up server (per OperationsData.class): 'phpvms' and 'geonames' . Changing from 'phpvms' to 'geonames' in app.config solves the problem as the 'phpvms' setting points to "api.phpvms.net" which obviously must still be down...

  3. In order to not have to worry about overwriting your admin core_navigation.tpl during updates and having to rewrite the code again you can put this code in the PilotLogins.php above public function index (line 26)

    public function navbar()
    {
    if(PilotGroups::group_has_perm(Auth::$usergroups, FULL_ADMIN))
    {
    echo '<li><a href="'.SITE_URL.'/admin/index.php/PilotLogins/">View All Pilot Logins</a></li>';
    }
    }

    This will put the link under the 'Addons' bar in the Admin Center

  4. When adding airports, phpvms stalls. Is this due to the attack on the server? Also attachments have disappeared from posts on the forums, is this also due to the attack? Should I ask the devs to reupload their files or will the backup take care of it?

×
×
  • Create New...