Skip to content

Commit fe0e78f

Browse files
DonapiOdoo
authored andcommitted
[ADD] forum: creating the forum documentation
ID: 3283274
1 parent 1da701d commit fe0e78f

File tree

7 files changed

+238
-0
lines changed

7 files changed

+238
-0
lines changed

content/applications/websites.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ Websites
99

1010
websites/website
1111
websites/ecommerce
12+
websites/forum
1213
websites/livechat
Lines changed: 235 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,235 @@
1+
=====
2+
Forum
3+
=====
4+
5+
**Odoo Forum** enables you to connect with your community, give visitors' websites the information
6+
they need and provide outstanding customer satisfaction.
7+
8+
.. important::
9+
You can manage your forum on both the **front end** and the **back end**. The **front end**
10+
allows you to create a forum quickly from your website, while the **back end** allows you to work
11+
on it from the :guilabel:`Website` or :guilabel:`eLearning` apps (if enabled), and provides
12+
access to more advanced configurations.
13+
14+
.. seealso::
15+
- `Forum <https://www.odoo.com/app/forum>`_
16+
- `eLearning <https://www.odoo.com/app/elearning>`_
17+
- :doc:`Forum and eLearning <../services/helpdesk/overview/forum_and_elearning>`
18+
- :doc:`Website <website>`
19+
20+
To activate :guilabel:`Forum` go to :guilabel:`Apps`, search :guilabel:`Forum` module, and install
21+
it. A new :guilabel:`Forum` page appears on your website.
22+
23+
.. image:: forum/install-forum.png
24+
:align: center
25+
:alt: install Forum
26+
27+
.. _forum/creation:
28+
29+
Forum creation
30+
==============
31+
32+
From your website, click :guilabel:`+NEW`, then on :guilabel:`Forum` to create a new forum. A new
33+
page pops up.
34+
35+
.. image:: forum/new-forum.png
36+
:align: center
37+
:alt: create a new forum
38+
39+
Fill in the following information:
40+
41+
- :guilabel:`Forum Name`: Add the name of your forum;
42+
- :guilabel:`Forum Mode`: Select :guilabel:`Questions` (only one answer allowed) or
43+
:guilabel:`Discussions` (multiple answers allowed);
44+
- :guilabel:`Privacy`: Select :guilabel:`Public` (everyone can access it), :guilabel:`Signed In`
45+
(your forum is visible for signed in users only), or :guilabel:`Some users` (your forum and its
46+
content is hidden for non-members of selected group).
47+
48+
Click :guilabel:`SAVE`.
49+
50+
.. tip::
51+
You can also create a forum from :menuselection:`Website --> Configuration --> Forum: Forums` by
52+
clicking the :guilabel:`New` button, and define additional settings for the forum from there.
53+
54+
New post creation
55+
=================
56+
57+
.. note::
58+
Only logged-in users can post questions and answer existing ones to avoid one-time participants
59+
and spam.
60+
61+
To create a new post, click :guilabel:`New Post` and fill in the following information:
62+
63+
- :guilabel:`Title`: Add your question or the topic of your post;
64+
- :guilabel:`Description`: Add a description to your question. Type "/" to use a command and open
65+
the :ref:`powerbox <odoo-editor/powerbox>`;
66+
- :guilabel:`Tags`: Add :ref:`tags <forum/tags>` to help filter questions and answers related to the
67+
same topic.
68+
69+
Click :guilabel:`Post Your Question`. A new window pops up inviting you to share your question on
70+
social networks.
71+
72+
.. tip::
73+
Most questions posted on social media platforms receive a response within 5 hours. However, if
74+
the same questions are shared on two different social networks, the chances of obtaining an
75+
answer are significantly higher.
76+
77+
Managing posts
78+
==============
79+
80+
Go to the :guilabel:`Forum` page on your website and select the forum you want to access. From
81+
there, you can access the following using the forum's navigation bar:
82+
83+
- :guilabel:`Topics`: :guilabel:`All` topics are displayed by default, but you can refine your
84+
search by selecting only :guilabel:`Solved`, :guilabel:`Unsolved` or :guilabel:`Unanswered` topics.
85+
- :guilabel:`People`: Display users with :ref:`Karma gains <forum/karma-gains>` (=XP);
86+
:guilabel:`Badges`, and :guilabel:`Certifications`;
87+
- :guilabel:`Tags`: See the tags used and retrieve questions and discussions based on their tags;
88+
- :guilabel:`Badges`: In addition to building your credibility through questions and answers, you
89+
can reward active contributors with :ref:`badges <forum/badges>` according to their participation.
90+
Badges are visible on both your profile page and your posts;
91+
- :guilabel:`About`: Provide guidelines to answer any questions users might have. By-default
92+
guidelines are available and can be edited according to your need by clicking the :guilabel:`Edit`
93+
button.
94+
95+
.. _forum/interacting:
96+
97+
Interacting with posts
98+
======================
99+
100+
Users with enough :ref:`Karma gains <forum/karma-gains>` can :guilabel:`answer`, :guilabel:`comment`
101+
and :guilabel:`share` a post on social networks.
102+
103+
They can also :guilabel:`Edit`, :guilabel:`Close`, :guilabel:`Delete`, or :guilabel:`Flag` by
104+
clicking ⋮, and :guilabel:`Follow` or :guilabel:`Unfollow` a post by clicking the bell.
105+
106+
Moderation tools
107+
================
108+
109+
Use the :guilabel:`Moderation tools` :guilabel:`To validate` posts or to see posts that have been
110+
:guilabel:`Flagged`.
111+
112+
.. image:: forum/moderation-tools.png
113+
:align: center
114+
:alt: Select the action button
115+
116+
.. note::
117+
You need enough karma points to be able to moderate. The number of karma points required can be
118+
updated by going to :guilabel:`Karma Related Rights: Moderate posts`.
119+
120+
Advanced features
121+
=================
122+
123+
Go to :menuselection:`Website --> Configuration --> Forum` to access your forum's advanced features:
124+
:ref:`Forums <forum/forums>`, :ref:`Ranks <forum/ranks>`, :ref:`Tags <forum/tags>`, :ref:`Badges
125+
<forum/badges>`, :ref:`Close Reasons <forum/close-reasons>`.
126+
127+
.. _forum/forums:
128+
129+
Forums
130+
------
131+
132+
You can manage your forums by going to :menuselection:`Website --> Configuration --> Forum: Forums`.
133+
134+
Click :guilabel:`New` to :ref:`create a forum <forum/creation>` or click an existing one to update
135+
it.
136+
137+
.. tip::
138+
Get details on your forum's existing posts by clicking the :guilabel:`Posts` smart button. Select
139+
a post and click the :guilabel:`Action` button to :guilabel:`Export`, :guilabel:`Publish`,
140+
:guilabel:`Unpublish`, :guilabel:`Archive`, :guilabel:`Unarchive` or :guilabel:`Delete` a
141+
specific post.
142+
143+
.. image:: forum/forum-action-button.png
144+
:align: center
145+
:alt: Select the action button
146+
147+
Three tabs are available: :ref:`Options <forum/options>`, :ref:`Karma Gains <forum/karma-gains>`,
148+
:ref:`Karma Related Rights <forum/karma-related-rights>`.
149+
150+
.. _forum/options:
151+
152+
Options
153+
~~~~~~~
154+
155+
From this tab you can set the order and visibility of your forum.
156+
157+
- :guilabel:`Default Sort`: Select :guilabel:`Newest`, :guilabel:`Last Updated`,
158+
:guilabel:`Most Voted`, :guilabel:`Relevance`, or :guilabel:`Answered`.
159+
160+
- :guilabel:`Privacy`:
161+
162+
- :guilabel:`Public`: Your forum is public;
163+
- :guilabel:`Signed in`: Your forum is visible for signed in users;
164+
- :guilabel:`Some users`: Your forum and its content are hidden from non-members of the
165+
authorized group.
166+
167+
You also have the possibility to add a short :guilabel:`Description visible on your website`.
168+
169+
.. _forum/karma-gains:
170+
171+
Karma gains
172+
~~~~~~~~~~~
173+
174+
Karma points are given to the forum's active participants to keep them involved and provide them
175+
access to functionalities like voting, commenting, and editing when they reach a certain Karma
176+
level.
177+
178+
.. note::
179+
The number of points is set by default. You can modify it by clicking it. Each new user
180+
automatically receives three points when their e-mail address is validated.
181+
182+
.. tip::
183+
If you have the **eLearning** app, completing quizzes can grant you points.
184+
185+
.. _forum/karma-related-rights:
186+
187+
Karma related rights
188+
~~~~~~~~~~~~~~~~~~~~
189+
190+
Karma rights are used to determine what a user can and cannot do, like access rights.
191+
192+
Go to the :guilabel:`Karma Related Rights` tab to set up a moderation system with Karma points to
193+
give your most active members access to more functionalities and to reduce spamming messages. Click
194+
a number to edit it.
195+
196+
.. _forum/ranks:
197+
198+
Ranks
199+
-----
200+
201+
Ranks are used to differentiate users based on their Karma level.
202+
203+
You can manage :guilabel:`Ranks` by going to :menuselection:`Website --> Configuration --> Forum:
204+
Ranks`. Click :guilabel:`New` to create a new rank. Fill in the :guilabel:`Rank Name`, add the
205+
:guilabel:`Required Karma`, a :guilabel:`Description` and if you want, fill in the
206+
:guilabel:`Motivational` tab to encourage users that reach this rank.
207+
208+
.. _forum/tags:
209+
210+
Tags
211+
----
212+
213+
:guilabel:`Tags` can be managed by going to :menuselection:`Website --> Configuration --> Forum:
214+
Tags`. Click :guilabel:`New` to create a new tag, and select the :guilabel:`Forum` it is related to.
215+
216+
.. _forum/badges:
217+
218+
Badges
219+
------
220+
221+
Grant badges to your members for their questions, answers, shares, likes, and votes to reward the
222+
most active ones. Badges appear on their profile page and on their posts. Badges can be managed by
223+
going to :menuselection:`Website --> Configuration --> Forum: Badges`.
224+
225+
.. _forum/close-reasons:
226+
227+
Close reasons
228+
-------------
229+
230+
By going to :menuselection:`Website --> Configuration --> Forum: Close Reasons`, you retrieve your
231+
posts close reasons.
232+
233+
.. note::
234+
:ref:`Close <forum/interacting>` a post directly from the question or discussion, by clicking the
235+
⋮, and :guilabel:`Close`.
15.1 KB
Loading
3.82 KB
Loading
3.24 KB
Loading
8.98 KB
Loading

content/developer/reference/frontend/odoo_editor.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Odoo Editor is Odoo's own rich text editor. Its sources can be found in the
66
`odoo-editor directory
77
<{GITHUB_PATH}/addons/web_editor/static/src/js/editor/odoo-editor>`_.
88

9+
.. _odoo-editor/powerbox:
10+
911
Powerbox
1012
========
1113

0 commit comments

Comments
 (0)