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
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.
The text was updated successfully, but these errors were encountered:
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:
User abilities:
main features:
The text was updated successfully, but these errors were encountered: