Jump to content

Strider

Members
  • Posts

    1821
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Strider

  1. I do not know where I got the modified version, but I did not modify it my self. I had no idea I was using a modified version.
  2. That is a problem with the hubstats, as the code is looking for the function in the hubstats.class.php file, but not finding it. I did not create that file, Tom Sterritt did, so he is the person to have to go to to get support for his file. You can try downloading it from his github page. The link is in the readme file. Also the hub must be already listed as a hub in the airports database. If you just put in an airport, it will give out errors. So go into your airports section of the admin panel, and click on the airport, and chech the hub checkbox, and it should work fine then.
  3. I have just updated this to V1.1. What is new is a GCmap of the location of the hub airport, and the ability to show who the hub manager is. It will link to the Hub managers public profile.
  4. Added the gcmap to it now.
  5. Just fell flat on me face, hands cut, knees grazed, ouch! Haven't done that in a long time!

  6. You wont necessarily meet the errors AirbusAi342 mentioned. It depends on your host. But many people install phpvms without any errors.
  7. Strider

    Schedule maker

    my ops guy uses it, and you dont.
  8. I have created another module, but this time for displaying the hubs you have in your VA. It uses Tom Sterritt's HubStats addon which will need to be downloaded and installed if you do not already have it.You can get it here. This module is currently at Version 1.0. To view what it does, click here. If you are wondering why the roster for the hub looks shorter then the amount of pilots in the hub, that is because there is code to hide all pilots with 0 flight hours. Once they filed a pirep and it is accepted they will show. I have now since added a gcmap to show the location of the hub. You can download this module here Enjoy it.
  9. when adding the image, it just needs the code of the airline, just put the airline code in, do not add the image type. In the images folder, the image must be named the same as the airline code like BAW for British Airways that should be BAW.png.
  10. Strider

    Schedule maker

    So you know, you can export your schedules and import them, they are exported as csv, there is even a template csv available to download http://yourva.org/admin/lib/template.csv So even though it is great you are thinking of helping, there already is the exact same thing you are offering.
  11. Strider

    CAVacars

    Bruno I am saying it how I see your comments, and I am sorry but people will have their opinion and are allowed share it.
  12. Strider

    CAVacars

    Bruno, kacars_free does that too, Basically you have made kacars_free just looking different. That is my view of it anyway.
  13. <?php if($userinfo->retired == "1") { echo "Inactive."; } else { echo "Active."; } ?> The above code should work.
  14. Try looking for the part that deals with the pop up when you click on the plane icon. I am only taking a guess at this.
  15. Strider

    CAVacars

    Just wondering what makes this an improved version of apvacars?
  16. Try having a look at the javascript file for it.
  17. With Jonathan Kilpatrick and richard

  18. Sandycove harbour and the forty foot taken today

  19. put <div> before the opening of the table and </div> after the closing tag of the table.
  20. YOu can add profile fields, and get it set to show in the application form.
  21. make sure the prefix is the same, sounds like they are looking for the incorrect prefix.
  22. well first thing, you cant have php in a .htm file. Also looks like you have not closed the <table> and possibly a div is not closed too.
  23. I put up a tutorial on how to get pagination to work, and it should work there too. Have a look for topics made by me, you will know it when you see it.
×
×
  • Create New...