Jump to content

CFVA

Members
  • Posts

    107
  • Joined

  • Last visited

Posts posted by CFVA

  1. Just tried this, and worked no problems at all. Only "error" is on website when flight is finished, there is a spelling error:

    GK0001 GK4450 EHRD EGLC Ofloading Passengers 0

    0 nm / 00:00

    should be "off loading" not "ofloading"

    Otherwise great, and I think better than kACARS.

    Gary

  2. Where are you seeing these links? None of my modules are using any of those links.

    It was on the charts page at the bottom! I was testing the module and my site and no other page had the pop ups only the charts page, but on checking I think it was google chrome adding something as it didn't happen on IE11 or FF, so sorry for the false alarm.

    Gary

    • Like 1
  3. slideheader0.jpg

    Laker Airways Virtual, based on the pioneering Sir Freddie Laker's airline of 70's, is now open for new pilots. Our routes are a mixture of real Laker Airways routes, in Europe and Central America and the pioneering SKYTRAIN services from the UK to the USA, along with some fictional routes that we are sure Sir Freddie would have flown. To fly with us you must become a registered pilot with us. The application form to join can be found on the Home Page which we ask you to read carefully. You need to download our flight tracking and reporting software kACARS is more than just an automated PIREP (pilot report) system. It features: Automated Flight Tracking and Pilot Flight Reports (pireps), Pilot Rosters and Ranks, Moving Flight Map, Pilot "Virtual Salary". Come join us at http://www.lakervirtual.co.uk. GET VIRTUAL PAY FOR FLYING!

  4. For anyone interested, to mask the password in the skin:

    change:

    <input type="text" name="password" value="Password" size="24" onfocus="this.value=''">

    to

    <input type="password" name="password" value="Password" size="24" onfocus="this.value=''">

    in frontpage_main.tpl

    Gary

  5. Locate the art.footer in styles/ocean.css. Around line 2386

    .art-footer
    {
    background: #0075DB;
    background: linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat;
    background: -webkit-linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat;
    background: -moz-linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat;
    background: -o-linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat;
    background: -ms-linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat;
    background: linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat;
    -svg-background: linear-gradient(top, #0080F0 0, #0070D1 40%, #0070D1 50%, #0070D1 60%, #0080F0 100%) no-repeat;
    border-top:1px solid #C1CFD1;
    padding:15px;
    margin:0 auto;
    position: relative;
    color: #BDE0FF;
    font-size: 11px;
    font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-align: center;
    }

    Replace it with

    .

    
    art-footer
    {
    background: #0075DB;
    border-top:1px solid #C1CFD1;
    padding:15px;
    margin:0 auto;
    position: relative;
    color: #FAD9D9;
    font-size: 11px;
    font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-align: center;
    }
    
    

    Change 0075DB to what color you want.

    Thanks, but that just doesn't look good now!

  6. Got one more question, so far! Found most of what I need to change in the CSS file for the colours I want, but where is the background colour option for the footer!

    Where it says:

    copyright © 2014 - Laker Airways Virtual, all rights reserved.

    CMS by phpVMS - Your IP address is: 92.17.196.141 - Ocean Blue by Blue Dog Designs

  7. Frontpage or layout .tpl

    Thanks. I had done a search for "DEMO" with Dreamweaver in both those files & it didn't find a match. Just done it again, and there it is, in frontpage_main.tpl

×
×
  • Create New...