Want to skyrocket the popularity of your plugin and reach millions of eager users? Look no further than WP Hive. Gain credibility through in-depth reviews, drive conversions with targeted email marketing, and boost visibility with strategic social promotion and exposure
Sorry, pal! The plugin couldn’t pass all our tests. No hard feelings, right?
Tests done by WP Hive test script Results
Minimal impact on memory usage The memory usage of this plugin is less than the average memory usage of other plugins on WordPress.org + 200KB. Check FAQ for more.
Minimal impact on pagespeed The impact of this plugin on PageSpeed is less than the average impact of other plugins on WordPress.org + 1000 milliseconds
No PHP errors, warning, notices WP Hive automated test found no PHP error while activating this plugin on our server
No Javascript issues WP Hive automated test found no JavaScrip error while activating this plugin on our server
Latest PHP 8.1.12 compatible WP Hive automated test found the plugin fully compatible with the latest version of PHP
Latest WordPress 6.5 compatible WP Hive automated test found the plugin fully compatible with the latest version of WordPress
Optimized database footprint The plugin creates less than 50 database tables
No activation errors WP Hive automated test found no activation error while activating this plugin on our server
No resource errors WP Hive automated test found no resource error/s while trying this plugin on our server
Frequently updated The plugin was not updated at least once in the last 90 days
All the plugins are tested on the same server with exactly same configuration via test script that automatically activates and logs the data WP Hive shows.
All the scripts run on a VPS with 8 CPU cores and 8 GB of RAM.
The test sites are hosted on Google Cloud VM instances, one site/plugin per instance. The machine type is n1-standard-1. The server is a 8 core CPU with 8GB of RAM.
The test sites are hosted on Apache/2 server and they are tested on PHP 8.1.12 & WordPress 6.5.
The database server is MySQL 10.6.10 and the default PHP memory limit is 512M.
Disclosure: When you buy through affiliate links on this site, WP Hive may earn a commission which we use to keep the site running. Learn more →
About WP Tournament Registration
Description
WP Tournament Registration is a plugin that provides shortcodes intended for registering players with hobby sport events. As a matter of fact, it was made for the championship of my local chess club. There are four shortcodes for different views: [wptournregedit tournament_id="myID" /] is an editor for the players’ data. [wptournregexport tournament_id="myID"]...[/wptournregexport] is a plain text export filter [wptournregform tournament_id="myID"]...[/wptournregform]....
WP Tournament Registration is a plugin that provides shortcodes intended for registering players with hobby sport events. As a matter of fact, it was made for the championship of my local chess club. There are four shortcodes for different views:
[wptournregedit tournament_id="myID" /] is an editor for the players’ data.
[wptournregexport tournament_id="myID"]...[/wptournregexport] is a plain text export filter
[wptournregform tournament_id="myID"]...[/wptournregform] is a form where people can register with the competition. It covers some [wptournregfield field="fieldname" /] shortcodes which customize the desired inputs.
[wptournreglist tournament_id="myID" /] is a sortable list view of all approved participants.
All these shortcodes are customizable through a set of optional attributes.
Available fields
address [text]: self-explanatory.
affiliation [text]: club or association.
approved [checkbox]: entries become visible in in the list view or through the export filter only afer approved was checked.
birthyear [integer]: self-explanatory
city [text]: self-explanatory.
custom1, custom2, custom3, custom4, custom5 [text]: if anything is missing.
email [text]: self-explanatory.
fee_is_paid [checkbox]: self-explanatory.
firstname [text]: self-explanatory.
id [read-only]: an integer that serves as primary key and is incremented with every registration. Use it to separate entries if people register twice.
ip [read-only]: The remote IP of the submitter through wptournregform. May be useful for security checks.
lastname [text]: self-explanatory.
message [textarea]: self-explanatory
phone1 [text]: self-explanatory
phone2 [text]: self-explanatory
postcode [integer]: self-explanatory
protected [checkbox]: if checked, all contact data of the particiapant are suppressed in list view.
rating1 [integer]: a rating that is used to calculate ranking lists.
rating2 [integer]: another rating that is used to calculate ranking lists.
time [read-only]: a timestamp that records the exact date and time of submitting.
It is advisable not to misuse fields since there are some internal checks on the values. Use the custom fields instead. It is hard to say what the length of input fields is in characters as this depends on what is going to. But all are of reasonable length for their purpose.
Attributes
wptournregedit:
tournament_id (required).
display_fields a comma-separated list of field names in the order of view.
wptournregexport:
tournament_id (required).
all if set to any value the list shows all enries, otherwise the ones with a checked approved flag only.
class adds a space separated list of custom CSS classes to the form.
css adds a style attribute with custom CSS to the form.
id adds a custom CSS id to the form.
fields_set a comma-separated list of fields which get ignored if empty.
filename the name of the export file.
format a plain text string where all field names preceded by a percent sign (%fieldname) get replaced by the respective field values.
wptournregform:
tournament_id (required).
backlink adds a backlink to the plugin’s project page.
class adds a space separated list of custom CSS classes to the form.
css adds a style attribute with custom CSS to the form.
id adds a custom CSS id to the form.
disabled submit and reset buttons are disabled if set to any value.
email a comma-separated list of login names who get an E-mail notification if somebody registeres.
wptournreglist:
tournament_id (required).
all if set to any value the list shows all enries, otherwise the ones with a checked approved flag only.
backlink adds a backlink to the plugin’s project page if set to any value.
class adds a space separated list of custom CSS classes to the form.
css adds a style attribute with custom CSS to the form.
id adds a custom CSS id to the list.
display_fields a comma-separated list of fields on view in that particular order.
headings a comma-separated list of column headings in that particular order.
protected_fields a comma-separated list of fields that are suppressed if the protected flag is set in the database for a certain user.
notsortable the columns are sorttable by default. This is suppressed if set to any value.
wptournregfield:
checked checks a checkbox if set to any value.
class adds a space separated list of custom CSS classes to the form.
css adds a style attribute with custom CSS to the form.
id adds a custom CSS id to the form.
disabled disables the field if set to any value.
field one of the field names (cf. list above).
label the label of the field.
placeholder the placeholder is shown in an empty field.
required if set to any value the field is marked as required.
Usage
The first example is a registration form. Several wptournregfield shortcodes are wrapped by a wptournregfield one. You can put HTML elements between (fi. fieldsets) in order to design your form:
Next is a list view. Normally you will make an password restricted full list for internal use and a small one for the public. Only approved players are on view:
The next shortcode exports all participants into a csv list which than the is loaded into a tournament manager app (Swiss-Chess in this case). Here also non-approved players get exported. Wrap the field names in sections signs (§) in order to output the respective value.
The following shortcode exports a list of all approved participants who have provided you with a mail address in a way you can directly copy and paste into a mail client. See FAQ for issues with some characters!
[wptournregexport tournament_id="my_tournament" format='"§firstname§ §lastname§" LOWER_THAN§email§>,' fields_set="email" filename="mails.txt"]Download mail list (use BCC!)[/wptournregexport]
Want to skyrocket the popularity of your plugin and reach millions of eager users? Look no further than WP Hive. Gain credibility through in-depth reviews, drive conversions with targeted email marketing, and boost visibility with strategic social promotion and exposure
Subscribe to get more quality reviews and articles.
Be Part of the Conversation with WordPress Enthusiasts
Using WP Tournament Registratio...? Great, join the conversation now!
Let’s talk about overall quality, ease of use, stellar support, unbeatable value, and the amazing experience WP Tournament Registratio... brings to you.
Changelog
Please Share:
Please Allow Us A Moment Before You Go
Subscribe to our weekly newsletter to get exclusive WordPress toturials, updates and pillar content directly in your inbox.
Be Part of the Conversation with WordPress Enthusiasts
Using WP Tournament Registratio...? Great, join the conversation now!
Let’s talk about overall quality, ease of use, stellar support, unbeatable value, and the amazing experience WP Tournament Registratio... brings to you.