Jump to content

DisposableHero

Members
  • Posts

    598
  • Joined

  • Last visited

  • Days Won

    93

File Comments posted by DisposableHero

  1. You do not need to lookup airports one by one @MichaelTrickett, as explained in the pinned guides you can just import your flight schedule. phpVMS v7 is capable of auto lookup for airports and adding them to your database with proper information.

     

    Please check your settings and check the guides ;)

     

    Safe flights

  2. Dear Michael, unfortunately your airport file may cause problems with v7 during usage (not during import).

     

    Instead of using the same IATA code for airports not recognized by IATA, you should be leaving that field empty (v7 allows null iata codes as it is not required). Also you have an airport with `\N` as ICAO code, which is strange. This will cause problems 'cause ICAO code is necessary and must be unique, `\N` is not something suitable as an id.

     

    // Example from your file;
    KGKY,\N,Arlington Municipal Airport,Arlington,United States,America/Chicago,,32.66389847,-97.09429932,,,,,
    
    // Proper csv format (with null iata and ISO country code)
    KGKY,,Arlington Municipal Airport,Arlington,US,America/Chicago,,32.66389847,-97.09429932,,,,,
    
    // This is not right too;
    \N,\N,Sun Island Resort and SPA,South Aari Atoll,Maldives,America/Sao_Paulo,,3.488334,72.862989,,,,,

     

    Additionally having countries with ISO 2 Letter codes was the preferred / standard way, having them imported with full names may cause compatibility issues too. (By default, v7 lookup imports them with ISO codes)

     

    image.thumb.png.efbf7b172643986baa82b9cf3f7ebc50.png

    Other than above mentioned issues, it looks fine. At least for someone trying to import lots of airports at once instead of having them automatically looked up and added whenever required/necessary.

     

    Hope this helps.

    • Thanks 1
  3. It is written above, copy pasted here below
     

    Religious Community (nearby church or mosque etc, people you really know helping others in need for the glory of God)
    Neighborhood community (like the one above, helping homeless and poor)
    Military staff community (like helping wounded soldiers of your country, those men risked their lives for us amd deserve some support from us too)
    Animal shelters nearby (yes, their lives are important too and much more important than most of crowd around us)
    Author of this module (if you really want to and can not find somewhere else for donation)

     

    Which part is not clear for you ?

  4. Just another reminder here...

     

    • This is the latest version of the theme, it is NOT compatible with old modules published by me.
    • Theme uses Bootstrap v5.x series and is NOT an upgrade of v2 (which uses Bootstrap v4.x), it may look similar but it is different in many aspects.
    • Thanks 1
  5. And this message is for all ...

     

    I will not answer any support questions, forum posts, private messages, discord, email etc UNLESS the solution or procedure is not documented.

     

    So, please DO READ documents, update notes etc, they are not eyecandy stuff, they are for YOU to read ‘cause I already know them !

     

    And sorry, if you have no time to read then do not expect me to waste my time to answer you.

     

    This is how it works.

     

    As always, best wishes to all and safe flights.

     

     

    • Like 1
  6. @jftejeiro

     

    Why are you posting your problems under comments ? There is a seperate forum topic for getting support and it has a big button above :(

     

    1. i have no idea about why your fstours module is not working, that is not a Disposable Theme issue.

     

    2. As the notes of update clearly says, you need to update your Disposable Tools Module for the latest update to work !

     

    So please read before just updating or at least read them after something bad occurs before posting error messages :(

  7. 48 minutes ago, jftejeiro said:

    How is it done to put the tours and routes that you have carried out on the main page. As you have it in the image of Thema Disposable.
    Is it with the FsReality Tours module? I have bought it.
    Or is it with a different module

    Do you do the tours differently?

     
    It is a widget and is a part of my module, which controls/provides Tours and Free Flights.

     

    It is a private module developed by me, not publicly shared or sold.

  8.  If anyone wants to use this please do correct the below items before importing;

     

    1. Fix 5 letter icao codes, make them 4 letters (like FR01 . FR02 if they are fictional or strips without an ICAO code)

    2. Remove all costs

    3. Remove all IATA codes (or import with correct IATA codes)

    4. Change the country to FR (this is what phpvms v7 uses internally, ISO Codes for countries, not names)

  9. This is really important ...

     

    ****************************** IMPORTANT ***************************************
    Please clean your browser cache for the latest simbrief changes to be effective
    SimBrief API Javascript is updated with PhpVMS development build update.
    If you skip cleaning your browser cache briefing page will not be displayed after
    generating a package
    ***********************************************************************************

     

    Some browsers or tools offer you to clean old cache and keep new files (like files older than 24h is deleted etc) , do NOT use that option ... Clean everything related to cache.

     

    Also not following PhpVms Dev Update steps (or using old theme files) may cause issues with simbrief ofp generation process. When you click "Generate" button and nothing happens afterwards, this is either an installation problem or a cache issue blocking your phpvms to proceed and load simbrief briefing.

     

×
×
  • Create New...