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

Board Document Manager from CHUHPL

外掛說明

This plugin collects PDF board minutes and agendas (regular and special) and displays them in an archive for your patrons and customers. You manage and upload the files from your Administration console.

There is a short code that will then display the latest agenda and all of your meeting notes.

Other plugins

螢幕擷圖

  • Entering new documents.
  • Viewing the documents in the admin area.
  • The view of how the shortcode renders.

安裝方式

Install as normal and you should be ready to start uploading your files from the “Board Docs” menu.

常見問題集

Where are the documents saved?

The documents are all saved in “/wp-content/uploads/board-document-manager-from-chuhpl”

Are the documents deleted when I uninstall the plugin.

Yes. Each document is deleted, then the folder.

What is the shortcode to show the display?

Put the following shortcode on a page or post where you want to view the latest Agenda and an archive of all of the minutes.

[showBoardDocumentManager]

使用者評論

閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Board Document Manager from CHUHPL〉的開發相關工作。

參與者

變更記錄

1.9.1

Updated a few depreciated functions and uses to get it working in PHP 8

1.9

  • Changed a hard coded wp_ to a $wpdb->prefix

1.8

  • Changed the enqueuing order to suppress error and constructor names to __construct

1.7

  • Changed the wp_die() to die() in showMe.php. This was adding data and breaking the downloads.

1.6

  • Fixed a link to go to the add page, not main menu

1.5

  • Found a few text strings not set up for i18n.

1.4

  • Added a “Add another document” link on the Add success page.

1.3

  • Cleaned up a few typos.

1.2

  • Cleaned up a few typos.

1.1

  • Added screenshots, more info, instructions, etc.

1.0

  • Finalized by renaming the folders properly.

0.6

  • Proving I’m new to this, let’s add load_plugin_textdomain() and see if that helps.

0.5

  • Renamed text domain with dashes instead of underscores.

0.4

  • Fixed the domain name for i18n

0.3

  • Added plugin URI and text domain for i18n.

0.2

  • Removed uneeded break on 242 in bdmAdd.php

0.1

  • First Version