New Version: Forum 1.7

I have been working hard lately (or at least trying to figure out) on an Installation script for the forum plugin. The installer will only work on fresh installs and will automatically do the following:
- Choose the database you want to use
- Check for existing table conflicts
- Create all the tables (will create a new users table or alter an existing one)
- Update the $tablePrefix property in the AppModel or UserModel
- Append the correct Router commands in routes.phpNote if you are upgrading!
If you are going to upgrade to 1.7 you will need to manually edit the AppModel and UserModel's. These two files have a placeholder prefix of {:prefix} that is rewritten during the installation process. So either remove the $tablePrefix all together or update it with your prefix.Forum Plugin 1.7http://www.milesj.me/resources/script/forum-pluginhttp://github.com/milesj/forum

  • Built an installer script which can be used at: /forum/install/ (if not installed yet)
  • Do NOT upgrade the AppModel or UserModel without a fresh install, or manually remove the {:prefix} from your models