avdesigns Posted November 2, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
tutmeister Posted November 4, 2012 Report Share Posted November 4, 2012 Thanks Jacob! Quote Link to comment Share on other sites More sharing options...
lewisboy11 Posted November 6, 2012 Report Share Posted November 6, 2012 Looks great, as you said there are some coding issues but it is a great bit of php coding Quote Link to comment Share on other sites More sharing options...
avdesigns Posted November 10, 2012 Author Report Share Posted November 10, 2012 Thanks! Quote Link to comment Share on other sites More sharing options...
freshJet Posted November 11, 2012 Report Share Posted November 11, 2012 Just needs a bit of padding really... Quote Link to comment Share on other sites More sharing options...
DylanNoes Posted November 14, 2012 Report Share Posted November 14, 2012 Hello I have this problem, how can I fix it? Quote Link to comment Share on other sites More sharing options...
avdesigns Posted November 15, 2012 Author Report Share Posted November 15, 2012 Not to sure but it looks like you've remove a </div> Quote Link to comment Share on other sites More sharing options...
DylanNoes Posted November 16, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
DylanNoes Posted November 16, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
BaRBeR Posted November 18, 2012 Report Share Posted November 18, 2012 post a pic of what the site looks like with the problem you are having please Quote Link to comment Share on other sites More sharing options...
DylanNoes Posted November 21, 2012 Report Share Posted November 21, 2012 hi; this is the pic Quote Link to comment Share on other sites More sharing options...
avdesigns Posted November 22, 2012 Author Report Share Posted November 22, 2012 Looks like the margin tag is missing - margin: 0 auto; ensure thats applied to the content Quote Link to comment Share on other sites More sharing options...
DylanNoes Posted November 24, 2012 Report Share Posted November 24, 2012 SOLVED Quote Link to comment Share on other sites More sharing options...
avdesigns Posted November 24, 2012 Author Report Share Posted November 24, 2012 Brilliant! What was the problem? Quote Link to comment Share on other sites More sharing options...
DylanNoes Posted November 24, 2012 Report Share Posted November 24, 2012 a </div> Quote Link to comment Share on other sites More sharing options...
Txmmy83 Posted November 29, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
avdesigns Posted December 1, 2012 Author Report Share 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 Link to comment Share on other sites More sharing options...
Txmmy83 Posted December 1, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
Dominican Airways Posted December 2, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
DylanNoes Posted December 8, 2012 Report Share Posted December 8, 2012 Hi guys, A Xmas Edition Site Quote Link to comment Share on other sites More sharing options...
Jon Posted December 8, 2012 Report Share Posted December 8, 2012 *Merry Christmas Quote Link to comment Share on other sites More sharing options...
VirtualBMI Posted April 16, 2013 Report Share Posted April 16, 2013 Bump Quote Link to comment Share on other sites More sharing options...
BaRBeR Posted April 17, 2013 Report Share Posted April 17, 2013 What are you bumping...? 1 Quote Link to comment Share on other sites More sharing options...
VirtualBMI Posted April 17, 2013 Report Share Posted April 17, 2013 That I am stil having a problem with this skin. It makes my site go all funny. Quote Link to comment Share on other sites More sharing options...
freshJet Posted April 17, 2013 Report Share Posted April 17, 2013 I think you could benefit from a bit more detail than 'funny'. Quote Link to comment Share on other sites More sharing options...
VirtualBMI Posted April 17, 2013 Report Share Posted April 17, 2013 Sorry, I will upload a screenshot. Regards Quote Link to comment Share on other sites More sharing options...
BaRBeR Posted April 17, 2013 Report Share Posted April 17, 2013 looks like a problem with a </div> on it. Post your code Quote Link to comment Share on other sites More sharing options...
VirtualBMI Posted April 17, 2013 Report Share 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 Link to comment Share on other sites More sharing options...
freshJet Posted April 18, 2013 Report Share Posted April 18, 2013 Why have you got <logo></logo> and <social></social>? Quote Link to comment Share on other sites More sharing options...
VirtualBMI Posted April 19, 2013 Report Share Posted April 19, 2013 It was already there, do I need to remove it Quote Link to comment Share on other sites More sharing options...
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.