{* * Amsterdam Web Communities System * Copyright (c) 2025-2026 Erbosoft Metaverse Design Solutions, All Rights Reserved * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. * * SPDX-License-Identifier: MPL-2.0 *}

Manage Conference List

Community: {{ commName }}


Return to Conference List
{{ if len(confs) > 0 }} {{ range i, c := confs }} {{ end }}
  Conference Name Topics Posts
{{ if c.Hidden }} {{ else }} 🟢 {{ end }} {{ if i < (len(confs) - 1) }} ⬇️ {{ else }}   {{ end }} {{ if i > 0 }} ⬆️ {{ else }}   {{ end }}
{{ c.Name }}
{{ ntopics[i] }}
{{ nposts[i] }}
{{ else }} No conferences in this community. {{ end }}

How to update the community's conference list:

🟢 This indicates that the conference is displayed in the community's conference list. Click the symbol to hide it.
This indicates that the conference is hidden in the community's conference list. Click the symbol to display it.
⬇️ Click this symbol to move the specified conference down in the community's conference list.
⬆️ Click this symbol to move the specified conference up in the community's conference list.
Click this symbol to delete the specified conference. You will be prompted to confirm this action.