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
Copy file name to clipboardExpand all lines: docs/administration.md
+45-23Lines changed: 45 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,9 @@ You can switch the current language in the administration backend, and you have
28
28
### 5.1.1 User Administration
29
29
30
30
phpMyFAQ offers flexible management of privileges (or rights) for different users in the admin area. To search for a
31
-
certain user, just start typing the username in the input form, and you'll get a list of hits for usernames. It is
31
+
certain user, start typing the username in the input form, and you'll get a list of hits for usernames. It is
32
32
possible to assign different privileges to real people (represented by the term users). Those privileges are very
33
-
detailed and specific, so that you could allow a certain user to edit but not to delete an entry. It is very important
33
+
detailed and specific, so that you could allow a certain user to edit but not to delete an entry. It is crucial
34
34
to contemplate which user shall get which privileges. You could edit an entry by completely deleting all content, which
35
35
would be equivalent to deleting the whole entry. The number of possible users is not limited by phpMyFAQ.
36
36
@@ -55,7 +55,7 @@ permissions, please set the permission level from _basic_ to _medium_ in the mai
55
55
### 5.2.1 Category Administration
56
56
57
57
phpMyFAQ lets you create different categories and nested subcategories for your FAQs.
58
-
You can also re-arrange your categories in a different order with drag'n'drop.
58
+
You can re-arrange your categories in a different order and create nested ones with drag'n'drop.
59
59
It is possible to use various languages per category, too; there's also a frontend to view all translated categories.
60
60
For accessibility reasons, you should add a small description for every category.
61
61
You can add an image for every category, which will be shown even on the start page if you flag this category with this
@@ -119,8 +119,8 @@ time with all the relevant data of the specific entry. The meaning of the fields
119
119
be invisible. Suggested FAQs are deactivated by default to prevent any abuse.
120
120
121
121
-**Sticky?**
122
-
If a FAQ is "sticky" it is a very important FAQ record and will always be shown on all pages on the right column.
123
-
You should mark records as sticky if they're very important for your whole FAQ. Sticky records also appear at the
122
+
If a FAQ is "sticky" it is a crucial FAQ record and will always be shown on all pages on the right column.
123
+
You should mark records as sticky if they're crucial for your whole FAQ. Sticky records also appear at the
124
124
top positions of the lists of FAQ entries.
125
125
126
126
-**Comments?**
@@ -158,31 +158,39 @@ phpMyFAQ lets visitors contribute to the FAQ by asking questions. Every visitor
158
158
the public area, and may give an answer. If you wish to get rid of open questions, you can do so using this section.
159
159
Alternatively, you can take over a question and answer it yourself and hereby add it to the FAQ.
160
160
161
-
### 5.2.3 Comment Administration
161
+
### 5.2.3 Sticky FAQs
162
+
163
+
You can arrange the order of the sticky FAQs by drag'n'drop.
164
+
The order of the sticky FAQs will be the same in the public frontend.
165
+
166
+
### 5.2.4 Comment Administration
162
167
163
168
In this frontend, you can see all comments that'd been posted in the FAQs and the news. You can't edit comments,
164
169
but you can delete them with one easy click.
165
170
166
-
### 5.2.4 Open questions
171
+
### 5.2.5 Open Questions
167
172
168
-
...
173
+
On the "Open Questions" page, you can see all open questions that visitors have posted.
174
+
You can answer them directly or, if they are not visible due to your configuration in the public area, you can activate
175
+
them.
176
+
Additionally, you can delete them, too.
169
177
170
-
### 5.2.5 Glossary
178
+
### 5.2.6 Glossary
171
179
172
180
A glossary is a list of terms in a particular domain of knowledge with the definitions for those terms. You can add,
173
181
edit and delete glossary items here. The items will be automatically displayed in <abbr> tags in the frontend.
174
182
175
-
### 5.2.6 News Administration
183
+
### 5.2.7 News Administration
176
184
177
185
phpMyFAQ offers the ability to post news on the starting page of your FAQ. In the administration area you can create
178
186
new news, edit existing news or delete them.
179
187
180
-
### 5.2.7 Attachment Administration
188
+
### 5.2.8 Attachment Administration
181
189
182
190
In the attachment administration, you can see an overview of all all attachments with their filename, file size,
183
191
language and MIME type. You can delete them, too.
184
192
185
-
### 5.2.8 Tags Administration
193
+
### 5.2.9 Tags Administration
186
194
187
195
You can edit existing tags, of if you need to, you can delete the tag.
188
196
@@ -219,20 +227,22 @@ installation. You can export the report then as a CSV file.
219
227
## 5.4 Imports & Exports
220
228
221
229
### 5.4.1 Imports
230
+
222
231
You can import faqs from a csv file. Further, you find an example of such a csv file:
223
232
224
233
> [!IMPORTANT]
225
234
> It is not allowed to have the first line of the following example file containing the headers in the uploaded file as well. Otherwise, the import will fail.
226
235
227
-
| category-Id | question | answer | keywords | language code | author | email address of author | active | sticky |
| 1 | What's the answer? | This one is the answer | question,answer | en | Thorsten |[email protected]| true | false |
230
-
| 1 | Can you buy me an ice cream? | Strawberry or chocolate is available. | ice,strawberry,chocolate | en | Thorsten |[email protected]| true | true |
236
+
| category-Id | question | answer | keywords | language code | author| email address of author | active | sticky |
0 commit comments