Jump to content

ncd200

Members
  • Posts

    163
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by ncd200

  1. Hello,

    I just love this module, It is working allmost great.

    The one thing that is keeping it from a great is that the output just shows a pre generated flight number on the output.

    How can i fix it so that the PDF etc. has the right flightnumber instead of an aircraft registration.

     

    Rick

  2. Hello,

    I have installed the Hub transfer module into my website.

    No I have a page called:"My Controls", on this page you can edit your profile options. Now I want to have the option there to request a hub transfer.

    Now is the problem that it wont show the hubs in the dropdown.

    If I open the hubtransfer page itself it does work.

     

    So how can i make the form work inside the profile edit page?

     

    Thanks for the help.

     

    Rick

  3. yes, I have now the following:

    Quote

    <div class="card">
                    <div class="card-title">
                        <h4>Current weather</h4>
                    </div>
                    <div class="card-body">

                    <table style="width:100% !important;" class="table">
                      <tr>
                        <td class="fat">METAR</td>
                        <td><?php echo $metar;?></td>
                      </tr>
                      <tr>
                        <td class="fat">Pressure (altimeter)</td>
                        <td><?php echo $altim_bar . " mbar";?></td>
                      </tr>
                      <tr>
                        <td class="fat">Wind</td>
                        <td><?php echo $wind_dir_deg;?>&deg; with <?php echo $wind_speed_kt;?> kts</td>
                      </tr>
                      <tr>
                        <td class="fat">Temperature</td>
                        <td><?php echo $temp;?> <?php echo ' '. $temp_indicator;?></td>
                      </tr>
                      <tr>
                        <td class="fat">Dewpoint</td>
                        <td><?php echo $dewpoint;?> <?php echo ' '. $temp_indicator;?></td>
                      </tr>
                      <tr>
                        <td class="fat">Horizontal visibility</td>
                        <td><?php echo $visibility_decrypt;?></td>
                      </tr>
                      
                      <?php MainController::Run('InstantWeather', 'sky_condition', ''); ?>
                        
                    </table>

    Only where do I give the current location to work with for this module?

    Thanks allready for the help!

    Rick

  4. Hello.

    I hope someone can help me making a module that sends acars and news to a site.

    We are in the progress creating a new alliance so we need to have all live flights and news from the joined va's to one site.

    Does anyone know if this is possible and how much will it cost me?

     

    Rick

  5. 18 minutes ago, web541 said:

    In search_results.php, try removing

    
    <link rel="stylesheet" href="http://crew.silverwingsva.com/lib/skins/crewcenter/app-assets/css/bootstrap.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

    And in layout.php, try replacing this

    
    <script src="http://crew.silverwingsva.com/lib/skins/crewcenter/app-assets/js/core/libraries/bootstrap.min.js" type="text/javascript"></script>

    With this

    
    <script type="text/javascript" src="<?php echo SITE_URL; ?>/lib/js/bootstrap.js"></script>

    and see what happens. From what I can see, it's a bootstrap conflict issue.

    Thanks for the reply, I have tried it but my results stay completely empty.

  6. I must take a look tomorrow. But maybe I can fix it. I just found out there are also modals integrated in my template. So if I change the code from the modal. Maybe that works. Don't know but it is worth the try.

     

    I want this flight booking working cause it is the best I know of.

×
×
  • Create New...