Administrators Nabeel Posted May 2, 2008 Administrators Report Share Posted May 2, 2008 Download: http://www.phpvms.net/docs/downloadsShould be pretty solid.New Stuff Officially sync'd with Codon framework (http://www.nsslive.net/codon) Added license information to source files (GPL'd) Pilot profile shows PIREPs for that pilot Ranks are edit-able Images for Ranks - in the options, enter the URL to the image, full or the path to the image from the root Editable/Deletable schedules Login notifies the unconfirmed/rejected pilots, disallows their login Fixes PIREP/Schedules disconnected so editing/deletion doesn't affect NOTE: This *requires* the updated query below, or else you will loose any PIREPs made on that schedule Pilot profile moved out of popup box (easier to work with) Template over-riding is working properly All of the schedules show up properly Prettied up Admin Panel Reorganized PIREP page Some updates/improvments to Google Maps code PIREP list bugfix CSS bug with huge gap fixed on some forms Settings Added: $Config['PILOTID_OFFSET'] = 1000; Add/Set this in your local.config.php; i.e a setting of 1000 will start your pilot ID at 1000. This only affects the views. Default is 0. Update Queries (Replace phpvms_ with your table prefix) ALTER TABLE `phpvms_pireps` DROP INDEX `flightnum`;ALTER TABLE `phpvms_ranks` ADD `rankimage` TEXT NOT NULL AFTER `rank` ; If the first query does not work, then drop the table and reinstall, sorry. MySQL is sometimes retarded. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.