Merge pull request #3600 from tobiasd/20170723-doc
include the delete item page in the docs for the admin panel
This commit is contained in:
commit
95301fd58c
|
@ -253,6 +253,13 @@ Matching is exact, blocking a domain doesn't block subdomains.
|
|||
The federation statistics page gives you a short summery of the nodes/servers/pods of the decentralized social network federation your node knows.
|
||||
These numbers are not compleate and only contain nodes from networks Friendica federates directly with.
|
||||
|
||||
## Delete Item
|
||||
|
||||
Using this page an admin can delete postings and eventually associated discussion threads from their Friendica node.
|
||||
To do so, they need to know the GUID of the posting.
|
||||
This can be found on the `/display` page of the posting, it is the last part of the URL displayed in the browsers navigation bar.
|
||||
You can get to the `/display` page by following the *Link to source*.
|
||||
|
||||
## Plugin Features
|
||||
|
||||
Some of the addons you can install for your Friendica node have settings which have to be set by the admin.
|
||||
|
|
|
@ -249,6 +249,13 @@ Der Abgleich der Domainnamen ist exakt, Subdomains werden nicht automatisch eben
|
|||
Deine Instanz ist ein Teil eines Netzwerks von Servern dezentraler sozialer Netzwerke, der sogenannten **Federation**.
|
||||
In diesem Bereich des Admin Panels findest du ein paar Zahlen zu dem Teil der Federation, die deine Instanz kennt.
|
||||
|
||||
## Eintrag löschen
|
||||
|
||||
Hier kann man als Admin einer Friendica Instanz Beiträge und ggf. damit gekoppelte Unterhaltungen von der Instanz löschen.
|
||||
Dazu muss man nur die GUID des Beitrags kennen.
|
||||
Diese kann u.a. in der Adresse der `/display`-Seite gefunden werden, wenn man dem *Link zum Originalbeitrag* folgt.
|
||||
Hier ist die GUID der letzte Teil der URL in der Adresszeile des Browsers.
|
||||
|
||||
## Plugin Features
|
||||
|
||||
Einige der Erweiterungen von Friendica benötigen global gültige Einstellungen, die der Administrator vornehmen muss.
|
||||
|
|
Loading…
Reference in a new issue