| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,34 @@ |
| 1 |
+// ---------------------------------------------------------------------- |
|
| 2 |
+// LICENSE |
|
| 3 |
+// |
|
| 4 |
+// This program is free software; you can redistribute it and/or |
|
| 5 |
+// modify it under the terms of the GNU General Public License (GPL) |
|
| 6 |
+// as published by the Free Software Foundation; either version 2 |
|
| 7 |
+// of the License, or (at your option) any later version. |
|
| 8 |
+// |
|
| 9 |
+// This program is distributed in the hope that it will be useful, |
|
| 10 |
+// but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 11 |
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
| 12 |
+// GNU General Public License for more details. |
|
| 13 |
+// |
|
| 14 |
+// To read the license please visit http://www.gnu.org/copyleft/gpl.html |
|
| 15 |
+// ---------------------------------------------------------------------- |
|
| 16 |
+ |
|
| 17 |
+Copyright 2006 by Tammy Keefer. |
|
| 18 |
+ |
|
| 19 |
+This block for eFiction 3.0 displays which of your members is currently online |
|
| 20 |
+and how many guests are visiting the site as well. In addition to the standard |
|
| 21 |
+{blockname_title} and {blockname_content}, this block also adds {guests} as
|
|
| 22 |
+the number of guests and {onlinemembers} as the hyperlinked list of members online.
|
|
| 23 |
+ |
|
| 24 |
+VERY IMPORTANT NOTE: For this block to work correctly it must be set to Active |
|
| 25 |
+even if it is only displayed on the index page because the block not only displays |
|
| 26 |
+who is online it also tracks that information. If it is set to "Index Only" you |
|
| 27 |
+will only get the information for people on your index page. And it must be set |
|
| 28 |
+this way on EVERY skin. Again, even if it doesn't display, it must still be |
|
| 29 |
+set to Active for the visitor information to be recorded. |
|
| 30 |
+ |
|
| 31 |
+There is no admin panel for this block. As is, it displays the people who have |
|
| 32 |
+been on the site(loaded a page) in the last minute. If you want to increase |
|
| 33 |
+that time, open online.php and go to line 13 and replace 60 with the number of |
|
| 34 |
+seconds you wish. |
|
| 0 | 35 |
\ No newline at end of file |