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

wp-simplemeetingconfirmation

描述

Allows registered and/or non registered users to confirm if they will be present at a planned meeting and optionally add comments and number of participants with them.

Donations

螢幕截圖

  • Shortcode example

  • Table in post

安裝

  1. Download ‘WP-SimpleMeetingConfirmation.zip’.
  2. Unzip it.
  3. Upload the folder ‘WP-SimpleMeetingConfirmation’ directory to the /wp-content/plugins/ directory.
  4. Activate the plugin through the ‘Plugins’ menu in WordPress.
  5. Add the shortcode [SMC date=”dateParameter” location=”a location” reqguests=”true” description=”a meeting description” displayresults=”true” usersonly=”true” expireson=”dateParameter”] in your post content.
  6. Optionnaly add some content between the [SMC] tags. Ex.: [SMC date=”17/10/2010″ location=”Our Place” description=”Housewarming party”]<img src=”http://mysite.com/ourplace.jpg”[/SMC]

常見問題

How to use the plugin?

Create a new post, and add the shortcode [SMC date=”xx/xx/xxxx”]

What are the mandatory parameters?

Only [date] is a mandatory parameter to the shortcode.

What are the various parameters available?

date=”dd/mm/yyyy”, location=”a location”, reqguests=”true”, description=”a meeting description”, displayresults=”true”, usersonly=”true”, expireson=”dd/mm/yyyy”

Can I add a picture or a map to the meeting?

Just include the HTML code between the [SMC date=”dd/mm/yyyy”][/SMC]

Can I open the registration to non WP site registered users?

Yes, just add the parameter usersonly=”false” to the shortcode. Ex.: [SMC date=”dd/mm/yyyy” usersonly=”false”]

Can I add an expiration date to the responses

Yes, just add the parameter expireson=”dd/mm/yyyy” to the shortcode. Ex.: [SMC date=”dd/mm/yyyy” expireson=”dd/mm/yyyy”]

Can I send you my translations for your plugin?

Please do :o) I will integrate it to the next release.

Which languages are available for this plugin?

Currently, there are three languages:
* English (thanks to me)
* French (thanks to me)
* German (thanks to Arne)

評價

There are no reviews for this plugin.

貢獻者及開發者

“wp-simplemeetingconfirmation” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 wp-simplemeetingconfirmation 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

2010/09/21

  • Small bug fixed in save function
  • Added error messages

2010/09/20

  • Trim name before posting

2010/09/17

  • Huge bug fixed that was updating the previous meetings *
  • Added an html page to create the shortcode *

2010/09/15 v1.6.2

  • German translation provide by Arne Schuch.

2010/09/07 – v1.6

  • Add a new parameter [expireson] to add expiration date to reply to an event. Will make the event non editable after expiration date.

2010/08/30 – v1.5.4

  • Fixed a bug on translation
  • Fixed issue with case sensitive file names
  • Fixed bug when parameter usersonly is set to true

2010/08/25 – v1.4

  • Fixed a bug on location
  • Renamed global variables and functions to avoid naming collision
  • Fixed a bug on plugin activation (database verification)

2010/08/24 – v1.3

  • Add a new function to alter table to add, modify, delete columns

2010/08/23 – v1.2

  • Add a new function to avoid creating again the table if already exist

2010/08/23 – v1.1

  • Add a new parameter [usersonly] to the shortcode to enable registration of non registered users.

2010/08/20 – v1.0

  • Initial release