AddOn
Fragen & Antworten (FAQ)
Beschreibung
Mit diesem Addon können FAQ-Bereiche sowie generelle Fragen & Antworten eingegeben und verwaltet werden.
Kostenlos für nicht-kommerzielle Projekte (CC BY-NC-SA 4.0). Bitte bei Fragen zur Lizenz und Nutzung qanda@alexplus.de anfragen.
## Features
- Vollständig mit YForm umgesetzt: Alle Features und Anpassungsmöglichkeiten von YForm verfügbar
- Einfach: Die Ausgabe erfolgt über [`rex_sql`](https://redaxo.org/doku/master/datenbank-queries) oder objektorientiert über [YOrm](https://github.com/yakamara/redaxo_yform_docs/blob/master/de_de/yorm.md)
- Flexibel: Module
- Sinnvoll: Nur ausgewählte **Rollen**/Redakteure haben Zugriff
- Bereit für mehrsprachige Websites: Fragen & Antworten können Sprachen zugeordnet werden.
- Bereit für mehr: Vorbereitet für das [JSON+LD-Format](https://jsonld.com/question-and-answer//)
- Bereit für viel mehr: Kompatibel zum [URL2-Addon](https://github.com/tbaddade/redaxo_url)
> Tipp: Das Addon arbeitet hervorragend zusammen mit den Addons [`yform_usability`](https://github.com/FriendsOfREDAXO/yform_usability/)
> Steuere eigene Verbesserungen dem [GitHub-Repository von qanda](https://github.com/alexplusde/qanda) bei. Oder unterstütze dieses Addon: Mit einer [Spende oder Beauftragung unterstützt du die Weiterentwicklung dieses AddOns](https://github.com/sponsors/alexplusde)
github.com/alexplusde/qanda/
Umsetzung
Alexander Walther – alex+ Digitales Marketing zum Profil
Innsbrucker Str. 2
74072 Heilbronn
Versionen
2.0.14
## What’s Changed
* fixed json-ld und getCategory() by tyrant88 in https://github.com/alexplusde/qanda/pull/20
* Update package.yml by
alxndr-w in https://github.com/alexplusde/qanda/pull/21
## New Contributors
* @tyrant88 made their first contribution in https://github.com/alexplusde/qanda/pull/20
Full Changelog: https://github.com/alexplusde/qanda/compare/2.0.13…2.0.14
2.0.13
hotfix bei fehlerhaftem Status-Label und FAQ-Page
Full Changelog: https://github.com/alexplusde/qanda/compare/2.0.12…2.0.13
2.0.12
## What’s Changed
* L10n main by alxndr-w in https://github.com/alexplusde/qanda/pull/12
* Test by
alxndr-w in https://github.com/alexplusde/qanda/pull/13
* README.md Translations by alxndr-w in https://github.com/alexplusde/qanda/pull/14
* hotfix empty element by
alxndr-w in https://github.com/alexplusde/qanda/pull/16
* wording “Beauftragung” by alxndr-w in https://github.com/alexplusde/qanda/pull/17
* en_gb translation by
alxndr-w in https://github.com/alexplusde/qanda/pull/18
Full Changelog: https://github.com/alexplusde/qanda/compare/2.0.11…2.0.12
2.0.11
- Status-Feld wird bei der Abfrage aller Fragen korrekt berücksichtigt
- Einfaches Demo-Fragment für eine FAQ-Seite wird mitgeliefert
Full Changelog: https://github.com/alexplusde/qanda/compare/2.0.9…2.0.11
2.0.9
Full Changelog: https://github.com/alexplusde/qanda/compare/2.0.0…2.0.8
- Verbesserungen bei den Methoden, thx @tyrant88
- Installer Action im GitHub-Repository hinzugefügt – fortan sind neue Addon-Versionen im Installer und auf GitHub synchron
- Lässt sich nun unter PHP 8 installieren
2.0.4
## 01.01.2022 – Änderungen
Full Changelog: https://github.com/alexplusde/qanda/compare/2.0.3…2.0.4- FAQ-Page als JSON-LD https://developers.google.com/search/docs/advanced/structured-data/faqpage @alxndr-w
2.0.3
## 28.12.2021 – Änderungen
- Kompatibilität mit YForm 4 überprüft
- Besseres HTML-Escaping – danke @IngoWinter
- Fragen werden im Backend verlinkt – besser anklickbar in Kombination mit yform_usability