
fsx
Members-
Posts
28 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by fsx
-
you use ie and not work! use alternate browser google chrome
-
How do you get the inclusion of the VOR on the map?
-
Great ! i expect get further developments
-
if I click on a download goes into an infinite loop situation and the page just sits there clicking at you as it continuously reloads i have checked the link and it is correct my code is <h1>Downloads</h1> <?php if(!$allcategories) { echo 'Der er ingen downloads!'; return; } foreach($allcategories as $category) { ?> <p><h2><strong><?php echo $category->name?></strong></h2></p> <ul> <?php # This loops through every download available in the category $alldownloads = DownloadData::GetDownloads($category->id); if(!$alldownloads) { echo 'Der er ingen downloads'; $alldownloads = array(); } foreach($alldownloads as $download) { ?> <li> <a href="<?php echo url('/downloads/dl/'.$download->id);?>"> <?php echo $download->name?></a><br /> <?php echo $download->description?><br /> <a href="<?php echo url('/downloads/dl/'.$download->id);?>"> <img src="<?php echo $download->image?>"></a><br /> <em>Downloaded <?php echo $download->hits?> times</em></li> <br/> <?php } ?><br /> </ul> <?php } ?> how can I fix it? thank's
-
i not have this filw in the my skin edit: Solved i edit layout.tpl Thank's
-
i have 2 file footer.tpl 1) \admin\lib\layout 2) \admin\lib\layout_dark I have edit two file, but does not work
-
I would like to publicly thank a person putting his name with his page in the my footer. Where is this file?
-
see if this can serve http://forum.phpvms.net/topic/1712-having-a-va-chat-server/
-
Great. Up for test ;-)
-
in Joomla I had the possibility to put the site in maintenance and then executed the change, with phpvms it is possible to do this?
-
Hi everybody, @lorathon If I click on the map plane, appears out a table shows (Time Altitude Heading LAT LNG Fuel Phase V SPD SPD G)it is from these data that run the mathematical operation ? or it is an additional table ?
-
The default skin provides photos of excessive size, I shrunk the photos, but the menu does not rise above, how can you decide its height?
-
sorry for the stupid question but not have find the correct responce in 2 day what's your name the file for edit ??? and where is it ?
-
Hello Simpilot, I am the person who commissioned the work redesign (tcaf) As you can see I have canceled flights and pirep, but if you need a flight and I can show you the result
-
thanks for the reply. # 2 you need to plan a new version or can I change some code?
-
i have installed version 1.3 but my location is LIPQ and i sarch the flyght i have this the second flight is not correct beacuse LIPQ is Airport Arrival not Departure. The second problem if click on blook flight, the system blook two flight. If possible blook only one ? Thank's
-
your link not responce, you say so? http://qantasvirtual.com/index.php/Listing I'm working on it but are at a standstill: ( Add to Custom Field with name IVAO, mark Sow in User Profile? and Show During Registration? at YES Open the file pilots_list.tpl in the template and write this for add colon <th>IVAO</th> and this for populate the field <?php echo PilotData::GetFieldValue($pilot->pilotid, 'IVAO'); ?> what they are not able to do to allow the connection to the id of IVAO
-
i have flight with pirep accept, but the situation not change maybe the table will only work with the new flights in pending ? I feel
-
ok, I open the pilot_public_profile.tpl in the template folder and i change this <?php foreach($allawards as $award) { /* To show the image: <img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" /> */ ?> <li><?php echo $award->award ?></li> <?php } ?> with this <?php foreach($allawards as $award) { ?> <img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" /> <?php } ?> now it's ok, thank you
-
I have a problem with award in the view pilot The award is description without image, how can I insert the image ? I have insert the award in the pilot center according to this post and it's ok http://forum.phpvms.net/topic/1723-image-award-in-the-pilot-center/ thank's for responce
-
thank's but i not find the landing rate field