Jump to content

Build 304 Available


Nabeel

Recommended Posts

  • Administrators

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...