Jump to content

mark1million

Moderators
  • Posts

    2288
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. Hi, the code is here somewhere, im at work at the moment and cant look but its on here somewhere as i done it the other day on my site. You just need to modify the contact.tpl and the contact.php in the core modules if i remember right. Its a real easy mod to do just finding the post seems to be the hard bit
  2. Excellent I have a big event coming up and would be good to have this in place for that
  3. Nabeel, can you add the same sorting to the pilots list please (admin view all pilots), i have my own js table sorter but of course your is much prettier
  4. just give me a shout if you get stuck again.
  5. OK Try this, pilots_list.tpl template, Top of the page <div class="mcright"> <h3><?php echo $title?></h3> <?php if(!$allpilots) { echo 'There are no pilots!</div>'; return; } ?> Thats the first loop, then at the bottom of the page close the div after the </table>.
  6. Ok in all your templates, well most if them you need to add at the top <div class="mcright"> That will center the content on the right hand side, in the loop of the pilots list you need to close the div, off the top of my head i cant remember with out looking, there are some sneaky ones to find as well, i spent many a night banging my head against a brick wall
  7. You need to align your content using a div to mcright and add some more closing divs to sort our the footer:)
  8. Hi it would be nice for the pilots to be able to choose a time based on the event time, but if its too late then no worries.
  9. Yes Mark you are correct, depicted is the Nett Profit, if you look at the differences between the total revenue and the other costs it would be difficult to visually map on the graph because of the massive difference in the scale, maybe just a simple change of text from Total Revenue to Nett Profit would do the trick
  10. Schedule search is much more detailed, very good Just looked at the pireps, Love it much clearer and structured. Great revamp Nabeel.
  11. Cheers! I like the new admin style
  12. Nabeel, Is this normal on the optimize tables, i have a few showing this, EasyTestingVA.phpvms_schedules - Table does not support optimize, doing recreate + analyze instead I have this on a few tables.
  13. Sounds like a lot of good changes, ill have a go and see
  14. Thank you, very much appreciated.
  15. SimPilot, are your going to put this back up for download?
  16. Sure does, that would be excellent.
  17. That is looking good You are the man
  18. Its a bit like BAV used ti have years ago, assigned flights
  19. Forget the above, all OK, i forgot i was messing about the the fleet and forgot to reimport that table in to the database Nice addition Jeff, Thank you.
  20. Jeff, I get the following error, Warning: Invalid argument supplied for foreach() in /srv/www/grantsva.com/public_html/TestVA/core/modules/RandomFlights/RandomFlights.php on line 30 30 is in the loop, $flights = SchedulesData::findSchedules($params); foreach ($flights as $row) { $r = rand(0, count($flights)); $airline = OperationsData::getAirlineByCode($flights[$r]->code); if($airline->enabled == 0) continue; if ($flights[$r]->aircraftlevel > Auth::$userinfo->ranklevel) { continue; } One thing i have done differently is the tpl files were placed in to the skins folder, would this make a difference, i will give it a go in the core templates as well?
  21. STAR!!!!!! Just going to put it on my dev site for some testing and ill let you know how it goes
  22. Nabeel, Its kACARS, but its happened with XACARS as well.
  23. Like assigned flights if you like?
  24. Nabeel is there a way we can filter out duplicate entries for the same flight, for some reason i have a few flights that have duplicate rows, this happens at random intervals and there is no reason or pattern.
  25. Add a bug in the tracker, maybe Nabeel can change where it looks for it, after i update i have a backup so i just replace files that i need to, the list is getting longer and longer lol......
×
×
  • Create New...