Revision: 12912
http://sourceforge.net/p/xoops/svn/12912
Author: zyspec
Date: 2014-12-22 19:27:23 +0000 (Mon, 22 Dec 2014)
Log Message:
-----------
- include file missing from previous commit
Added Paths:
-----------
XoopsModules/randomquote/branches/zyspec/randomquote/language/english/help/module_index.html
Added: XoopsModules/randomquote/branches/zyspec/randomquote/language/english/help/module_index.html
===================================================================
--- XoopsModules/randomquote/branches/zyspec/randomquote/language/english/help/module_index.html (rev 0)
+++ XoopsModules/randomquote/branches/zyspec/randomquote/language/english/help/module_index.html 2014-12-22 19:27:23 UTC (rev 12912)
@@ -0,0 +1,28 @@
+<div id="help-template" class="outer">
+ <h1 class="head">Help:
+ <a class="ui-corner-all tooltip" href="<{$xoops_url}>/modules/contact/admin/index.php"
+ title="Back to the administration of Contact"> Random Quote
+ <img src="<{xoAdminIcons home.png}>"
+ alt="Back to the Administration of Contact"/>
+ </a></h1>
+
+ <h4 class="odd">Random Quote Module Feaures</h4>
+ <p style='margin: 1em 0;'>This module includes the following features:</p>
+ <ul>
+ <li style='height: 1.3em;'>Allows Administrator to create quotes</li>
+ <li style='height: 1.3em;'>Quotes can be taken offline without deletion</li>
+ <li style='height: 1.3em;'>Supports using XoopsEditors - selected through preferences</li>
+ <li style='height: 1.3em;'>Contains plugin support for the Waiting Block module</li>
+ <li style='height: 1.3em;'>Contains plugin support for the XOOPS Tag module</li>
+ </ul>
+
+ <h4 class="odd">Random Quote Module Future Enhancements</h4>
+ <p style='margin: 1em 0;'>This module has future plans to support the following features:</p>
+ <ul>
+ <li style='height: 1.3em;'>Category support to allow administrator to put quotes in categories</li>
+ <li style='height: 1.3em;'>Group support to allow administrator to restrict access to certain categories</li>
+ <li style='height: 1.3em;'>Notification (by category) when quote is added</li>
+ <li style='height: 1.3em;'>Ability to allow certain groups to submit quotes from front-side</li>
+ <li style='height: 1.3em;'>Ability for administrator to monitor (approve/disapprove) online submissions</li>
+ </ul>
+</div>
|