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

Get your number

描述

This is a WordPress plugin to help with subscription to an event with a maximum of participants but a lot more people who are willing to participate. The plugin gives each subscriber a unique number, like a lottery. The numbers are generated within a range you can set in the admin settings for this plugin. For instance: You want to enable subscription to a spinning event with a maximum of 35 participants. There are more people who want to subscribe than that there are spinning bikes available and you don’t want to use the principle ‘who’s first with describing gets a bike’. Well here’s what leave-a-message does for you.

  • set a range of numbers which largely overrides the amount of available places in the event (in my example i know the association has 100 members so i choose a range from 1 to 100, knowing not everyone is going to subscribe this is a safe range)
  • let people subscribe using their name and email
  • after registration, mail the subscriber, and the lam administrator, the random and unique number that has been given

If a person has subscribed the name, number and email is logged in the WordPress options table. If a subscribers email is found in the options table, it’s not possible to request another number. The subscriber get’s the number presented that’s already sent.

After you close the subscription, you can decide on how to make use of the numbers that are given.

Install the plugin in a folder named leave-a-message in your WordPress plugins directory
You can translate it to your prefered language (poedit) and save your translation in the languages folder of the plugin. Do not forget to put ‘ge-your-number’ in front of the language identifier (e.g. leave-a-message-nl_NL.po)

Playing a Bingo could be one 😉

Arbitrary section

A brief Markdown Example

安裝

  1. Upload the plugin files to the /wp-content/plugins/ directory in a directory called leave-a-message
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place the shortcode [gyn/] in a post or on a page or put <?php do_shortcode('gyn'); ?> in your templates
  4. In the settings tab within the admin panel you can define the numbers and a security tag foor entering the lam event

常見問題

None yet

Installation Instructions
  1. Upload the plugin files to the /wp-content/plugins/ directory in a directory called leave-a-message
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place the shortcode [gyn/] in a post or on a page or put <?php do_shortcode('gyn'); ?> in your templates
  4. In the settings tab within the admin panel you can define the numbers and a security tag foor entering the lam event

評價

There are no reviews for this plugin.

貢獻者及開發者

“Get your number” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Get your number 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.1.3

  • Checked the plugin with WordPress version 4.8.3
  • Added fontawesome 4.7.0 css

1.1.2

  • Checked the plugin with WordPress version 4.3.1

1.1

  • Added admin tools
  • Added logging in options table
  • Added meta boxes in admin area

1.0

  • Started a basic random number generator.
  • Added mail function.