Jump to content

Parkho

Moderators
  • Posts

    1381
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Parkho

  1. Okay! I think we're missing something here. The Template::set(...) ?!
  2. Okay! the email was sent but it's just showing the tags not the data.
  3. Thanks a lot man. You've done too much I'll give it shot.
  4. Thanks Kyle. I'll be waiting
  5. Nope! Still in one line in the email. Maybe I could use a textarea command?
  6. It's working just fine. But is it possible to give the info in every line in the email rather than in 1 line?
  7. Thanks Kyle. Just what I was looking for, I'm gonna test it now.
  8. <div class="sidebar_box"> <[b]a href="<?php echo url('pages/fleet') ;?>"[/b]><img src="<?php echo SITE_URL ?>/lib/skins/cityportal/images/nightlife.png" alt="Night Life" border="0" /></a> </div> <div class="sidebar_box"> <[b]a href="<?php echo url('pages/telaviv') ;?>"[/b]><img src="<?php echo SITE_URL ?>/lib/skins/cityportal/images/city-zoo.png" alt="City Zoo" border="0" /></a> </div> Try these two codes, the link to your pages is not going through you site URL Your code: <[b]a href="pages/fleet"[/b]> My code: <[b]a href="<?php echo url('pages/fleet') ;?>"[/b]> BTW it's not tested.
  9. Got 89 of them waiting but not worried as they are all sent already. I think it's just the message in admin center.
  10. Are you using pages for your fleet or telaviv? Cause you go over the buttons and you see the link at the bottom of the browser. Make sure you have linked your buttons correctly. Go to admin center Pages/News, click on pages and click on the link and make sure it shows what supposed to. Then check the button link.
  11. ÙŽActually I edited my answer but somehow didn't get uploaded.
  12. NO IT'S NOT! Unless you go inside each module folder and edit the .php and change the names there as well.I wouldn't suggest that as changing module's name may mess up other modules and files as they're all connected to each other somehow.
  13. It's fixed.
  14. Actually, we use FSPAX and no matter who sends the pirep it's always the same. It was working just fine, like last week but suddenly started acting like this
  15. Hi there I've been having a problem with the reports sent by my pilots. When they send the pirep it shows in admin center like this: Then I check the DB and the PIREP table and the aircraft->name is being inserted rather than aircraft->id. I checked the SchedulesData and everything is correct, I checked the fspax.php and it's correct too ($aircraft = $sched->aircraft;) : Anybody knows where the problem is? I appreciate it.
  16. I don't think any body has created such add-on but there is one called, RealScheduleLite that the pilot has to get an aircraft, transfer it to another airport, and then from there get the same aircraft or another one that's already there to somewhere else. What you need is a whole add-on creation process and I think for such add-on you have to go to the payware section and ask them to create it for you.
  17. Jeff's code is correct and working on my site too, make sure you installed Touch Down Stats correctly.
  18. Parkho

    Code

    Nice Jeff, the thing is that he said he doesn't know PHP, so I guess he won't be able to use these unless we give him the whole coding structure.
  19. Parkho

    Code

    Okay! the info can be pulled out using $userinfo->pilotid, pilotname pilotlastname and so on. If you want the entire code and you have no knowledge of PHP then you're gonna have to try to learn some small things then get help from the others to make your thing. How did you make that table in the page you showed?
  20. Parkho

    Code

    The first 3 is showing right now as default for the rest you will need to pull the data out of tables, do you know php?
  21. Parkho

    Code

    What do you have in pilot profile right now? are using the default pilot profile or you're using skins?
  22. Liveries are ready for download. www.alvandair.com
  23. Yes there is. Look into your OperationsData.class.php there is a function called getAircraftbyReg().
  24. Actually! It wasn't that hard but I had to sleep since it was 2 in the morning. lol but thanks glad it worked for you.
×
×
  • Create New...