Jump to content

Kyle

Moderators
  • Posts

    2282
  • Joined

  • Last visited

Everything posted by Kyle

  1. Module Updated - Added AdminNav Function. No need to edit core_navigation.tpl anymore! (Thanks to TAV1702 for the suggestion!) New Files attached... Changed only ChartsAdmin.php file.
  2. Try resetting your ACARS in the admin panel.
  3. Glad that you liked it!
  4. I'm thinking something here... Maybe try to clear your phpVMS caches in the admin panel.
  5. Yep, you needed FSUIPC to run kACARS. FSUIPC is a module where other external FS Programs can read the data into your flight. Glad it's working now.
  6. Ok, I don't get the point.... People needs to stop copying off peoples site! And please, take this matter privately via PM. It is no need to post it here publicly.
  7. Did you install FSUIPC for FSX? Are you running the ACARS as Admin?
  8. No problem guys! Glad it works!
  9. Awesome! Is that why you didn't upload in the correct paths?
  10. First Post Updated. Maybe that's why you guys are having problems with it when it's not uploaded in the correct paths.
  11. What was the error?
  12. Ummmm... You should able to add them without the link.
  13. Okay, I ran a test and the file I downloaded seems to work... Did you upload the ChartsData.class into core/common folder?
  14. Let me download the file and see what's going on. I think you or I might missed something.
  15. Did you import the database into your phpVMS database?
  16. First of all, I would like to thank you to Nabeel for creating this forums so I can easily manage my modules here and reply supports quickly. Now, about my modules & add-on, I'm currently still learning how to code, so please don't expect big modules or anything. Learning takes time! I still plan to release more modules in the future. My Modules will ALWAYS remain free! If you found out anyone whom is selling any of my modules, please report to me via Private Message Immediately. I have some certain rules that applies to this forum PLUS phpVMS's forum rules too. 1) Please be patient when you are waiting for support 2) Please do not start a fight, I don't want to see that. 3) At last, have fun! If you have any questions, please feel free to post a topic here.
      • 2
      • Like
  17. Nice Add! I agree it's a good idea to have those if you are running a military operations!
  18. No! You are free to change the module to your whatever you like! Like adding new fields, or something. But if there are errors, I can try to help you but it won't be the original.
  19. Everything seems to be fine. I'm guessing that maybe it's the php system but it will still work.
  20. Sorry About that I forgot one more thing. It's easy to add. Copy this code and paste it into your local.config file. # Set the type of charts Config::Set( 'CHART_TYPES', array( '1'=>'Facility', '2'=>'Standard Instrument Departure', '3'=>'Standard Terminal Arrival', '4'=>'ILS Approach', '5'=>'Approach' ) ); And then your Chart Types will show up.
  21. Crap!!! I forgot one more thing. I'll be up in a few and add one more thing. The config settings for the types. And I'll reply your supports. I'm just on my phone.
  22. Airport_Charts_V1.1 This module is an airport charts database, which your pilots can view the charts you have them available for download and you can administer the charts in the back in. Created Under: http://creativecommo...s/by-nc-sa/3.0/ Completed By: Vansers Screenshot of Module: How To Install: 1) Download the file that is attached here... 2) Unzip the file... 3) Upload/Import the SQL file called charts.sql into the database that your VMS install sits. 4) Upload the files same as the structure as your phpvms files. 5) Copy this code and paste it into your local.config file. # Set the type of charts Config::Set( 'CHART_TYPES', array( '1'=>'Facility', '2'=>'Standard Instrument Departure', '3'=>'Standard Terminal Arrival', '4'=>'ILS Approach', '5'=>'Approach' ) ); Enjoy the Module! To add the navigation of the module, copy this code and paste it into your core_navigation... <li><a href="<?php echo url('/charts'); ?>">Airport Charts</a></li> To add the admin navigation of the module, copy this code and paste it into your admin core_navigation... <li><a href="<?php echo adminurl('/ChartsAdmin/');?>">Add & Edit Charts</a></li> ------------------------------------------------------- Version 1.1 - October 7, 2011 Added Admin Nav (Thanks TAV1702) Let me know if it works. If you have any questions or requests (sometimes it may be filled or not), let me know! Enjoy the new module. WARNING: Wherever you live, sometimes your counties government may not allow you to post your airport charts, but my suggestion is that you add an external link to the chart to another site of where you found it. I highly suggest that you external link your charts to another sites. Instead uploading to your site and you can get in trouble with the law or governments. I will not be liable for you getting into trouble!! Removed File Airport_Charts_V1.0.zp REMOVED :[attachment=710:Airport_Charts_V1.1.zip] Download Here
  23. Nabeel, I know it maybe sound too much here, but is there anyway that we could have the ability to add group permissions for our modules access? Or something like the person can't delete the pilot profile or change password, or change hubs. Something like that. Would it be posable? Thanks!
  24. I'll have it released tomorrow hopefully. I just need to package the files up.
×
×
  • Create New...