Jump to content

Parkho

Moderators
  • Posts

    1375
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Parkho

  1. What did you change in there and what were you trying to do?
  2. Not possible, so you're gonna have to use it as is or get into code writing and figure it out.
  3. You're welcome, please mark your post as SOLVED. Thanks
  4. The email has been sent, Please advise weather you have TS3 for us to talk live.
  5. It'll take some times as I have to remove some unneccessary files. is there some way that we could have a live chat, I have to mention some things to you while you have the files in your server.
  6. For the events I have another add-on I can offer you for free. It's the Tour system, that uses different airlines, meaning, for your event you're gonna have to add an airline with the name of your event and then send your pilots to book for that event. If you're interested I can send you the files by email.
  7. Are you using the default schedule search or an add-on for you schedules?
  8. This system is designed to show you schedules from your last location. Now if you want to implement that in your navigation bar, you're gonna have to do it like you did for RealScheduleLite and basically change the link to this system. I suggest you install this first to see how it's working out for you and then decide from there.
  9. Thanks for the compliment, Well the jump seat fee's I believe been resolved and as of right now everything works just fine in the module but if you can be more specific that would be very helpful. Regards
  10. As George mentioned, phpVMS is ready to accept the FSFK reports, all you need to do is downloading the configuration file from pilot center and put it in the corresponding folder of FSFK. Cheers
  11. This add-on is no longer supported by the writer, so you're gonna have to either use it as is or have knowledge of php to add to it. Cheers
  12. Parkho

    Any Addon Ideas?

    I'm not sure if you have seen the RealScheduleLite add-on by simpilot and that could be a challenging experience to fix the bugs that add-on has right now as it's not supported by simpilot anymore. Here is the link: RealScheduleLite
  13. Do you need a forum link in your front page? The link you gave is a log in page for a forum for Caal Airways. Using the default skin, add this code to your core/templates/core_navigation.php: <li><a href="http://www.forumname.com">Forum Name</a></li> Add this after this line: // Show these items only if they are logged in Remember that this will add a link button to your navigation bar meaning when a visitor clicks on it it will take them to a forum website.
  14. You could also use this if you want: Pirep List 1.0
  15. Parkho

    FSFK Log

    Roger that. Thanks.
  16. Parkho

    FSFK Log

    I don't have fsfk.php in the acars. Am I missing something?
  17. Parkho

    FSFK Log

    Thanks Cor. I appreciate it.
  18. Parkho

    FSFK Log

    Hi Cor, Thanks for answering. There is no problem with the client as it's working just fine but the thing's that I want to insert it's log data into the DB fields separately so that I can pull them out and show them in a table in pilot's public profile. I have done it with FSPAX since there is a file to edit but there is no such file for FSFK in ACARS module.
  19. Parkho

    FSFK Log

    Hello everyone, I have started using FSFK as a joint client for my airline and the problem I have is that the log part of the flight needs to be inserted in separate fields in DB so that I can pull the data and show it in a table but I don't know which file to edit as there is no .php associated with FSFK in ACARS module and nor there is for KACARS if I'm not mistaking. I appreciate any help in this regard. Thanks
  20. Open core_navigation.tpl and go to line 14 after this: // Show these items only if they are logged in Insert this: $pilotid = Auth::$userinfo->pilotid; $last_location = RealScheduleLiteData::get_pilot_location($pilotid, 1); $last_name = OperationsData::getAirportInfo($last_location->arricao); $curlocation = $last_location->arricao; Make sure you copy that before this: ?> Now on line 21 copy this: <li> <?php echo '<a href="'.SITE_URL.'/index.php/RealScheduleLite/get_airport?icao='.$curlocation.'">'.$curlocation.'</a>'; ?></li> That should give you your current location and when you click on it it'll take you to realschedulelite airport page for bookings.
  21. Okay! In navigation menu, you want "KJFK" for example. When you click on it, it'll take you to page of realscheduleslite for booking? Am I right?
  22. It's in admin/modules/operations and airports function will be the one but that function is connected to another function to find the airports which I don't know where it is, so my opinion is that instead of going through the whole lot of searching use the manual procedure.
  23. And what was the result? I think you're trying to by pass the first page of RealScheduleLite where the airports are listed with available aircrafts with this.
×
×
  • Create New...