Jump to content

Nabeel

Administrators
  • Posts

    8149
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Err, I have no idea what you mean
  2. http://github.com/nshahzad/phpVMS/blob/master/core/common/OFCharts.class.php#L99 There are colors defined there
  3. I would run a profiler or something (Chrome might include one) to see where the holdup is. The Firebug toolbar for Firefox should help too
  4. Who's your host? I'd contact them.
  5. Nabeel

    Pilot ID

    The next settings is the length, set that to 3. You have to use offsets, the ID's are assigned by the DB
  6. You don't have to modify anything in the registration.php. You can add custom fields through the admin panel. The second error, can you paste the output from running: install/checkinstall.php install/checkdb.php
  7. They can but it's buried in the code, I think I'm just using the default colors
  8. Perhaps down the line, but nothing anytime soon
  9. Strange, worked for me..
  10. Nope.. only that registration page... What did your host say?
  11. Fixed the thing that says click twice..
  12. Nope, no offense taken!! I know what you meant
  13. Which admin stuff? Have you done any changes to the admin panel? Follow the debug instructions in my signature - enable the DEBUG_LOG to true. Then try saving a pilot and then send me the core/logs/log.txt file. If there was an error, it'll show upthere.
  14. The flight might be bid on. In the local.config.php file there are two settings you should check to see if they're enabled. I don't remember them off the top of my head.
  15. Trying the best I can, I've been completely slammed at work and involved in a new startup. If there's a layout.tpl file, then it will ignore the header.tpl/footer.tpl. Docs here: http://forum.phpvms.net/page/index.html/_/skinning-and-customization-guides/skin-elements-r20 I mean, start small, and use that example in the docs there. You'll have problems going to some uber complex layout directly without starting really small and seeing how it works. As for tutorials, they're down because they're all old and have stuff from 1.0 in them. I haven't had the time to record, and I don't have a mic either. But yes, if someone can whip up a quick tutorial, that'd be great
  16. Where is the sort by status? Left hand side?
  17. You can in the schedule_results.tpl check what airline is it and not show the add to bid link, somethin like: if($schedule->code != 'airline code') { echo 'show the link'; }
  18. Talk to your host, that's an error on their end
  19. Talk to your host, it's their error
  20. Glad you got it sorted. Check out the documentation here as well, it's all explained there
  21. There is an addon which takes care of this, I believe
  22. Check what Dan has said first, if that's OK then we can debug a bit more
  23. If you search for it, it's come up before. simpilot I believe had some instructions
  24. Talk to your host, seems like they're running low on memory
  25. Why is it over-writing crystal? Just rename it to something different. Less headache when updating. Otherwise, looks good.
×
×
  • Create New...