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:
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 )
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]