Jump to content

sev

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by sev

  1. On 8/22/2014 at 7:58 AM, SupernovaSurfer said:

    Great Module thanks for this ! . A question , is there a way to give the pilot an option to change the aircraft type ( from default in schedule). For example a pop-up window perhaps when one clicks on "Get simbrief" ? which would change the submission to for example...

    http://www.simbrief.com/ofp/ofp.loader.api.php?type=A332&orig=LTBA&dest=EGLL

    to

    http://www.simbrief.com/ofp/ofp.loader.api.php?type=XXX&orig=LTBA&dest=EGLL , XXX one could enter aircraft of choice perhaps ?

    Just wondering..thanks in advance.

    Deepan

    I know its a old post but is the code available?

  2. Hi ,

               I have been searching where to remove a button from the admin side panel, im looking to remove the reports and Expenses button. from the admin sidebar,

                                      Any help would be much grateful

                                                                       Karl

  3. HI,

         I am the CEO of SBVA which stands for Stansted British Virtual Ariline  , We are currently looking to  recruitment the following

    Pilots

    Recruitment Manager

    Fleet Manager

    Social Media Manager

    Livery Designer

    PHPCoder

     

    we are a easy going group who enjoys flying and not taking stuff to serious.

     

        Regards

    Karl Alden

    admin@sbva.uk

  4. 13 hours ago, tim260 said:

    Hi there

    
    <script async defer src="https://maps.googleapis.com/maps/api/js?key=my key goes here &callback=initMap" type="text/javascript"></script>

    you can remove &callback=initMap if you're not using a callback. Can you tell me the output to your console? Or send me the link of your site?

    EDIT:

    also are you using htaccess rewrite? 

    HI, thanks for replying that did the trick, also one other question how can i make it show europe first,

  5. im using crew center in phpvms but maps are showing up white.

    any help would be appreciated

    ?>
    <script type="text/javascript">
    var baseurl = "<?php echo SITE_URL;?>";
    </script>

    <link rel="stylesheet" media="all" type="text/css" href="<?php echo fileurl('lib/css/phpvms.css')?>" />
    <meta http-equiv="Content-Type" content="text/html; charset=<?php echo Config::Get('PAGE_ENCODING');?>" />
    <script async defer src="https://maps.googleapis.com/maps/api/js?key=my key goes here &callback=initMap" type="text/javascript"></script>
    <script type="text/javascript" src="<?php echo fileurl('lib/js/jquery.form.js');?>"></script>
    <script type="text/javascript" src="<?php echo fileurl('lib/js/phpvms.js');?>"></script>


    <?php
    echo $MODULE_HEAD_INC;

×
×
  • Create New...