Changelogs: Forum v5.0.0

A new version of Forum has been released, version 5.0.0. Please download the new tag or view the documentation. If you have any questions, be sure to send me an email or comment on this post. If you run into any problems, report an issue on the GitHub repository.

Version: 5.0.0
Tested On: PHP 5.4.3, CakePHP 2.3.8, Composer
Requires: PHP 5.3, CakePHP 2.3, Composer
Commit Hash: d5ad0cdf0a133aef3e4472747242b2331e053339
Changes:

  • New design and layout using Titon Toolkit
  • Integrated more seamlessly with Admin v1.1.0
  • Includes the new post rating and access system from v4.1.0
Developer Notes

This update contains a complete rewrite of all the views. This means that all the old classes, markup and structure has changed. Be sure to update your code if you used custom layouts or views.

If you have not upgraded to 4.1.0 yet, be sure to run the upgrader from the command line or else 5.0.0 won't work correctly! If you are doing a fresh install of 5.0.0, this upgrade is not required.

Console\cake Forum.upgrade

2 Comments

  • Not sure where else to post this. However, this is a great plugin to use for the forum solution.

    I am running into a problem though. I installed a fresh version of all the plugins and dependencies needed for the Forum. I am able to get topics and forums, etc all in there. The main issue I am having is the ACL though. I set them up for 4 different levels:
    Admins
    Moderators
    Regular Users
    Guest (non logged in people)

    Admins and Mods can add topics and reply, however the regular users can not. I have added in the AROs for each one, added a few test user accounts to the ARO parent and inherited the settings. I am still unable to post a reply, or add a new topic in a forum that is set with the correct permissions.

    Is there any setting I may be missing to do this correctly?
    • I found the issue I was having.

      I set all the forum's to blank for READ.
      I set the other permissions to one of my parent AROs ForumMember.

      When I do that nothing is able to be added, edited, etc. When I set those to blank then logged in members were able to post new topics, reply, etc.

      I really do like this plugin though.