Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Posts posted by flyalaska

  1. 1 hour ago, Ilai said:

    Hey, how I change the pilot ID from 4 numbers to 3 numbers ?

    EXAMPLE:

     I want XXX001 and not XXX0001

    thanks !

    In core/local.config.php a little under the database info. Look for.

    Config::Set('PILOTID_LENGTH', 4); // The length of PID, including 0's

    Change the 4 to 3.

  2. 1 hour ago, ERDEM said:

    Hello gentlemen, I am working on applying this proccess to my va website but I have several questions. In that step 

    Skin Modifications

    Place it before before the </head> tag (default is /lib/skins/crystal/layout.tpl)

    <link rel="stylesheet" href="<?php echo SITE_URL?>/lib/js/leaflet/leaflet.css" />

    <script src="<?php echo SITE_URL?>/lib/js/leaflet/leaflet.js">

    </script> <script src="<?php echo SITE_URL?>/lib/js/leaflet/leaflet-providers.js">

    </script> <script src="<?php echo SITE_URL?>/lib/js/leaflet/Leaflet.Geodesic.js"></script>

    I use the skyblue skin instead of crystal. Therefore should I put these lines into crystal layout  or skiblue layout.php file ?

    skyblue

×
×
  • Create New...