Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a forum #1

Open
thecodeassassin opened this issue Aug 13, 2014 · 1 comment
Open

Add a forum #1

thecodeassassin opened this issue Aug 13, 2014 · 1 comment

Comments

@thecodeassassin
Copy link
Owner

Using tblForumPost and tblForumCategory

Features:

Left block (col-md-4) listing the categories, right block col-md-8 listing the topics in the selected category. When selection is done, list of topics needs to be refreshed using ajax.

Admin abilities:

  • CRUD categories
  • CRUD forum posts
  • Block user from forum
  • Sticky post

User abilities:

  • CRUD own posts
  • Cannot delete a thread (admin only) only posts. If a post is a thread (so replyId = null)

main features:

  • tinymce rich text for body
  • max 120 chars thread title
  • each visit is logged (viewCount += 1)
  • shown who replied last, and when
  • number of posts per category is shown
  • paging. max 25 topics per page. paging is done via ajax.
@gsouf
Copy link

gsouf commented Aug 13, 2014

IMHO tinymce is far behind CKEditor. Then I would go with CKE instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants