Skyline v1.1
Original Release: 10th February 2013
Latest Release: 11th April 2013
Author: Iain Robb
License: Creative Commons Attribution-NonCommercial 3.0 by-nc
Demo: Click here
Featuring a clean and elegant design including drop down menus. Easy to edit and adapt to your own airline’s style.
Released under the Creative Commons Attribution-NonCommercial 3.0 Unported license (by-nc).
Full license: http://creativecommo…nses/by-nc/3.0/
Developed and tested on phpVMS 2.1.934.
____________________________________________________________________________________________________-
10/02/2013
==========================================
05/04/2013
==========================================
-
Fixed login box position
-
Cleaned up social icon CSS
-
Added header title to homepage
-
Changed the position of the login button
[skylinev1.zip](< base_url >/applications/core/interface/file/attachment.php?id=1052)
[skylinev1.1.zip](< base_url >/applications/core/interface/file/attachment.php?id=1082)
Thanks, demo available too now
Strider
5
Looks great, I am gonna edit it a bit for the use of MVA, few things I would like to change for MVA. It will not be released my edited version.
Awesome can’t wait to see!
Fantastic skin Iain! Well done! Don’t mind the pun, but I suppose you’ve given a bit of fresh air to the other airlines with the skin
Jalio
8
Awesome skin, clean and tidy. Great job.
Thanks that’s what I was aiming for. Nice to see 25 downloads already, thanks everyone!
Strider
10
http://malaysiava.org still making some changes.
1 Like
Looks great, well done You can change ‘Skin by Iain Robb’ to ‘Original skin by Iain Robb’ if you want.
Nice skin! One question. How do i change the Skyline-logo in the header?
Thanks
Bendik
www.virtualdanish.tk
Strider
13
You talking about the text Skyline? It is just text. not an image.
Look for:
<span style="[url=""]font-size:52px; margin:10px; position:absolute; color:#ccc; text-shadow:1px 1px 2px #999;[/url]">Skyline</span>
Replace the word Skyline with your VA name, or put your logo image there.
1 Like
One more question; I can`t get into the admin center when Im logged in. I really liked this skin.Very, very good!
Strider
15
You have to add the link, but in the url just put http://myva.com/admin and you will get in
But then will all members beeing able to press the button…
Strider
17
Use the following code:
<?php
if(Auth::LoggedIn())
{
if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN))
{
?>
<?php
echo '<li><a href="'.fileurl('/admin').'" class="underline">Admin Center</a></li>';
}
}
?>
That will show the admin link, only to those permitted to gain entry to the admin side.
Ah yes, I didn’t think it was necessary but I might add it in.
vJet2
19
Great skin Iain.I am working on it at present on a mirror site and will be changing my site to it on the 1st of March