1. Package
The package contains the following folders:
- “lib” contains all the files needed for your skin.
- “Uninstalled Modules” contains the third party Modules zips. Seperate installation will be required.
2. Installation
To install the new skin you must —
- Upload the lib folder from your pc to the phpVMS root to your web server.
-
No go to your phpVMS admin. Navigate to
Site & Settings --> General SettingsUnder the Current Skin section, select your skin to sky_Blue and than click save.
3. Adding your logo
To ad a favicon, make a 16x16 png image and upload it to your skins images directory, and name it favicon.
To change the logo on the skin to yours, just simply name your logo object885684194.png (205x67 diminsions)and upload
it to the images directory in your skins folder.
4. How do I change the header image
-
The header image is actually three seperate images. One main, with the plane background and two seperate cloud images. Just by replacing your plane with the default plane image will leave the clouds in the background.
Just name your image object1130998624.png with the deminsions of 750x257 add a plane with the background removed. upload it to your skins image directory.
5. How do I edit the ACARS Map?
ACARS Map - Change your seetings to match below
-
Open core/local.config
# Google Map Options Config::Set('MAP_WIDTH', '855px'); Config::Set('MAP_HEIGHT', '500px');5.1. Google Map API
- You might also need your own API for google maps. Open core_htmlhead.php from your skins folder and add your key to api code. To get your API key from Google, log in to your Google account and go to https://developers.google.com/maps/documentation/javascript/get-api-key#key -
Open lib/skins/sky_Blue/layout.php
Find the code below.
https://maps.google.com/maps/api/js?sensor=true">replace it with -
Don't forget to add your keys
https://maps.googleapis.com/maps/api/js?key=Your Key Here&callback=initMap">
6. How to add Recaptcha
- If you are getting an error from the recaptch on the Registration and Contact pages. You will than need to obtain your
recaptcha keys for your domain. Simply follow this link. Than paste the
code to your local.config page just like as shown below.
Replace Key #1 and key #2 with your actual keys.
/* Keys for recaptcha, you can change these if you want to your own but it's a global key so it should just work */
Config::Set('RECAPTCHA_PUBLIC_KEY', 'key #1');
Config::Set('RECAPTCHA_PRIVATE_KEY', 'key #2');
7. Installing Modules
This skin has preset modules. Only the template files are installed. You will need to install the Modules from the Uninstalled Modules folder from the
Modules to work. Please note that the template files have been removed from the ip files so you dont overwrite the files.
Remember to install all the modules!
8. How to add Twitter
Sign into Twitter and than go to this link. Click on Widgets and than click create new. Copy the code and replace it it with the default code on the skin, in frontpage_main.php Starting with line 135.
9. Other Edits
Open layout.php and edit the footer and replace About SkyBlue Air.
Airline Service date, in layout.php on line 139 edit countup(2015,12,14) and change the date to when your VA opened. (YMD)
Dont forget to edit the links to the social icons in the footer in layout.php.
10. Support
If you have any questions that are not answered in this documentation, feel free to contact us via on our website or by our Support Forums You can also reply to the skyBlue post on the phpVMS forums.
When asking for support, plseae allow up 24 hours for a responce. With any support request please include the follwing.
- Your URL of your airline that you need support for.
- Any screenshots if possible
- Full detailed description of the issue.
Any websites that have removed the phpVMS link or our link from the footer will be ignored and will not get any support.