Support http://github.com/CakeDC/Sample-Comments-Application/issues
Copyright 2009 - 2010, Cake Development Corporation 1785 E. Sahara Avenue, Suite 490-423 Las Vegas, Nevada 89104 http://cakedc.com
The comments plugin will allow you to make any kind of data comment-able.
-
add migration and comments plugin as submodules
git submodule add git://github.com/CakeDC/Migrations.git plugins/migrations git submodule add git://github.com/CakeDC/Comments.git plugins/comments git submodule init git submodule update
-
run migrations for posts, users and comments plugins
cake migration run all -plugin users cake migration run all -plugin comments cake migration run all -plugin posts
-
register user
-
login
-
visit posts page
-
add some posts
-
visit page to view some post and try to comment it, reply to added comments, etc.
-
Also you may want to look at comments admin interface http://TESTDOMAIN/admin/comments/index