> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/1.11.x-nl/leerkracht-handleiding/communication__forums/manage_discussion_threads.md).

# Discussiethreads beheren

De dagelijkse administratie van onderwerpen (ook wel "discussiethreads" genoemd) is identiek aan die van categorieën of forums. U kunt een onderwerp echter verplaatsen van het ene forum naar het andere, dat beter geschikt is.

| Pictogrammen                     | Kenmerken                                                                                                                        |
| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| ![](/files/xmgkJFunndrQsziowbHs) | Wijzig de instellingen (naam, bericht en geavanceerde instellingen: zie vorige pagina) van het onderwerp                         |
| ![](/files/SFK95n4Zh4hSWcbojwBz) | Verwijder (na goedkeuring) het onderwerp en alle berichten die erin staan                                                        |
| ![](/files/OyKcC9AMCYsbCYcBnGKN) | Beheer de zichtbaarheid van een onderwerp                                                                                        |
| ![](/files/GdO7lvUmytIIHbxOZ4j6) | Vergrendel / ontgrendel een onderwerp om de wijziging ervan te verbieden (maar het lezen ervan zal nog steeds worden toegestaan) |
| ![](/files/-MWt4H6d2Ftpk8Cs2S2w) | Verplaats een onderwerp naar een ander forum                                                                                     |
| ![](/files/2QhLutznoeqIYOHUPSur) | Vraag om een melding per e-mail wanneer er een nieuw antwoord wordt toegevoegd                                                   |
| ![](/files/-MFUsyOKQOLLypSbuBVK) | Visualiseer de deelnemers van het onderwerp en scoor hun bijdragen als het onderwerp als gescoord is gemarkeerd                  |

Het verplaatsen van een onderwerp van het ene forum naar het andere moet gebeuren via een vervolgkeuzelijst. Selecteer binnen die lijst het bestemmingsforum en klik vervolgens op de knop "Discussie verplaatsen" om verder te gaan. Het effect is onmiddellijk.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.chamilo.org/1.11.x-nl/leerkracht-handleiding/communication__forums/manage_discussion_threads.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
