
ercio
Members-
Posts
100 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ercio
-
hi i would like to have it too ercio_f@hotmail.com va , www.virtualvarig.com
-
SOLVED
-
I have this code for pictures carousel , but I would like to have a auto play video from youtube instead : <div class="container"> <div class="row"> <div class="col-md-12"> <div id="carousel"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> <li data-target="#carousel-example-generic" data-slide-to="3"></li> <li data-target="#carousel-example-generic" data-slide-to="4"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner"> <div class="item active"> <img src="./images/slider/1.jpg" alt="..."> <div class="carousel-caption"> <h3>Virtual Airlines </h3> </div> </div> <div class="item"> <img src="./images/slider/2.jpg" alt="..."> <div class="carousel-caption"> <h3>Virtual Airlines </h3> </div> </div> <div class="item"> <img src="./images/slider/3.jpg" alt="..."> <div class="carousel-caption"> <h3>Virtual Airlines</h3> </div> </div> <div class="item"> <img src="./images/slider/4.jpg" alt="..."> <div class="carousel-caption"> <h3>Virtual Airlines </h3> </div> </div> <div class="item"> <img src="./images/slider/5.jpg" alt="..."> <div class="carousel-caption"> <h3>Virtual Airlines</h3> </div> </div> </div>
-
did not try it yet but I can tell it is a really pretty one flyalaska!
-
almost perfect !!! one more thing what is the size of the main pic? thanks flyalaska
-
www.capeairvirtual.com I try to change the path also or may be I a on the wrong spot . can you post the right location to change it
-
for some reason the main picture wont change at all
-
this is the prettiest sky ever made , but has few errors
-
www.capeairvirtual.com Average Landing Warning: Invalid argument supplied for foreach() in /home/ercio/capeairvirtual.com/core/common/TouchdownStatsData.class.php on line 90 how to change the main picture , and google maps not working
-
i have the same error as OMAR, running on php 5.6 so how can i change to be always on php version as u said the error is bcuz it is tpl on php PS: fixed ( delete phpvms old version and installed 5.5)
-
Vangelis Thanks , but the link goes only when you are logged in , the lines I want to take of is this rectangular lines around the awards
-
easy call, how to add a symbol before the letters on PHPvms?
ercio replied to ercio's topic in Support Forum
how do i align this: ?> <div class="art-layout-cell art-sidebar1"><div class="art-block clearfix"> <div class="art-blockheader"> <p><img src="http://i.imgur.com/lHBoVep.png" style="float: left;"><h3 class="t">Varig Virtual</h3></p> </div> -
easy call, how to add a symbol before the letters on PHPvms?
ercio replied to ercio's topic in Support Forum
Hi Servetas , Long time !! I don't know if it is favicon, but that guy did it using phpvms . www.vaspbr.com.br http://i.imgur.com/FnRBcQQ.jpg we are using ocean blue 2 -
how do I add a symbol before the letters on phpvms , like add Lufthansa logo (small icon) my tab would be like : (Lufthansa logo) pilots thanks
-
is it possible to lock pilots on arrival airport? (smartcars 2)
ercio replied to ercio's topic in Support Forum
Caalair thanks, but as far a understand this mod, i will have to stop using smartcars for bids than will have to bid from this module? am i correct? -
<?php if(!$allawardtpes) { echo 'There is no awards available!'; return; } foreach($allawardtpes as $type) { ?> <h3><?php echo $type->typ_name;?></h3> <?php $allissuedawards = vAwardsData::GetAllIssuedAward($pilotid, $type->typ_id); if(!$allissuedawards) { echo 'Nessuna Spilla Assegnata'; $allissuedawards = array(); } echo "<table>"; echo "<tr>" ; $i = 0; foreach($allissuedawards as $award) { if ($i % 3 === 0) { echo '</tr><tr>'; } echo "<td><img src=".$award->awd_image." alt=".$award->descrip." /> <br /><strong>Award Name:</strong>".$award->awd_name."<br /></td>"; $i++; } echo "</tr>" ; echo "</table> "; } ?> how do i take this tables line off? http://i.imgur.com/KG2IrU7.png
-
why I cant see any more where my VA is losing points? before I was looking to ranking Beta , but now is not there any more .
-
just managed to install!! under lading rate what should I put my VA has -450 rule
-
really hard to install ! try manually and with simpilot plug in its says phpvms Is An Invalid Plugin - Missing Config File.
-
is that possible to have it phone optimized?
-
Nope! but thanks web
-
as soon as I add the code on Destination.tpl , I get a blank map!
-
Michael!!! you did 3 things I like to have on my, fligtboad , chat and TS3 can you help me?