Jump to content

Parkho

Moderators
  • Posts

    1381
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Parkho

  1. You need to upgrade your phpVMS version to 5.5x by Simpilot. Alternatively, you can change my module core files to match older versions of phpVMS (AKA, TPL version)
  2. Add the following code in your "frontpage_main.php" and refresh the page to trigger it. Keep in mind to remove it after you're done cause if you don't every time your website opens, it will be triggered and your pilot's signature will be reset. <?php PilotData::generatesingnature($pilotid) ;?> "$pilotid" is the id of your specific pilot(eg. 27). This will reset the signature of that specific pilot.
  3. Create a <div>. Copy the entire code in "core/templates/acarsmap.php" and paste them inside the <div>.
  4. I have made some changes to TopPilot V2.0. If you wish you can download again and replace it. Change Log: For tabbings, some free net version was used which is now removed and coded from scratch CSS was changed to a new look (Screenshots below). Install: download and replace "templates" and "lib" folders. Screenshots: Cheers! :D
  5. Yes I can see them all too!!!
  6. I have searched for an ACARS compatible with MAC but seems there is none available at the moment.
  7. 5.5x version already has the new recaptcha.
  8. How about FSAcars?
  9. Open "templates/toppilot.php" and change the following line: <li><a href="javascript:void(0)" class="toppilotdet" onclick="toppilottabs(event, 'br')">Best Revenues</a></li> To this: <li><a id="defaultOpen" href="javascript:void(0)" class="toppilotdet" onclick="toppilottabs(event, 'br')">Best Revenues</a></li> Now add the following at the end <script> document.getElementById("defaultOpen").click(); </script> If you want to open the next vertical tab you can do the above in "toppilotdetailbr.php" just remember the link id must be unique.
  10. I have created a new tab version for Toppilot itself. Please download and replace the template files and download and add JS, CSS files. Don't forget to add the following to your layout.php <script type="text/javascript" src="<?php echo fileurl('lib/js/toppilot.js');?>"></script> <link rel="stylesheet" href="<?php echo fileurl('lib/css/toppilot.css');?>" /> between <head></head> tags. Cheers Screenshots
  11. Okay! I'm working on the CSS to make it as simple as possible.
  12. I think its javascript has a conflict with your website. Are you using Bootstrap?
  13. Okay. Open all TPLs and change the <table> tags to the following: <table width="100%">
  14. No! I mean inside the TPL files. The reason is that maybe your skin uses some kind of a CSS that conflicts with the styling of the TPLs.
  15. Also, remove all the styles from the TPL files.
  16. I think it's the rank image. Try disabling the image to see if it's fixed.
  17. Give me the link to your page. Maybe the javascript has a conflict with your website
  18. All functions in class file must be changed from "public static function" to "public function". What version of phpVMS you're using anyway?!?!
  19. in your "core/modules" folder there should be a folder for your ACARS(your case, smartcars). I would look in there to see how it gets its data from site. I don't have smartCARS installed and cannot run it to tell you what's wrong but try look into that folder to see what you can find out.
  20. That's because it is written to match phpVMS 5.5x which means host's php version 5.x. If you want to revert it back to TPL, you'll have to change multiple files not just their extensions.
  21. Unfortunately the json page used, doesn't provide specific airline status and I couldn't find a solid API for VATSIM statistics, so the answer to your Q is NO!
  22. Open "core/local.config.php" and look for the following: Config::Set('ACARS_LIVE_TIME', 720); 720 is the time the flight stays on the map on your website and is eqaul to 12 HRS. Change it to your desired number.
  23. I checked the codes on my website everything seems to be working fine. What's you website?
  24. Is that the only error you get?
×
×
  • Create New...