Cette extension n’a pas été testée avec plus de trois mises à jour majeures de WordPress. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

Frontend Checklist

Description

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:

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.

Captures d’écran

  • Configure Frontend Checklist
  • HTML-Checklist
  • PDF-Checklist

Installation

EN:

As usual.

  1. Upload the directory frontend-checklist in /wp-content/plugins/ (or install the plugin over the plugin manager of WordPress)
  2. Activate the plugin over the plugin manager of WordPress
  3. On the Settings menu is now a new entry Frontend Checklist, where you can define the To-Dos.
  4. To output the HTML checklist, just enter [frontend-checklist] into the editor at any place.
  5. If you don’t want that the status of the checklist is saved via cookie, you can use this code: [frontend-checklist cookie="off"]
  6. 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.

  1. Lade das Verzeichnis frontend-checklist in /wp-content/plugins/ hoch (oder installiere das Plugin über den Plugin-Manager von WordPress)
  2. Aktiviere das Plugin über den Plugin-Manager von WordPress.
  3. Unter Einstellungen gibt es jetzt den neuen Punkt Frontend Checklist, wo du die einzelnen Punkte der Checkliste definieren kannst.
  4. Zum Ausgeben der HTML Checkliste einfach den Tag [frontend-checklist] im Editor an der gewünschten Stelle eingeben.
  5. Sollen die abgehakten ToDos nicht gespeichert werden, kann dieser Code benutzt werden: [frontend-checklist cookie="off"]
  6. Link auf eine PDF-Checkliste: [frontend-checklist type="pdf" title="Meine Checkliste" linktext="Zur Checkliste"]. Der Title erscheint in der PDF-Datei als Überschrift.

FAQ

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.

Avis

9 juin 2020
Works well but sends 2 Critical errors in site health. I think it's because plugin has not been updated 1 year ago.
11 octobre 2019 2 réponses
This plugin is simple, but very effective. Did a wee bit of custom coding to add some additional functionality for my use-case, but this will work amazingly out of the box for most peoples needs!
3 septembre 2016
Sehr gut umgesetzt , was mir gefallen würde, wenn man so ne art check in boxen vor einem Post abhacken muss/kann. damit man bei Posting vom Beitrag nicht eigne vorgaben zum Beitrag vergisst.
8 février 2017
Works great and helps my users remember what they have and have not done. Great job...............
Lire les 12 avis

Contributeurs/contributrices & développeurs/développeuses

« Frontend Checklist » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « Frontend Checklist » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal

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