이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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.

FAQ

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”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Board Document Manager from CHUHPL”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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