Jump to content

Nabeel

Administrators
  • Posts

    8149
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Did you customize that template? Because if you view source on your page, it's completely different. Restore the default
  2. It doesnt look like your acarsmap.tpl file is upto date
  3. That's strange. Try emptying the acars table (there's a link under maintenance options), and then starting a new flight
  4. Yeah, I'm going to look at that today. Can you PM me the admin login again.. sry
  5. Can you try re-uploading the lib/js folder? What browser versions are you on, does it error in different versions?
  6. And what page is that error on?
  7. What do you get when you run install/checkinstall.php and install/checkdb.php?
  8. Tried duplicating on my dev site, couldn't. What character set are you using?
  9. Weird, are you upgrading from the released version? Or did you install a beta at first and are upgrading from that
  10. Almost, this seems to be it. I'm going to be testing a few other things in detail tomorrow, hopefully give it a go Sunday
  11. Strange. On the default skin it's there?
  12. Puts things into perspective!
  13. It's the same as always, but I added it
  14. Fixed the following issues VMS-255 Pages getting duplicated in navbar VMS-256 Schedule Search VMS-254 Schedules shown offset one column VMS-253 UTF-8 Database call VMS-257 When visiting a page, the nav bar items double Download from here
  15. VMS-253 VMS-254 VMS-255 VMS-256 VMS-257 #resolve fixed View more details, download from here
  16. It's been added for 2.1
  17. If you do that, you still have to do what simpilot said to be able to actually change the rank
  18. Yep, I just have to make sure this won't adversely affect other hosts who do not have any other setting or are strictly western/latin table types
  19. Just a note, this has been fixed on the latest build
  20. I've added it to the bug tracker, to look into: http://bugs.phpvms.net/browse/VMS-253
  21. You'd have to find the query, I don't remember it off the top of my head but it' would be something like: // This query might need some work, something like this though $where = array("DATE_SUB(NOW(), 'INTERVAL 60 MINUTE') <= s.deptime"); $schedules_list = SchedulesData::findSchedules($where); And that will return the list. The documentation has the details on how to then loop through $schedules_list
  22. I will look, I promise! But I appreciate you alerting me to issues
  23. So you mean it's calling both? That's not right.. well if it's in the skin's folder, it should only be calling that one. Does it display properly on the stock one?
  24. What's in the core_navigation.tpl? Can you pastebin it? Just so I can duplicate it
×
×
  • Create New...