Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Hey, Welcome to the site... yep, known issue. It's just a addition problem, but it will be fixed for the next update
  2. Hey, Can you PM me your local.config.php? Just curious if it fully generated. Also, what PHP version, and are you using it as ISAPI or CGI? CGI always tends to have issues, if you can change to ISAPI or ask your host to do that, that may fix the problems (there was another thread which the same problems iirc)
  3. What do you mean?
  4. Nabeel

    PIREP

    Great!
  5. Nabeel

    Skin Release

    That kinda detail with integration etc, weather and all that is upto the VA to do, I don't think a generic sample skin should include all that
  6. Nabeel

    Skin Release

    Well it's good for examples and showing how they work
  7. Hey, There is a section that shows the latest PIREPs filed
  8. Changed the confirmed column to the value of 1 What user did you delete? You can't delete yourself from the admin panel. Then in the groupmembers table, add your ID and the admin group ID, then you should be allowed in
  9. That was in the plan for the last release but didn't make it in
  10. Hmm, yes, using the SITE_URL will help, tho I'm not sure how that fixed it Well, as long as it worked
  11. Check out sitepoint.com as well, I picked up alot of great CSS tips from there. Also smashingmagazine.com
  12. Instead of index.php, point it to action.php
  13. It seems as though that did the trick, I've posted it into the beta and committed it, thanks!! Helps having fresh eyes look at it
  14. Yes you could re-set the auto-increment point but I wouldn't recommend it if you have any pilots.
  15. An odd one, make sure there's no whitespace on top of the page inbetween the top and the <?php tag, that could be causing a problem with output buffering. Otherwise I will investigate further, this is an odd problem
  16. Hey, You need to give these files write permissions: /lib/js/jquery-front.js /lib/js/jquery-admin.js
  17. Hey, check the FAQ forum, there's a topic in there which links ya to the docs
  18. Well, fittest meaning those willing to put time into it. There's plenty of resources and everyone is helping each other so it is not so bad I think
  19. Hey there, Welcome to the site. It should be, but there is also an RSS feed, the icon should show when you enter the admin panel. I'll double check this Thanks!
  20. Hey, In your page, you don't need to re-add the header and all that, because it's already done. So this portion: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Nexiss Air Rules</title> <style type="text/css"> <!-- .style7 { font-family: Arial; font-size: 12px; } --> </style> <style type="text/css"> <!-- body { background-color: #CEFFCF; } .style11 {font-size: 12px; font-weight: bold; font-family: Arial;} --> </style> </head> <body> And the corresponding footer, remove all that
  21. Hmm that sucks.. it doesn't really if it's properly setup. What host?
  22. Hmm it should automagically do that, have you changed the header file?
  23. Those headings are in the other templates for the page you want. You'll have to look for the template in the folder, but you should be able to recognize it. That CSS bit should go in the header.tpl, make sure that paths are right too. I'm going to have a list of the templates with what they're used for filled in, soon Hope that helps!
  24. I try to keep each beta build in working condition, except for new features which may not be always complete
  25. Hey, Did you select an aircraft, and the schedule ID matches up? There is a bug with using the PILOTID_OFFSET, a non-zero value, that'll be fixed soon
×
×
  • Create New...