-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d520a3
commit 7634503
Showing
5 changed files
with
27 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# d2u_guestbook | ||
Gästebuch für Redaxo 5 | ||
# Gästebuch für Redaxo 5 | ||
|
||
Demowebseite: <https://test.design-to-use.de/de/addontests/d2u-gaestebuch/>. | ||
|
||
Schritte zur Installation | ||
|
||
1. Einstellungen festlegen. | ||
2. Beispielmodul installieren oder eigenes Modul verwenden. | ||
|
||
Ein Gästebucheintrag wird nicht automatisch online gestellt. Nach einem neuen Gästebucheintrag wird eine E-Mail an die in den Einstellungen hinterlegte E-Mail-Adresse geschickt. Nach Prüfung muss der Gästebucheintrag in Redaxo manuell freigeschaltet werden. | ||
|
||
Es stehen mehrere Beispielmodule auf Basis von Bootstrap 4 zur Verfügung: | ||
|
||
- 60-1 D2U Guestbook - Gästebuch mit Bootstrap 4 Tabs: ermöglicht die Anzeige und das Schreiben von Gästebucheinträgen. Dabei werden die Gäastebucheinträge paginiert. | ||
- 60-2 D2U Guestbook - Infobox Bewertung: zeigt den Durchschnittswert des im Gästebuch vergebenen Ratings an. | ||
- 60-3 D2U Guestbook - Gästebuch ohne Tabs: ähnlich wie Modul 60-1, nur ohne Tabs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<b>D2U Gästebuch</b> | ||
|
||
<br /><br /> | ||
<p>Kleines Gästebuch. Besucher können eine Nachricht hitnerlassen, eine Bewertung | ||
und ob sie eine Empfehlung aussprechen.</p> | ||
<p>Ein Modul gibt das Gästebuch aus und erlaubt neue Einträge. Ein zweites Modul | ||
zeigt das Rating an.</p> | ||
<p>Beispielseite: <a href="http://www.immobiliengaiser.de">www.immobiliengaiser.de</a></p> | ||
<?php | ||
$readmePath = rex_path::addon('d2u_guestbook', 'README.md'); | ||
$readmeContent = rex_file::get($readmePath); | ||
$readmeHtml = rex_markdown::factory()->parse($readmeContent); | ||
echo $readmeHtml; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters