Secure Invites

Secure Invites is a WordPress plugin that allows you to only allow invited people to sign up.

Author:Chris Taylor (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:3.5.2
Plugin version:1.2.5
Added to WordPress repository:03-06-2009
Last updated:29-05-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:60
Rated by:6
Plugin URI:http://www.stillbreathing.co.uk/wordpress/wor...
Total downloads:27 582
Active installs:60+
plugin download
Click to start download

This plugin stops access to your signup page, except where the visitor has been invited and clicked the link in their invitation email. Your users invite people, and you can see who has sent the most invitations, and how many resulting signups have occurred. Other features:

  • Restrict the ability to invite people to users who have been registered only for a certain number of days or more
  • View the number of invites sent and resulting signups per month
  • View the users who have sent the most invites, and the number of resulting signups
  • Browse all invitations sent (auto paginated)
  • Change the default email text
  • Set after how many days an invitation will expire
  • Works with different locations of signup page (default: /wp-signup.php)
  • Set the message to show if someone tries to sign up with no valid invitation
  • Turn off security on signup form, allowing anyone to sign up (this does not affect the ability to invite people)
  • Show an invitation form on the dashboard
  • Show best inviters on your site with a shortcode
  • Set any number of special codes with which people can sign up without being invited
  • View reports on the number of people who have signed up with each code

This plugin is based on the invitation plugin by kt (Gord) from http://www.ikazoku.com.

There are a few extra features introduced in version 0.9:

Introducer points system

Each time somebody (Person A) invites a friend (Person B), and Person B signs up, Person A is awarded 5 points. If Person B invites someone (Person C) and they sign up, Person A is awarded 2 points. And if Person C invites someone (Person D) and they sign up, Person A is awarded 1 point (and, of course, Person B is awarded 2 points). Using this pyramid-like system you can see who is inviting not just the most people, but the best kind of people.

The introducer points are stored in the users meta table with the key secure_invite_points. You can retrieve a persons points using this function: get_usermeta( [user ID], "secure_invite_points" ) substituting [user ID] for their actual user ID.

Bulk deletion of invites

As an administrator you can now select multiple invitations and delete them. This is much better than the one-at-a-time deletion method in previous versions.

Shortcodes

There are three shortcodes available:

1) By using the [inviteform] shortcode you can place an invitation form on any post or page.

2) Using [bestinviters] will show a list of the top 6 inviters by points, with the points they have currently got.

3) Using [myinviter] will show the diplay name for the person who invited the current user. Using [myinviter id="123"] will show the display name for the person who invited the user with ID 123.

Automatic BuddyPress theme integration

If your BuddyPress theme is the default theme (for BuddyPress version 1.2 or above), or a child of the default theme, or uses the same template hooks as the default theme, you can put the invitation form in the following places by just ticking the right box in your settings screen:

  • Before any list of members
  • After any list of members
  • At the top of every page
  • Before your site homepage
  • After your site homepage
  • At the top of the default sidebar
  • At the bottom of the default sidebar

The invitation form is hidden by default, and is shown by clicking an "Invite a friend" button which makes the form slide into view.

Preset settings

If you want to quickly set up invitations without messing with lots of settings, there are now four presets you can use:

  • Anyone can join with or without an invitation, and all users can invite as many people as they like
  • Signup is just for invited people, and all users can invite as many people as they like
  • Signup is just for invited people, and all users who have been registered for 30 days or more can invite as many people as they like
  • Signup is just for invited people, and all users who have been registered for 30 days or more can invite up to 10 people

Or you can use your own custom settings just as before.

Overriding of special users

Sometimes you want particular users to be able to invite more friends than the default, or perhaps you want to stop a particular user from inviting anybody at all. Now you can, by searching for the user and changing their own individual settings. You san set whether they are allowed to send invitations at all, and of so how many (either a limited number or unlimited).


Screenshots
FAQ
ChangeLog