Jump to content

smokey68

Members
  • Posts

    233
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by smokey68

  1. Looking for someone who can make promo videos at an affordable price
  2. <?php foreach $OperationsData::getAllHubs() { var myLatLng = {lat: $hub->deplat, lng: $hub->deplng }; var map = new google.maps.Map(document.getElementById('map'), { zoom: 4, center: myLatLng }); var marker = new google.maps.Marker({ position: myLatLng, map: map, title: 'Airport ID' }); }?> Does this look right ?
  3. Anyone know how to place the hub markers in your airline on the acars map ?
  4. @Vangelis since i switched to 5.5 the pireps are not being accepted automatically and when they are to be rejected its not setting them as rejected but it does put a comment on them why it was rejected even though it didnt reject it or accept it they will still be apporval pending. Any Help ?
  5. what screenshot module are you now using ?
  6. Then really the only way you can make anything off of this would be for them to buy the theme off themeforest first then you would supply the service after verification of supplying the purchasers with the updates to the theme or it would be considered against a copyright for distribution of someone elses product or work which the buyer would have to pay for the theme and then the update you have which may end up being around $60 i definitely wouldn't distribute or do this myself its taking a risk and im sure they wouldnt want this kind of selling or distribution of already payware products being passed around here at phpvms forums this is my opinion but its not like it matters i guess you are gonna do what you feel is right anyway so run with it.
  7. Job accepted ill be happy to join teamspeak if you'd like to so we can go over everything that needs to be done
  8. If anything is needed as far as design send me a pm this goes for anyone
  9. @ncd200 Change This <?php require 'app_top.php' ?> To This <?php if(Auth::LoggedIn() == true){ ?> <?php require 'app_top.php' ?> <? } ?>
  10. @servetas Im not saying that bootstrap is the only way to make a responsive site but its an option to make it responsive in a round about way it would take some time to make the crystal skin responsive but not impossible. Thanks for filling the crack in though. @servetas
  11. Heres my site php-skins.com Im creating anew template now that will include a landing page when logged out and will have a crewcenter once you login it gonna be sweet ! ill do custom work as well
  12. If what you are saying is that when you view the website on a tablet its not responsive to fit the screen of a tablet or mobile device it is because the default template is not a bootstrap based responsive theme. The only way it will fit the screen of both tablet and desktop is if its a responsive theme you may retrieve a few of these type themes from my website php-skins.com
  13. ***New Update*** v1.0.4 Now Released Added Ckeditor to New & Reply Messages
  14. Please go to your skin folder and copy the Schedule_details,Schedule_list, & Schedule_results files and zip them in a folder and send me a link ill have a look fix them and send them back to ya.
  15. Use the code below and replace your api key that you get from https://developers.google.com/maps/ with "YOUR API KEY HERE" in the below script and place the script before the ending </head> tag in your layout file of your template. <script async defer src="https://maps.googleapis.com/maps/api/js?key=YOUR API KEY HERE"type="text/javascript"></script>
  16. The yellow line in the picture is showing the route from Departure to Destination via phpvms. The green line or the route the pilot is actually traveling is created by a custom acars that reports lat/lon coordinates while the pilot is traveling to the destination. Bascially you need a custom Acars that reports lat and lon cordinates very often.
  17. You will use the code below and change the "4" to however many recent activities to show <?php // Show the activity feed MainController::Run('Activity', 'Frontpage', 4); ?>
×
×
  • Create New...