Merge branch 'documentation' of https://github.com/opf/openproject into documentation

pull/7908/head
christiancddubois 5 years ago
commit 437dec607f
  1. BIN
      help/user-guide/Forum-message-reply.png
  2. BIN
      help/user-guide/Forum-unwatch.png
  3. BIN
      help/user-guide/Forum-watcher.png
  4. BIN
      help/user-guide/Forum_add-message.png
  5. BIN
      help/user-guide/Forum_delete-message.png
  6. BIN
      help/user-guide/Forum_edit-message.png
  7. BIN
      help/user-guide/Forum_watch-message.png
  8. 122
      help/user-guide/forum.md
  9. BIN
      help/user-guide/image-20191119100717879.png
  10. BIN
      help/user-guide/image-20191119101030538.png
  11. BIN
      help/user-guide/image-20191119102209845.png
  12. BIN
      help/user-guide/image-20191119103214743.png
  13. BIN
      help/user-guide/image-20191119103331490.png
  14. BIN
      help/user-guide/image-20191119105329892.png
  15. BIN
      help/user-guide/image-20191119105630149.png
  16. BIN
      help/user-guide/image-20191119110441193.png
  17. BIN
      help/user-guide/image-20191119113940355.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

@ -1,5 +1,7 @@
---
title: Forum
sidebar_navigation:
title: Forum
priority: 820
description: Create and manage a forum in OpenProject
robots: index, follow
keywords: forum
@ -7,13 +9,115 @@ keywords: forum
# Forum
XX
In the forum in OpenProject you can discuss topics in a project with the team: post questions, comment on it and document answers.
| Feature | Documentation for |
| ------------------------------------------------------------ | ----------------- |
| [Project concept and initiation](Project concept and initiation) | |
| | |
| | |
| | |
| | |
| Feature | Documentation for |
| -------------------------------------------------------- | ------------------------------------------------------------ |
| [Open a forum](#open-a-forum) | How to open an existing forum? |
| [Create a new message](#create-a-new-message-in-a-forum) | How to create a new message in a forum? |
| [Reply to a message](#reply-to-a-forum-message) | How to add a reply to an existing forum message? |
| [Watch a forum](#watch-a-frum) | How to keep informed about changes in a forum, e.g. new messages or replies? |
| [Edit a forum message](#edit-a-forum-message) | How to edit a message in a forum? |
| [Delete a forum message](#delete-a-forum-message) | How to delete a message within a forum? |
## Open a forum
To work in the forum in OpenProject, select the menu item **Forums** in the project navigation.
![Forums](image-20191119100717879.png)
You will get a list of all existing forums within a project as well as a short description for it, the number of topics, messages as well as the last message within one forum.
Click on the Forum title to open an existing forum.
## Create a new message in a forum
To **add a new message** within an existing forum, click the green **+ Message** button on the top right of the selected forum.
![Forum_add-message](Forum_add-message.png)
Enter the **subject of the message**.
You can choose whether the message should be **Sticky**. A sticky message always appears on top ot the forum.
Select if a message should be **Locked**. Then it can no longer be edited or commented by the project team.
Enter a description which will then appears next to the message title in the forum. You can add a file if needed.
Click the blue **Create** button to creat the new message for this forum.
![Forum new message details](image-20191119102209845.png)
The **new forum message has been created**.
![new forum message](image-20191119103331490.png)
## Reply to a forum message
To add a **reply to an existing message** in a forum, click on the Subject in order to open the message.
Click the blue **Reply** button underneath the forum message.
![Forum-message-reply](Forum-message-reply.png)Enter your **Message content** what you want to add as a reply to the existing message.
You can choose to also **add a file** if needed.
Click the blue **Submit** button in order to save your reply message.
![Reply to a forum message](image-20191119105329892.png)
The reply has been added under the existing forum message.
![reply to existing forum message](image-20191119105630149.png)
## Watch a forum
To keep informed about changes in a forum, e.g. new messages or new replies, you can add yourself as a **Watcher** of a forum.
[Open an existing forum](#open-a-forum) from the list.
You will get a list of all messages within this forum.
Click the **Watch** icon in the top right corner of the forum.
You will then be notified via e-mail according to your [e-mail notifications](/getting-started/my-account/#email-notifications) about new massages and replies in a forum.
![Forum-watcher](Forum-watcher.png)
The icon will then change to Unwatch.
### Watch a message
If you watch a forum you will automatically watch all messages within this forum. Alternatively, you can also **watch only certain messages** within a forum where you want to be informed about changes.
This way, you select the message first by clicking on the subject, and then click the Watch button on the top right corner in the message details.
![Forum_watch-message](Forum_watch-message.png)
## Unwatch a forum
To unwatch a forum in order to not be informed via e-mail about new messages and replies in a forum, click the **Unwatch button** on the top right of the forum.
![Forum-unwatch](Forum-unwatch.png)
### Unwatch a message
The same applys to **unwatch a message**. Just select the message first which you do not want to watch any longerand click the **Unwatch** button.
## Edit a forum message
To **edit a message in a forum** select the message from the forum and in the message details click the **Edit** button in the top right corner of the message.
![Forum_edit-message](Forum_edit-message.png)
The message details will then be opened. You can make your changes and click the **blue Save button**.
![Edit a message](image-20191119113940355.png)
## Delete a forum message
To **delete a message in a forum**, select the message which you want to delete and press the **Delete** button in the top right corner of the message details.
![Forum_delete-message](Forum_delete-message.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Loading…
Cancel
Save