Jump to content

fsx

Members
  • Posts

    28
  • Joined

  • Last visited

fsx's Achievements

Newbie

Newbie (1/14)

-4

Reputation

  1. you use ie and not work! use alternate browser google chrome
  2. How do you get the inclusion of the VOR on the map?
  3. Great ! i expect get further developments
  4. 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
  5. fsx

    Footer

    i not have this filw in the my skin edit: Solved i edit layout.tpl Thank's
  6. fsx

    Footer

    i have 2 file footer.tpl 1) \admin\lib\layout 2) \admin\lib\layout_dark I have edit two file, but does not work
  7. fsx

    Footer

    I would like to publicly thank a person putting his name with his page in the my footer. Where is this file?
  8. see if this can serve http://forum.phpvms.net/topic/1712-having-a-va-chat-server/
  9. now, it's ok thank's
  10. 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?
  11. 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 ?
  12. 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?
  13. fsx

    Drop Down Menus

    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 ?
×
×
  • Create New...