| 1 | 1 |
deleted file mode 100644 |
| ... | ... |
@@ -1,65 +0,0 @@ |
| 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 the following variables to your storyindex.tpl |
|
| 22 |
- |
|
| 23 |
-{theend} -
|
|
| 24 |
- |
|
| 25 |
-Displays "The End." or "The End...Maybe." depending on whether or not the story is marked |
|
| 26 |
-complete. |
|
| 27 |
- |
|
| 28 |
-{authorcount} -
|
|
| 29 |
- |
|
| 30 |
-Displays the number of other stories the author has written. |
|
| 31 |
- |
|
| 32 |
-{favof} -
|
|
| 33 |
- |
|
| 34 |
-Displays: This story is a favorite of X members. |
|
| 35 |
- |
|
| 36 |
-Where X is the number of members. |
|
| 37 |
- |
|
| 38 |
-{alsolike} -
|
|
| 39 |
-Dispays: Members who liked TITLE also liked X other stories. |
|
| 40 |
- |
|
| 41 |
-Where TITLE is the title of the story (as a link to the story) and X is the number of |
|
| 42 |
-stories linked to a browse page listing the stories in question. |
|
| 43 |
- |
|
| 44 |
-The stories are the other favorite stories from members who also listed this story |
|
| 45 |
-in their favorites. |
|
| 46 |
- |
|
| 47 |
-The browse panel for this module displays the stories in the standard browse page. |
|
| 48 |
- |
|
| 49 |
-To install this module: |
|
| 50 |
- |
|
| 51 |
-1. Upload the entire alsolike folder to the the modules folder within your |
|
| 52 |
-eFiction installation. |
|
| 53 |
- |
|
| 54 |
-2. Go to http://www.yoursite.com/modules/storyend/install.php where |
|
| 55 |
-www.yoursite.com is your eFiction site's address. |
|
| 56 |
- |
|
| 57 |
-3. Goto the main default_tpls folder. Open up viewstory.tpl and/or storyindex.tpl and add |
|
| 58 |
-{storyend} where you want this text to appear.
|
|
| 59 |
- |
|
| 60 |
-4. Do the same for any skins with their own viewstory.tpl and/or storyindex.tpl |
|
| 61 |
- |
|
| 62 |
-To uninsall this module: |
|
| 63 |
- |
|
| 64 |
-1. Go to http://www.yoursite.com/modules/storyend/uninstall.php where |
|
| 65 |
-www.yoursite.com is your eFiction site's address. |
|
| 66 | 0 |
\ No newline at end of file |
| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,65 @@ |
| 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 the following variables to your storyindex.tpl |
|
| 22 |
+ |
|
| 23 |
+{theend} -
|
|
| 24 |
+ |
|
| 25 |
+Displays "The End." or "The End...Maybe." depending on whether or not the story is marked |
|
| 26 |
+complete. |
|
| 27 |
+ |
|
| 28 |
+{authorcount} -
|
|
| 29 |
+ |
|
| 30 |
+Displays the number of other stories the author has written. |
|
| 31 |
+ |
|
| 32 |
+{favof} -
|
|
| 33 |
+ |
|
| 34 |
+Displays: This story is a favorite of X members. |
|
| 35 |
+ |
|
| 36 |
+Where X is the number of members. |
|
| 37 |
+ |
|
| 38 |
+{alsolike} -
|
|
| 39 |
+Dispays: Members who liked TITLE also liked X other stories. |
|
| 40 |
+ |
|
| 41 |
+Where TITLE is the title of the story (as a link to the story) and X is the number of |
|
| 42 |
+stories linked to a browse page listing the stories in question. |
|
| 43 |
+ |
|
| 44 |
+The stories are the other favorite stories from members who also listed this story |
|
| 45 |
+in their favorites. |
|
| 46 |
+ |
|
| 47 |
+The browse panel for this module displays the stories in the standard browse page. |
|
| 48 |
+ |
|
| 49 |
+To install this module: |
|
| 50 |
+ |
|
| 51 |
+1. Upload the entire alsolike folder to the the modules folder within your |
|
| 52 |
+eFiction installation. |
|
| 53 |
+ |
|
| 54 |
+2. Go to http://www.yoursite.com/modules/storyend/install.php where |
|
| 55 |
+www.yoursite.com is your eFiction site's address. |
|
| 56 |
+ |
|
| 57 |
+3. Goto the main default_tpls folder. Open up viewstory.tpl and/or storyindex.tpl and add |
|
| 58 |
+{storyend} where you want this text to appear.
|
|
| 59 |
+ |
|
| 60 |
+4. Do the same for any skins with their own viewstory.tpl and/or storyindex.tpl |
|
| 61 |
+ |
|
| 62 |
+To uninsall this module: |
|
| 63 |
+ |
|
| 64 |
+1. Go to http://www.yoursite.com/modules/storyend/uninstall.php where |
|
| 65 |
+www.yoursite.com is your eFiction site's address. |
|
| 0 | 66 |
\ No newline at end of file |