The Forum is very classical. Tree types of resource are availables :
- Forum
- Thread
- Message
- Forum nodes are fathers of messages threads
- messages threads nodes are fathers of messages
Properties
- A forum has a Name and a Description.
- A thread has only a Title.
- A message has a Title and a Body.
Additionnal permission for this resource
On a forum node, you have a POST MESSAGES permission which allow user to post new threads and messages in the Forum :- Someone who has this right will be able to add a new thread in a forum. Then he ill be able to reply to this new thread.
- Someone who has this right will be able to reply a message in a thread.
Events for these resources
For forum resource :
- libresourceForum.forum.create
- libresourceForum.forum.edit
- libresourceForum.forum.delete
- libresourceForum.forum.post
For thread resource :
- libresourceForum.thread.create
- libresourceForum.thread.edit
- libresourceForum.thread.delete
- libresourceForum.thread.reply
For message resource :
- libresourceForum.message.create
- libresourceForum.message.edit
- libresourceForum.message.delete