描述
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
安裝
- Upload the plugin files to the
/wp-content/plugins/
directory in a directory called leave-a-message - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place the shortcode [gyn/] in a post or on a page or put
<?php do_shortcode('gyn'); ?>
in your templates - 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
-
- Upload the plugin files to the
/wp-content/plugins/
directory in a directory called leave-a-message - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place the shortcode [gyn/] in a post or on a page or put
<?php do_shortcode('gyn'); ?>
in your templates - In the settings tab within the admin panel you can define the numbers and a security tag foor entering the lam event
- Upload the plugin files to the
評價
There are no reviews for this plugin.
貢獻者及開發者
修改日誌
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.