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

Bg Book Publisher

外掛說明

When you save a post, the plugin splits it into pages and adds a table of contents in the form of a spoiler to the top of each page.

On the post editing page you can set the maximum level of headers included in the table of contents and the level of headings where you break the pages (see screenshot).

You can set the header levels from 1 to 6, and also disable the action of the plug-in for this post by unchecking the item ‘this post is book’.

You can also set the author of the published book, which will be showed directly in the post title.
To insert name of book author into the text you can also use shortcode [book_author] or PHP-function bg_bpub_book_author($post_id) in page template.

CSS

To customize the post appearance, you can use the following classes:
1. bg_bpub_toc – class of contaner (div) with table of contents.
2. bg_bpub_toc_h1 … bg_bpub_toc_h6 – classes of chapter headers in table of contents.
3. bg_bpub_book_author – class of contaner (span) with name of book author.

PHP filters

  • bg_bpub_post_types – array of post types processed by the plugin, default is [‘post’, ‘page’];

  • bg_bpub_title – title html after book author is added;

  • bg_toc – html output of the TOC;

Notes for Translators

You can translate this plugin using POT-file in languages folder with program PoEdit (http://www.poedit.net/).
More in detail about translation WordPress plugins, see “Translating WordPress” (https://codex.wordpress.org/Translating_WordPress).

Send me your PO-files. I will insert them in plugin in next version.

License

GNU General Public License v2

螢幕擷圖

  • Plugin's post settings.
  • Plugin's options.

安裝方式

  1. Upload ‘bg-book-publisher’ directory to the ‘/wp-content/plugins/’ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

使用者評論

2021 年 12 月 19 日
This plugin is as described, and it does this task in a minimal and simple way. Love it. The only things I would change are two: Some minor language errors (for example, this post is book should be This post is a book) Add a setting option to make this plugin work with custom post types. Thank you so much for this plugin.
閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Bg Book Publisher〉的開發相關工作。

參與者

將〈Bg Book Publisher〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

= 1.25

  • Collapsible TOC; individual post setting + global option to expand depending on number of items.

  • Grid-TOC option for shot-named items e.g. numbers.

  • Full-text link (displays all pages at once).

  • Hooks added

1.1.0

  • Unordered List in TOC.

1.0.3

  • Allow saving post in admin dashboard only.

1.0.2

  • Delete anchor from the TOC link to the first header on the page.

1.0.1

  • Fixed some bugs.

1.0

  • Plugin in start edition