這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Frontend Checklist

外掛說明

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.

螢幕擷圖

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

安裝方式

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.

常見問題集

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.

使用者評論

2020 年 6 月 9 日
Works well but sends 2 Critical errors in site health. I think it's because plugin has not been updated 1 year ago.
2019 年 10 月 11 日 2 則留言
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!
2016 年 9 月 3 日
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.
2017 年 2 月 8 日
Works great and helps my users remember what they have and have not done. Great job...............
閱讀全部 12 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈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