Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Changed Files: m admin/templates/groups_grouplist.tpl m core/version m install/hashlist m install/sql/structure.xml fixed #43 group edit button View complete changes Download from here
  2. Changed Files: m admin/templates/groups_grouplist.tpl m core/common/CentralData.class.php m core/common/PilotGroups.class.php m core/common/StatsData.class.php m core/version m install/hashlist m install/sql/install.sql m install/sql/structure.xml fixed #43 group edit button View complete changes Download from here
  3. If you go in phpMyAdmin, to the phpvms_groups table, what's the "core" column value for one of the groups you can't edit?
  4. If you do an export, delete a couple schedules, and import it right back in, does that work?
  5. Relax, man.
  6. I'm not sure what you mean?
  7. A lot of flights are only set for Sunday/Monday
  8. Changed Files: m core/codon.config.php php version change View complete changes Download from here
  9. What errors are you getting?
  10. Can you re-reigster? THanks
  11. That was over a year ago, it's ok. Paid Services is specifically for advertisements
  12. Look in the code for that template... it's explained in there
  13. http://getfirebug.com/ Will help you greatly - check out their documentation and screencasts. IMO it's an essential tool for any style/HTML debugging
  14. Nabeel

    Confused

    Well, I'm not sure about that skin, but you can give it a shot - upload everything into lib/skins where the instructions say, and if the images don't show up, try the other folder. It's just a bit of trial and error sometimes. To activate it, you go into the admin panel "General Settings" and there's a "skin" option there
  15. Can you find one of the PIREPs which he is supposed to have, and then see what the pilotid is on that record in phpMyAdmin or whatever you use to browse your database? Also, are they ACARS flights? If so, which ACARS program And only one pilot? Or all your pilots?
  16. Get WinSCP, it's an FTP browser, and you can make edits through that (it has a built in editor), or you can have it use an external editor and it will automatically handle uploading the file on save That's the safest way
  17. Has that template code changed?
  18. You need to contact your host, that's a host issue. Either the disk is full, or they made some server configuration change or upgraded something which didn't work properly. Also the extra data in the XML - are you on a free host? I don't understand where that extra is coming from
  19. A couple things: DISTINCT icao, fullname, range, weight ... That looks for ALL of those fields as DISTINCT, you'd want to do DISTINCT(icao). Aside from that, you might be looking to use GROUP BY instead of DISTINCT edit: nevermind on the GROUP BY edit: I see the problem. Enclose field names with `: $sql = 'SELECT DISTINCT `icao`, `fullname`, `range`, `weight`, `cruise`, `maxpax`, `maxcargo`, `imagelink`, `downloadlink` FROM `' . TABLE_PREFIX . 'aircraft` WHERE `enabled` = 1 ';
  20. Try echo $pilot->rankabbrev That might work, I can't remember if I only selected certain fields or not
  21. Just add hardcoded links like: <a href="/profile">pilot center</a> Then other links to whatever pages. They'll go in those templates
  22. I don't think this is possible with the stock install. Look at the RealSchedule addon
  23. From the pilot center, there's only 1 page deep navigatoin you can go, so just the back button should work. I'm not sure where you're getting lost?
×
×
  • Create New...