======== Forum Lockdown Module v5.2.1.03  ========
Created by Joe Curia (azumandias _ at _ hotmail.com)
Original Phorum coding by the Phorum Development Team (http://www.phorum.org)

========        Brief Description         ========
This module allows the admin to redirect all unauthorized access to the login 
page and to disable registration without template changes.  If registration has 
been disabled, the admin can also allow visitors to register if invited.  
Invitations can be setup to be sent from the admin, from moderators, or from all 
users.  The admin can also allow visitors to request an invitation.  Admin users
can also send mass invitations by uploading a csv file containing names and 
emails.  This file should be in the format of name,email without a header row.

The invitation system makes use of the lang\english.php,  
templates\emerald\invite.tpl, and templates\emerald\invite_step.tpl files to 
show the various invitation and registration information.  You can copy and edit 
these files as needed for your language or custom templates.  Please note the 
template files have been coded to be compatible with the three templates 
pre-packaged with Phorum.

========                Todo              ========
 - Add further features as requested or as they pop into my head.
 	
========               Files              ========
forum_lockdown\
	Changelog
	disable_registration.js
	forum_lockdown.php
	info.txt
	README
	request_invitation.js
	settings.php
	lang\
		english.php
	templates\
		emerald\
			invite.tpl
      invite_step.tpl