Περιγραφή
EN:
With Frontend Checklist, you can create HTML or PDF-Checklists for your visitors. The status of the HTML-Checklists can be saved via Cookie or in the database. Your visitors can always come back and continue with the checklists.
You can see a Live-Example of a checklist on my (german) page about the Transsiberian Railway.
For creating the PDF-Checklist, I’m using FDPF (http://www.fpdf.org/). Thanks to Olivier Plathey for this great library.
If you have questions or problems, just leave a comment on the Plugin page. I’m always glad to help.
Thanks to the Translators:
- Ukrainian, Polnish, Russian: Julia Denys
- Serbo-Croatian: Borisa Djuraskovic
DE:
Mit Frontend Checklist kannst du HTML- oder PDF-Checklisten für deine Besucher erzeugen. Der Status der HTML-Checklisten kann per Cookie oder in der Datenbank gespeichert werden. So können deine Besucher jederzeit zurückkehren und die Checklisten weiter abhaken.
Ein Live-Beispiel einer Checkliste kann auf meiner Seite zur Transsibirischen Eisenbahn angesehen werden.
Für die Erzeugung der PDF-Checklisten wird FPDF verwendet (http://www.fpdf.org/). Vielen Dank an Olivier Plathey für diese tolle Bibliothek.
Εγκατάσταση
EN:
As usual.
- Upload the directory
frontend-checklist
in/wp-content/plugins/
(or install the plugin over the plugin manager of WordPress) - Activate the plugin over the plugin manager of WordPress
- On the Settings menu is now a new entry
Frontend Checklist
, where you can define the To-Dos. - To output the HTML checklist, just enter
[frontend-checklist]
into the editor at any place. - If you don’t want that the status of the checklist is saved via cookie, you can use this code:
[frontend-checklist cookie="off"]
- Link to the PDF-Checklist:
[frontend-checklist type="pdf" title="My Checklist" linktext="To the Checklist"]
. The Title is the headline in the PDF file.
DE:
Wie immer.
- Lade das Verzeichnis
frontend-checklist
in/wp-content/plugins/
hoch (oder installiere das Plugin über den Plugin-Manager von WordPress) - Aktiviere das Plugin über den Plugin-Manager von WordPress.
- Unter Einstellungen gibt es jetzt den neuen Punkt
Frontend Checklist
, wo du die einzelnen Punkte der Checkliste definieren kannst. - Zum Ausgeben der HTML Checkliste einfach den Tag
[frontend-checklist]
im Editor an der gewünschten Stelle eingeben. - Sollen die abgehakten ToDos nicht gespeichert werden, kann dieser Code benutzt werden:
[frontend-checklist cookie="off"]
- Link auf eine PDF-Checkliste:
[frontend-checklist type="pdf" title="Meine Checkliste" linktext="Zur Checkliste"]
. Der Title erscheint in der PDF-Datei als Überschrift.
Συχνές Ερωτήσεις
- EN: Is it possible to create more than 50 To-Dos? DE: Sind mehr als 50 To-Dos möglich?
-
EN: Unfournately not. The cookie gets problems when creating more than 50 To-Dos.
DE: Leider nicht. Der Cookie bekommt Probleme bei mehr als 50 To-Dos. - EN: Is it possible to create multiple checklists? DE: Kann man mehrere Checklisten erstellen?
-
EN: Yes, you can create as many checklists as you want.
DE: Ja, du kannst so viele Checklisten erstellen, wie du möchtest.
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“Frontend Checklist” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Frontend Checklist” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
2.3.2
- Fixed deprecated methods for PHP 7
2.3.1
- Fixed a bug with the plugin updates
2.3.0
- PDF checklist shows checked items
- Change cookie validity via shortcode
- Full UTF-8 support for PDF checklist
- Fix of deprecated methods
2.2.0
- Fixed Slashes when saving hecklist with magic quotes activated
- Larger input fields for the cklist items
- Full WP 3.8.1 compatibility
- Added Ukrainian, Polnish, Russian and Serbo-Croatian language files
2.1.1
- Fixed a bug where the same checklist was tracked separately when placed on mulitple sub-pages / Bug gefixt, bei dem die gleiche Checkliste getrennt getrackt wurde, wenn sie sich auf mehreren Unterseiten befand
2.1.0
- Checklist status can also be saved in the user database / Der Checklist Status kann auch in der User-Datenbank gespeichert werden
- Plugin is not longer affected by caching plugins / Das Plugin wird nicht mehr von Caching Plugins gestört
- Cookie lifetime can be changed / Cookie-Lebensdauer kann geändert werden
- The class “checked” ist added to all checked rows and can be styled vis css / Die Klasse “checked” wird allen abgehakten Zeilen hinzugefügt und kann per CSS gestylt werden
- The whole label is clickable / Die gesamte Beschriftung ist klickbar
- Removed Support for WP < 3.0.0 / Support für WP < 3.0.0 entfernt
2.0.0
- Create multiple checklists / Mehrere Checklisten erstellen
1.0.2
- WordPress 3.5 compatiblity / Kompatibel mit WordPress 3.5
1.0.1
- Switched the default language to english / Standard-Sprache auf Englisch umgestellt
1.0.0
- Raised maximum number of To-Dos from 20 to 50 / Maximale Anzahl an To-Dos von 20 auf 50 erhöht
- Plugin is now translatable (POT file is included) / Plugin ist jetzt übersetzbar (POT Datei ist beigelegt)
- Added English translation / Englische Übersetzung hinzugefügt
0.3.0
- Little Bugfixes / Kleine Bugfixes
- Added Uninstall routine / Deinstallationsroutine hinzugefügt
- Removed Support for WP < 2.8 / Support für WP < 2.8 entfernt
0.2.0
- Implementation of the PDF-Checklist / Implementierung der PDF-Checkliste
- Added Attributes to configure the output of the checklist / Hinzufügen von Attributen, um die Ausgabe der Checkliste zu konfigurieren
0.1.0
- Implementation of the HTML-Checklist / Implementierung der HTML-Checkliste