You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forum should consist of Groups that contains Categories, that contains Threads, that contains Comments.
User should be able to post videos, images and code in the forum. They should auto subscribe to threads they have created or commented.
User Roles
Permission Management
ForumGroup
ForumCategory
ForumThread
ForumComment
ImageManagement
WYSIWYG Editor
Quoutes
Copy
Secret Threads?
Subscriptions
Push Notices
General styling
Copied threads should have a column "copied" that is a boolean. Copying a thread should usually not be nesssecary and if it is so, it should be done once.
Add column "copied" to forum_threads_tabe
Create error handler in operation "copy.rb"
Hide action "Copy" if model.copied? is true
Clean up
quote thread
fix js bug with several requests.
error management
clean up controllers
cleanup views and cells
The text was updated successfully, but these errors were encountered:
Forum should consist of Groups that contains Categories, that contains Threads, that contains Comments.
User should be able to post videos, images and code in the forum. They should auto subscribe to threads they have created or commented.
Copied threads should have a column "copied" that is a boolean. Copying a thread should usually not be nesssecary and if it is so, it should be done once.
Clean up
The text was updated successfully, but these errors were encountered: