Jump to content

StartVM

Members
  • Posts

    513
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by StartVM

  1. Ariel try this I give all credit to Ryan from Zumeweb.com for the fix.

    <!-- Javascript -->

    <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/vrd/js/jquery-1.10.1.min.js"></script>

    <script src="<?php echo SITE_URL?>/lib/skins/vrd/js/bootstrap.min.js"></script>

    <script src="http://code.jquery.com/jquery-latest.min.js"></script>

    <!-- Javascript End -->

    <?php echo $page_htmlhead; ?>

    Make sure to include all custom javascript or jquery above the htmlhead. Try that, if it doesn't work, I will do a pastebin of the entire head section of my layout.php (Yes .php btw Simpilot groups version of phpVMS is awesome. So many new features and move secure)

  2. phpVMS does not work correctly on free webhosts. I would suggest you to use a payware hosting provider. Also, check what is the php version of your server and let us know. As for the last error, i can say that it can be solved based on this

    phpVMS will work on some free hosts, you need to know which to use. Zymic in my experiance is completely and utterly incompatible with phpVMS. The best is 000webhost.com, but I highly recommend going with a paid one if you really want to invest in your VA

  3. Go to core/local.config.php

    Find the following Line

    # Automatically calculate ranks?

    Config::Set('RANKS_AUTOCALCULATE', true);

    Change it to false. In the admin panel under edit a pilot, you can manually assign pilot ranks

  4. Best way would be to loop through all the airports. If the pilot has a PIREP with the arrival destination (or departure if you really wish) as the airport's ICAO then display the tick, otherwise display the cross.

    Also, you have Bozeman there twice, one with the correct ICAO and one with Colorado Springs' ICAO :)

    Yes, but I don't know where I would pull if USER landed at (arrival) ICAO

  5. Oh boy two ideas in one night I'm on a role! Well...Maybe. I came up with this idea after having pilots complain about having to contact HR about everything via email. My idea is to create a Resignation Form so pilots can resign directly via the website. Basically it will be a page with their name and pilot ID, and a text area for the pilot to put their reason for resignation When they hit submit, it is submitted to a table in the database and appears in the admin panel in a table (like a list) An admin could simply push approve and it will delete the pilot account, or deny and the entry will be removed. I am thinking about using the LOA Request Form that Sava made and taking out the date function and the pilot manager that I think Parkho made (maybe I am wrong) for the terminate function Who is interested?

  6. I would do a separate if and else statement for each cell in the table I am thinking of just expanding off of one module that was developed that lists out all the airports in your database. Can anyone provide the exact statement I would need?

×
×
  • Create New...