| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,36 @@ |
| 1 |
+// ---------------------------------------------------------------------- |
|
| 2 |
+// Copyright (c) 2007 by Tammy Keefer |
|
| 3 |
+// Also Like Module developed for eFiction 3.0 |
|
| 4 |
+// // http://efiction.hugosnebula.com/ |
|
| 5 |
+// ---------------------------------------------------------------------- |
|
| 6 |
+// LICENSE |
|
| 7 |
+// |
|
| 8 |
+// This program is free software; you can redistribute it and/or |
|
| 9 |
+// modify it under the terms of the GNU General Public License (GPL) |
|
| 10 |
+// as published by the Free Software Foundation; either version 2 |
|
| 11 |
+// of the License, or (at your option) any later version. |
|
| 12 |
+// |
|
| 13 |
+// This program is distributed in the hope that it will be useful, |
|
| 14 |
+// but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 15 |
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
| 16 |
+// GNU General Public License for more details. |
|
| 17 |
+// |
|
| 18 |
+// To read the license please visit http://www.gnu.org/copyleft/gpl.html |
|
| 19 |
+// ---------------------------------------------------------------------- |
|
| 20 |
+ |
|
| 21 |
+This little module will let you add an option to the members list page to |
|
| 22 |
+display a list of the betareaders on your site. It's designed to work with |
|
| 23 |
+the default beta-reader field. If you've installed a custom betareader |
|
| 24 |
+module make sure the name of the field is "betareader" and that it's a |
|
| 25 |
+yes/no field. Otherwise, this module won't work. |
|
| 26 |
+ |
|
| 27 |
+To install this module: |
|
| 28 |
+ |
|
| 29 |
+1. Upload the entire betareader folder to the the modules folder within your |
|
| 30 |
+eFiction installation. |
|
| 31 |
+ |
|
| 32 |
+2. Go to Admin->Modules and select "Install this Module" in the menu. |
|
| 33 |
+ |
|
| 34 |
+To uninsall this module: |
|
| 35 |
+ |
|
| 36 |
+1. Go to Admin->Modules and select "Uninstall this Module" in the menu. |