avdesigns Posted November 2, 2012 Report Posted November 2, 2012 Hello As I can not see the my virtual 'flyaero' doing as well as I hoped so I though it would be a nice gesture to make the skin open source for people to use. The Skin is not perfect where coding is concerned however with a little editing of the code it would be great! Heres what it looks like - Whats included - Frontpage Layout Profile --- Download - https://github.com/j...master/aerosite --- Copyright - Attribution-NonCommercial-ShareAlike CC BY-NC-SA Enjoy! Jacob 1 Quote
lewisboy11 Posted November 6, 2012 Report Posted November 6, 2012 Looks great, as you said there are some coding issues but it is a great bit of php coding Quote
freshJet Posted November 11, 2012 Report Posted November 11, 2012 Just needs a bit of padding really... Quote
DylanNoes Posted November 14, 2012 Report Posted November 14, 2012 Hello I have this problem, how can I fix it? Quote
avdesigns Posted November 15, 2012 Author Report Posted November 15, 2012 Not to sure but it looks like you've remove a </div> Quote
DylanNoes Posted November 16, 2012 Report Posted November 16, 2012 no, I did not remove any <tag> I installed the skin by changing the logo / image with those of my VA heeeelp is a truly beautiful skin Quote
DylanNoes Posted November 16, 2012 Report Posted November 16, 2012 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Neos Air Virtual</title> <link href="/lib/skins/aerosite/css/style.css" rel="stylesheet" type="text/css" /> <?php Template::Show('core_htmlhead.tpl'); ?><?php Template::Show('core_htmlreq.tpl'); ?> </head> <body> <div class="box"/> <div class="top"/><logo> <div align="center"><img src="/lib/skins/aerosite/images/logo.png" height="50px"/> </div> </logo> <social><div id="social-buttons"/> <div align="center"><a href="https://www.facebook.com/groups/336283666440052/"><img src="/lib/skins/aerosite/images/fb.png" height="50px"/></a><img src="/lib/skins/aerosite/images/tw.png" height="50px"/><img src="/lib/skins/aerosite/images/yt.png" height="50px"/> </div> </social> <div align="center"> <ul id="nav"> <li> <home> <a href="http://www.neosairva.com">Home</a> <home> </li> <?php Template::Show('core_navigation.tpl'); ?> </ul> </div> <div id="sidebar"/> <div align="center"><span class="smile"><img src="/lib/skins/aerosite/images/banner1.png"/></span> </div> <p align="center" class="smile"><t1></t1> <p align="center" class="line"></p> <div id="topLogin"> <div align="center"> <span class="smile"> </span><span class="smile"></span></div> <span class="smile"> <t1> </t1> </span> <t1> <div align="center"><span class="smile">My Account</span></div> </t1> <form name="loginform" action="<?php echo url('/login'); ?>" method="post"> <div align="center">Sign-in with your pilot id or email, or <a href="<?php echo url('/registration'); ?>">register</a><br /> <input type="text" name="email" value="" onclick="this.value=''" /> <input type="password" name="password" value="" /> <input type="hidden" name="remember" value="on" /> <input type="hidden" name="redir" value="index.php/profile" /> <input type="hidden" name="action" value="login" /> <input type="submit" name="submit" value="Log In" /> </div> </form> </div> <p align="center"> </p> <div align="center"><img align="left" height="50px" width="50px" style="margin-right: 10px;" src="<?php echo PilotData::getPilotAvatar($pilotid);?>" /> </div> <div> <p align="center" class="smile"><t1>News</t1> <p align="center" class="line"></p></p></div> <div align="center"> <?php MainController::Run('News', 'ShowNewsFront', 1); ?> </div> <p align="center" class="smile"><t1>Latest Recruits</t1> <p align="center" class="line"></p> <div align="center"> <?php MainController::Run('Pilots', 'RecentFrontPage', 5); ?> </div> <div id="main"/> <div align="center"><?php echo $page_content;?> </div> <div class="footer"/> <div align="center">Copyright FlyAero 2012 - 2013 | All rights reserved | Powered by PHPVMS | Skin by Jacob Axford </div> </body> </html> this is my code... tanks so much Quote
BaRBeR Posted November 18, 2012 Report Posted November 18, 2012 post a pic of what the site looks like with the problem you are having please Quote
avdesigns Posted November 22, 2012 Author Report Posted November 22, 2012 Looks like the margin tag is missing - margin: 0 auto; ensure thats applied to the content Quote
avdesigns Posted November 24, 2012 Author Report Posted November 24, 2012 Brilliant! What was the problem? Quote
Txmmy83 Posted November 29, 2012 Report Posted November 29, 2012 it is a great skin only have a small problem with live map if anybody know how to fix? please help best regards, Thomas Quote
avdesigns Posted December 1, 2012 Author Report Posted December 1, 2012 Is this a custom .tpl for your live map? Alse you will need to make the map smaller in the config files Jacob Quote
Txmmy83 Posted December 1, 2012 Report Posted December 1, 2012 Is this a custom .tpl for your live map? Alse you will need to make the map smaller in the config files Jacob yep was a bit customized flight completion percentage Quote
Dominican Airways Posted December 2, 2012 Report Posted December 2, 2012 a </div> Could I have your layout code please I am having a big problem and it looks like yours in fine Quote
VirtualBMI Posted April 17, 2013 Report Posted April 17, 2013 That I am stil having a problem with this skin. It makes my site go all funny. Quote
freshJet Posted April 17, 2013 Report Posted April 17, 2013 I think you could benefit from a bit more detail than 'funny'. Quote
VirtualBMI Posted April 17, 2013 Report Posted April 17, 2013 Sorry, I will upload a screenshot. Regards Quote
BaRBeR Posted April 17, 2013 Report Posted April 17, 2013 looks like a problem with a </div> on it. Post your code Quote
VirtualBMI Posted April 17, 2013 Report Posted April 17, 2013 looks like a problem with a </div> on it. Post your code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Corporate Virtual</title> <link href="/lib/skins/aerosite/css/style.css" rel="stylesheet" type="text/css" /> <?php Template::Show('core_htmlhead.tpl'); ?><?php Template::Show('core_htmlreq.tpl'); ?> </head> <body> <div class="box"/> <div class="top"/><logo> <div align="center"><img src="http://www.corporateva.co.uk/lib/skins/aerosite/images/logo.png" height="50px"/> </div> </logo> <social><div id="social-buttons"/> <div align="center"><a href="https://www.facebook.com/groups/336283666440052/"><img src="/lib/skins/aerosite/images/fb.png" height="50px"/></a><img src="/lib/skins/aerosite/images/tw.png" height="50px"/><img src="/lib/skins/aerosite/images/yt.png" height="50px"/> </div> </social> <div align="center"> <ul id="nav"> <li> <home> <a href="http://www.neosairva.com">Home</a> <home> </li> <?php Template::Show('core_navigation.tpl'); ?> </ul> </div> <div id="sidebar"/> <div align="center"><span class="smile"><img src="/lib/skins/aerosite/images/banner1.png"/></span> </div> <p align="center" class="smile"><t1></t1> <p align="center" class="line"></p> <div id="topLogin"> <div align="center"> <span class="smile"> </span><span class="smile"></span></div> <span class="smile"> <t1> </t1> </span> <t1> <div align="center"><span class="smile">My Account</span></div> </t1> <form name="loginform" action="<?php echo url('/login'); ?>" method="post"> <div align="center">Sign-in with your pilot id or email, or <a href="<?php echo url('/registration'); ?>">register</a><br /> <input type="text" name="email" value="" onclick="this.value=''" /> <input type="password" name="password" value="" /> <input type="hidden" name="remember" value="on" /> <input type="hidden" name="redir" value="index.php/profile" /> <input type="hidden" name="action" value="login" /> <input type="submit" name="submit" value="Log In" /> </div> </form> </div> <p align="center"> </p> <div align="center"><img align="left" height="50px" width="50px" style="margin-right: 10px;" src="<?php echo PilotData::getPilotAvatar($pilotid);?>" /> </div> <div> <p align="center" class="smile"><t1>News</t1> <p align="center" class="line"></p></p></div> <div align="center"> <?php MainController::Run('News', 'ShowNewsFront', 1); ?> </div> <p align="center" class="smile"><t1>Latest Recruits</t1> <p align="center" class="line"></p> <div align="center"> <?php MainController::Run('Pilots', 'RecentFrontPage', 5); ?> </div> <div id="main"/> <div align="center"><?php echo $page_content;?> </div> <div class="footer"/> <div align="center">Copyright FlyAero 2012 - 2013 | All rights reserved | Powered by PHPVMS | Skin by Jacob Axford </div> </body> </html> Quote
freshJet Posted April 18, 2013 Report Posted April 18, 2013 Why have you got <logo></logo> and <social></social>? Quote
VirtualBMI Posted April 19, 2013 Report Posted April 19, 2013 It was already there, do I need to remove it Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.