######################################################################
# phpBB2 port to PHP-NUKE
# =======================
#
# Copyright (c) 2002 by Tom Nitzschner (tom@toms-home.com)
# http://bbtonuke.sourceforge.net (or http://www.toms-home.com)
#
# Bugfixes provided by:
# hangdog (hangdog@yahoo.com)
#
# This program is free software. You can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License.
#
# The only condition is that all original copyright messages must be
# maintained in a clear, readable manner.
#
######################################################################


I will try and keep this up to date as much as possible to show
the revision history of the files released. if you want to know 
what has changed in the files, "diff" is your friend. :)


Version 2.0.4
-------------
- The phpBB2 avatar system is now active again, including the
  ability to upload avatars. Your_account has been updated to
  allow selection of a generic avatar doring signup, after that
  all avatar management is done via the Forum profile. The
  management to the avatars is kindly provided by copland007.
- Minor fix with the new PM popup, that was still including the
  page header, which also shows the rest of the nuke headers.
- included a new lastseen block that will link for the user
  info to the memberlist in the forum section. A SQl install
  file and language file is also included.
- updated the Your_Account module to write in the fields for
  a new user by name, not just in a blind sequence.
- Fixed a small bug in private messages that created a "Ghost
  menu" when trying to delete private messages.


Version 2.0.3
-------------
- Fixed up Nuke surveys and news to point to the new PM system.
- Fixed memberlist sorting to use uid instead of reg_date. The 
  difference in format between Nuke and the Forum messed that up.
- Updated the Forum login.php to point to Nuke's Your_Account 
  if a full login was required. This will stop problems with themes
  that point to the regular Forum login.
- Your_account had a missing $dbi in a global declaration. Fixed.
- Reactivated the location field in the Forum user profile. It 
  now strips the ".gif" from the location nameand put's it back
  on submission (to keep Nuke happy).
- index.php of the forum now carries the release number of the port.
  Even though it probably didn't change itself, if you always copy
  over all files, you can use this as a reference on the version you
  are running. This because addon themes don't know about this port
  or it's versions.      


Version 2.0.2
-------------
- Restored the reply preview system. This was causing some
  big problems initially, but I finally figured out the logic.
- Changed install.php to use unlink to remove itself after it
  was finished setting up the site info and admin user.
- private forum access permissions were broken due to the fact
  that signup is done via nuke and a table wasn't popluted with 
  values required for that to work. The system now checks to see
  if these values are there and if not, creates them on the fly.


Version 2.0.1
-------------
- Some minor bug fixes, mostly pathing errors. 
- I've also changed the install.php to stop reporting the site name 
  insertion error and just throw up a reminder for that.
- This icludes some fixes for "Your_Account" to use the PM 
  system from the new forum.
- It includes a dummpy private messages module index.php that simply
  redirects to the new forum PM system
- deleted a duplicate line in the phpBB2.sql file.


Version 2.0
-----------

This was the initial release of the phpBB2 Forum port. 
The 2.0 version number indicates that is is based on
phpBB2 v2.0.0

As for what I did, run a diff against a regular phpBB2 file-set
and you will get some idea. I'm not even going to try and list
the changes that were required. 
          "What you see is what you get' :)

