flyalaska Posted October 8, 2014 Author Report Share Posted October 8, 2014 Hello guys, how can I change the inscription: "Join Demo Airways" ? Thankyou Sorbello Luca Malta vACC Director Malta ATO CFI (Director) core_navigation.tpl Quote Link to comment Share on other sites More sharing options...
Sorbelloluca94 Posted October 8, 2014 Report Share Posted October 8, 2014 Hello, thankyou Sorbello Luca VATSIM Network Malta vACC Director Malta ATO CFI (Director) Quote Link to comment Share on other sites More sharing options...
flyalaska Posted October 8, 2014 Author Report Share Posted October 8, 2014 You are welcome! Quote Link to comment Share on other sites More sharing options...
Sorbelloluca94 Posted October 9, 2014 Report Share Posted October 9, 2014 Sorry for my disturbing, but this is my first time, that I creating a new website for my VA, I need to delete the ACARS Config on Pilot Dashboard.....how can I do that? Sorbello Luca VATSIM Network Malta vACC Director Malta ATO CFI (Director) Quote Link to comment Share on other sites More sharing options...
flyalaska Posted October 10, 2014 Author Report Share Posted October 10, 2014 Sorry for my disturbing, but this is my first time, that I creating a new website for my VA, I need to delete the ACARS Config on Pilot Dashboard.....how can I do that? Sorbello Luca VATSIM Network Malta vACC Director Malta ATO CFI (Director) Remove this from profile_main.tpl If you don't feel comfortable I will do it for you. You can send me your profile_main.tpl <!-- Begin ACARS Configuration Box --> <div class="art-content-layout-wrapper layout-item-4"> <div class="art-content-layout layout-item-5"> <div class="art-content-layout-row"> <div class="art-layout-cell layout-item-6" style="width: 100%" > <h3>ACARS Configuration</h3><ul> <table class="ocean_blue"width="100%"cellspacing="2"cellpadding="2"border="0"> <tr> <td><center><img src="<?php echo SITE_URL?>/lib/skins/ocean_blue/images/icons/icon_dl.png" width="64" height="64" alt="" /><br><a href="<?php echo url('/profile/editprofile'); ?>">kACARS</a></center></td> <td><center><img src="<?php echo SITE_URL?>/lib/skins/ocean_blue/images/icons/icon_dl.png" width="64" height="64" alt="" /><br><a href="<?php echo actionurl('/acars/fspaxconfig');?>">Download FSPax Config</a></center></td> <td><center><img src="<?php echo SITE_URL?>/lib/skins/ocean_blue/images/icons/icon_dl.png" width="64" height="64" alt="" /><br><a href="<?php echo actionurl('/fsfk/vaconfig_template');?>">Download FSFK Config</a></center></td> <td><center><img src="<?php echo SITE_URL?>/lib/skins/ocean_blue/images/icons/icon_dl.png" width="64" height="64" alt="" /><br><a href="<?php echo actionurl('/acars/xacarsconfig');?>">Download XAcars Config</a></center></td> </tr> </table> </div> </div> </div> </div> <!-- End ACARS Configuration Box --> Quote Link to comment Share on other sites More sharing options...
Sorbelloluca94 Posted October 12, 2014 Report Share Posted October 12, 2014 HI, I got error on Rank and award page , it shows An Error Was Encountered The module "RANKS" doesn't exist! Hello guys same problem, any news? Quote Link to comment Share on other sites More sharing options...
flyalaska Posted October 12, 2014 Author Report Share Posted October 12, 2014 Pm me your email Quote Link to comment Share on other sites More sharing options...
Sorbelloluca94 Posted October 18, 2014 Report Share Posted October 18, 2014 guys, sorry for the stress, if I would like to add an background picture on the website like this: http://easyfsxitaliavirtual.net/en/index.php/ how can I make? Sorbello Luca VATSIM Network Malta vACC Director Malta ATO CFI (Director) Quote Link to comment Share on other sites More sharing options...
flyalaska Posted October 18, 2014 Author Report Share Posted October 18, 2014 guys, sorry for the stress, if I would like to add an background picture on the website like this: http://easyfsxitalia...t/en/index.php/ how can I make? Sorbello Luca VATSIM Network Malta vACC Director Malta ATO CFI (Director) In the ocean_blue.css Try This Find background: #D4E1ED; and replace with background-image: url('image url goes here'); background-color: #D4E1ED; Quote Link to comment Share on other sites More sharing options...
Curshad Posted November 3, 2014 Report Share Posted November 3, 2014 Wow this Skin is absolutely Fantasic! Thank you for the Free release. 1 Quote Link to comment Share on other sites More sharing options...
Curshad Posted November 3, 2014 Report Share Posted November 3, 2014 Im having troubles displaying this http://forum.phpvms.net/topic/21259-live-flight-board-airlines-display-solved/#entry114046 into the recent front bids heres what im doing but getting an error. <table width="100%" border="0" cellspacing="0" cellpadding="0" class="ocean_table"> <tr> <th>Airline</th> <th>Flight</th> <th>Pilot</th> <th>Departure</th> <th>Arrival</th> <th>Aircraft</th> <th>Duration</th> <th>V/S</th> <th>Info</th> </tr> <?php if(count($pireps) > 0) { foreach ($pireps as $pirep) { $pilotinfo = PilotData::getPilotData($pirep->pilotid); $pilotid = PilotData::getPilotCode($pilotinfo->code, $pilotinfo->pilotid); $acrid = OperationsData::getAircraftByReg($pirep->registration); echo '<tr>'; echo '<td>' <?php $fcode = substr($flight->flightnum, 0, 3); if($fcode == 'SIL') {echo '<img src="http://greenvillems.org/wp-content/uploads/2012/11/Silver-Logo.jpg" width="120" height="35"/>';} elseif($fcode == 'SBM') {echo '<img src="http://tblocations-airlinelogores.s3.amazonaws.com/200-75-4c3f16e6579e2-sky-bahamas-google-chrome-15-7-2010-160848-bmp.jpg" width="120" height="35"/>';} ?>'</td>' echo '<td><a href="'.SITE_URL.'/index.php/pireps/viewreport/'.$pirep->pirepid.'">'.$pirep->code.$pirep->flightnum.'</a></td>'; echo '<td><a href="'.SITE_URL.'/index.php/profile/view/'.$pilotinfo->pilotid.'">'.$pilotinfo->firstname.' '.$pilotinfo->lastname.'</a></td>'; echo '<td>'.$pirep->depicao.'</td>'; echo '<td>'.$pirep->arricao.'</td>'; echo '<td>'.$pirep->aircraft.'</td>'; echo '<td>'.$pirep->flighttime.'</td>'; echo '<td>'.$pirep->landingrate.' ft/m</td>'; if($pirep->accepted == PIREP_ACCEPTED) echo '<td><span class="label label-important"><font color="green">Accepted</font></span></td>'; elseif($pirep->accepted == PIREP_REJECTED) echo '<td><span class="label label-important"><font color="red">Rejected</font></span></td>'; elseif($pirep->accepted == PIREP_PENDING) echo '<td><span class="label label-warning"><font color="orange">Pending</font></span></td>'; elseif($pirep->accepted == PIREP_INPROGRESS) echo '<td>On Progress</td>'; echo '</tr>'; } } else { echo '<tr><td>There are no recent flights!</td></tr>'; } ?> Quote Link to comment Share on other sites More sharing options...
Curshad Posted November 3, 2014 Report Share Posted November 3, 2014 Creator you have an idea of what to do? Also the touchdown stats wont stay aligned withn the side boxes I've tried changing the table with with the touchdown tempalate but no luck <div class="art-block clearfix"> <div class="art-blockheader"> <h3 class="t">Monthly Touchdown Stats</h3> </div> <div class="art-blockcontent"><p><?php MainController::Run('TouchdownStats', 'top_landing_this_month'); ?></p></div> </div> TPL <?php //simpilotgroup addon module for phpVMS virtual airline system // //simpilotgroup addon modules are licenced under the following license: //Creative Commons Attribution Non-commercial Share Alike (by-nc-sa) //To view full license text visit http://creativecommons.org/licenses/by-nc-sa/3.0/ // //@author David Clark (simpilot) //@copyright Copyright (c) 2009-2010, David Clark //@license http://creativecommons.org/licenses/by-nc-sa/3.0/ ?> <table width="100%" border="0" class="ocean_table"> <tr> <td>Pilot</td> <td>Aircraft</td> <td>Arrival Field</td> <td>Landing Rate</td> <td>Date Posted</td> </tr> <?php foreach($stats as $stat) { $pilot = PilotData::getPilotData($stat->pilotid); $aircraft = OperationsData::getAircraftInfo($stat->aircraft); echo '<tr>'; echo '<td>'.PilotData::getPilotCode($pilot->code, $pilot->pilotid).' - '.$pilot->firstname.' '.$pilot->lastname.'</td>'; echo '<td>'.$aircraft->fullname.'</td>'; echo '<td>'.$stat->arricao.'</td>'; echo '<td>'.$stat->landingrate.'</td>'; echo '<td>'.date(DATE_FORMAT, strtotime($stat->submitdate)).'</td>'; echo '</tr>'; } ?> </table> 1 Quote Link to comment Share on other sites More sharing options...
flyalaska Posted November 3, 2014 Author Report Share Posted November 3, 2014 Do you have a screenshot? Quote Link to comment Share on other sites More sharing options...
Curshad Posted November 4, 2014 Report Share Posted November 4, 2014 One moment.. Quote Link to comment Share on other sites More sharing options...
Curshad Posted November 4, 2014 Report Share Posted November 4, 2014 I'm trying to get airline to show up like in my Flight Departures board here: The code i use to put the "Airlines section into the table of the live map on the front page here: <table width="100%" border="0" cellspacing="0" cellpadding="0" class="ocean_table"> <tr> <th>Airline</th> <th>Flight</th> <th>Pilot</th> <th>Departure</th> <th>Arrival</th> <th>Aircraft</th> <th>Duration</th> <th>V/S</th> <th>Info</th> </tr> <?php if(count($pireps) > 0) { foreach ($pireps as $pirep) { $pilotinfo = PilotData::getPilotData($pirep->pilotid); $pilotid = PilotData::getPilotCode($pilotinfo->code, $pilotinfo->pilotid); $acrid = OperationsData::getAircraftByReg($pirep->registration); echo '<tr>'; echo '<td>' <?php $fcode = substr($flight->flightnum, 0, 3); if($fcode == 'SIL') {echo '<img src="http://greenvillems.org/wp-content/uploads/2012/11/Silver-Logo.jpg" width="120" height="35"/>';} elseif($fcode == 'SBM') {echo '<img src="http://tblocations-airlinelogores.s3.amazonaws.com/200-75-4c3f16e6579e2-sky-bahamas-google-chrome-15-7-2010-160848-bmp.jpg" width="120" height="35"/>';} ?>'</td>' echo '<td><a href="'.SITE_URL.'/index.php/pireps/viewreport/'.$pirep->pirepid.'">'.$pirep->code.$pirep->flightnum.'</a></td>'; echo '<td><a href="'.SITE_URL.'/index.php/profile/view/'.$pilotinfo->pilotid.'">'.$pilotinfo->firstname.' '.$pilotinfo->lastname.'</a></td>'; echo '<td>'.$pirep->depicao.'</td>'; echo '<td>'.$pirep->arricao.'</td>'; echo '<td>'.$pirep->aircraft.'</td>'; echo '<td>'.$pirep->flighttime.'</td>'; echo '<td>'.$pirep->landingrate.' ft/m</td>'; if($pirep->accepted == PIREP_ACCEPTED) echo '<td><span class="label label-important"><font color="green">Accepted</font></span></td>'; elseif($pirep->accepted == PIREP_REJECTED) echo '<td><span class="label label-important"><font color="red">Rejected</font></span></td>'; elseif($pirep->accepted == PIREP_PENDING) echo '<td><span class="label label-warning"><font color="orange">Pending</font></span></td>'; elseif($pirep->accepted == PIREP_INPROGRESS) echo '<td>On Progress</td>'; echo '</tr>'; } } else { echo '<tr><td>There are no recent flights!</td></tr>'; } ?> The results of that code here: Here's what the website looks like with that code (IGNORE TOUCHDOWN STATS OVERLAP AND OTHER MINOR ERRORS STILL A WORK IN PROGRESS) here: Quote Link to comment Share on other sites More sharing options...
flyalaska Posted November 4, 2014 Author Report Share Posted November 4, 2014 That is weird, I never seen that on any of the other sites that use my skin. Try changing the table % <table width="100% Quote Link to comment Share on other sites More sharing options...
Curshad Posted November 4, 2014 Report Share Posted November 4, 2014 I can fix the table i'm asking about adding that new coloumn in the "Airlines" Coloumn like im my Flights departure board. I want the Airline thing to show up in Latest flights Quote Link to comment Share on other sites More sharing options...
flyalaska Posted November 4, 2014 Author Report Share Posted November 4, 2014 pm me your table Quote Link to comment Share on other sites More sharing options...
Iraklis Posted December 17, 2014 Report Share Posted December 17, 2014 Greedings from Greece!! Great skin!! I'm using it for m VA (http://www.gralexandair.net) I have a question... In the AdminPanel when i'm adding a New (add News) my home page looks like this... Quote Link to comment Share on other sites More sharing options...
flyalaska Posted December 18, 2014 Author Report Share Posted December 18, 2014 I have never seen that happened. Did you add any css tags, maybe it conflicting to another css file. Quote Link to comment Share on other sites More sharing options...
Iraklis Posted December 18, 2014 Report Share Posted December 18, 2014 really i don't know!! here is the code for the news in frontpage_main.tpl <!-- Begin Company News --> <div class="art-postcontent art-postcontent-0 clearfix"><div class="art-content-layout-wrapper layout-item-0"> <div class="art-content-layout layout-item-1"> <div class="art-content-layout-row"> <div class="art-layout-cell layout-item-2" style="width: 100%" > <div class="art-blockheader"> <h3 class="t">Company News</h3> </div> <?php MainController::Run('News', 'ShowNewsFront', 5); ?> </div> </div> </div> </div> <!-- End Company News --> when i change the value from5 to 0 the site works fine!! Quote Link to comment Share on other sites More sharing options...
Iraklis Posted December 19, 2014 Report Share Posted December 19, 2014 OK!!! Fixed the problem!! Thank you Servetas George!!! Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted December 19, 2014 Moderators Report Share Posted December 19, 2014 I did not do anything special. There was just an error in the variables Iraklis was using. No-one should have the same problem in the future. 1 Quote Link to comment Share on other sites More sharing options...
richipilot Posted January 6, 2015 Report Share Posted January 6, 2015 Hello I´m now configuring the menu of the website with this template and I make something like this; <li><a href="#">Pilotos</a> <ul> <li><a href="<?php echo url('/Pilots'); ?>">Lista de pilotos</a></li> <li><a href="<?php echo url('/rank'); ?>" title="Ranks">Rangos</a></li> <li><a href="<?php echo url('/awards'); ?>" title="Awards">Medallas</a></li> </ul> </li> As in the demo and default template is, and when I return to the website I only see the "Pilotos" menu the other that should appear people on mouse there, don´t appear someone can help? Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 6, 2015 Author Report Share Posted January 6, 2015 Can I have your URL? Quote Link to comment Share on other sites More sharing options...
richipilot Posted January 6, 2015 Report Share Posted January 6, 2015 Can I have your URL? Yes of course, http://liftaircargo.com/web/ Also I have the problem that I posted in other topic that´s when I write news I cannot write Ñ ñ characters or accents, I only can write english characters or with the HTML editor I can write accents and (ñ, Ñ) but without changing the font, colour, size... Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted January 6, 2015 Moderators Report Share Posted January 6, 2015 Are you sure that you are using the code you pasted above on your website? As i can see, you are using this: <li><a href="http://liftaircargo.com/web/index.php/Pilots">Pilotos</a></li> <ul> <li><a href="http://liftaircargo.com/web/index.php/Pilots">Lista de pilotos</a></li> <li><a href="http://liftaircargo.com/web/index.php/rank" title="Ranks">Rangos</a></li> <li><a href="http://liftaircargo.com/web/index.php/awards" title="Awards">Medallas</a></li> </ul> Use this instead of the above one and your problem will be solved: <li><a href="#">Pilotos</a> <ul> <li><a href="http://liftaircargo.com/web/index.php/Pilots">Lista de pilotos</a></li> <li><a href="http://liftaircargo.com/web/index.php/rank" title="Ranks">Rangos</a></li> <li><a href="http://liftaircargo.com/web/index.php/awards" title="Awards">Medallas</a></li> </ul> </li> Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 7, 2015 Author Report Share Posted January 7, 2015 Yes of course, http://liftaircargo.com/web/ Also I have the problem that I posted in other topic that´s when I write news I cannot write Ñ ñ characters or accents, I only can write english characters or with the HTML editor I can write accents and (ñ, Ñ) but without changing the font, colour, size... PM Sent Quote Link to comment Share on other sites More sharing options...
richipilot Posted January 7, 2015 Report Share Posted January 7, 2015 Are you sure that you are using the code you pasted above on your website? As i can see, you are using this: <li><a href="http://liftaircargo.com/web/index.php/Pilots">Pilotos</a></li> <ul> <li><a href="http://liftaircargo.com/web/index.php/Pilots">Lista de pilotos</a></li> <li><a href="http://liftaircargo.com/web/index.php/rank" title="Ranks">Rangos</a></li> <li><a href="http://liftaircargo.com/web/index.php/awards" title="Awards">Medallas</a></li> </ul> Use this instead of the above one and your problem will be solved: <li><a href="#">Pilotos</a> <ul> <li><a href="http://liftaircargo.com/web/index.php/Pilots">Lista de pilotos</a></li> <li><a href="http://liftaircargo.com/web/index.php/rank" title="Ranks">Rangos</a></li> <li><a href="http://liftaircargo.com/web/index.php/awards" title="Awards">Medallas</a></li> </ul> </li> Hello! I used the code you put below and as principal features became innnacesible y revert the changes and I put your first code, now again I will put the second and also reply yo the flyalaska PM THANKS A LOT FOR YOU HELP!! EDIT: Now the second code is on the web, and same problem... Quote Link to comment Share on other sites More sharing options...
richipilot Posted January 9, 2015 Report Share Posted January 9, 2015 SOLVED!! Restoring to default the layout.tpl file, thanks a lot to flyalaska! 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.