New Version: Cupcake 1.2

A new version for Cupcake has arrived and its packed with a couple new features. The main features pertain to access levels and allow top level forums to have an "access view" so that its limited to certain levels and above. Additionally forums and forum categories can now be restricted to a single access level. For more information visit this thread.
Be sure to run the upgrade from 1.1 to 1.2 SQL (found in the config/schema folder) to receive all the table changes.Cupcake v1.2http://www.milesj.me/resources/script/forum-plugin

  • Changed the levels of the default levels (Admin is now 10) to allow more customization of in between access levels
  • Added access levels to forums and forum categories to restrict access to certain access leveled users
  • Added an _initSession() method to AppController to better handle session data when using the AutoLogin
  • Added the ability to report users (Report button within their profile)
  • Added new isAdmin, isSuperMod and isBrowsing variables to the session
  • Added the goTo() function to the Javascript
  • Fixed a warning error on the reported users in admin
  • Fixed many database table problems
  • Rewrote the access_levels table to better identify admins and super mods
  • Rewrote how access is given when using hasAccess() in the helper and component
  • Rewrote all the controllers to handle the new access system improvements
  • Removed the $accessMap variable from ForumConfig (Shouldn't have been there anyways)
  • Updated the admin section to reflect the new access system
  • Updated the SQL schemas with the new changes / added a version upgrade SQL