|
From: <be...@us...> - 2014-05-25 11:48:49
|
Revision: 12550
http://sourceforge.net/p/xoops/svn/12550
Author: beckmi
Date: 2014-05-25 11:48:46 +0000 (Sun, 25 May 2014)
Log Message:
-----------
Updating documentation
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.7/htdocs/modules/profile/docs/lang_diff.txt
XoopsCore/branches/2.5.x/2.5.7/htdocs/modules/profile/docs/readme.txt
XoopsCore/branches/2.5.x/2.5.7/htdocs/modules/profile/language/english/help/help.html
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/modules/profile/docs/lang_diff.txt
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/modules/profile/docs/lang_diff.txt 2014-05-25 10:52:42 UTC (rev 12549)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/modules/profile/docs/lang_diff.txt 2014-05-25 11:48:46 UTC (rev 12550)
@@ -28,3 +28,12 @@
define("_PROFILE_MI_ABOUT", "About");
define("_PROFILE_MI_HOME", "Home");
+
+
+Release 1.86
+=================
+
+modinfo.php
+------------
+define('_PROFILE_MI_PROFILE_CAPTCHA_STEP1',"Use Captcha after the second Registration step?");
+define('_PROFILE_MI_PROFILE_CAPTCHA_STEP1_DESC',"Select 'Yes' to add extra measure against Spam registration by bots" );
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/modules/profile/docs/readme.txt
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/modules/profile/docs/readme.txt 2014-05-25 10:52:42 UTC (rev 12549)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/modules/profile/docs/readme.txt 2014-05-25 11:48:46 UTC (rev 12550)
@@ -7,28 +7,56 @@
Requirements
_____________________________________________________________________
-
-- PHP version >= 5.2.0
-- XOOPS 2.5.3+
+- PHP version >= 5.3.7
+- XOOPS 2.5.7+
+
Install/uninstall
------------------
-No special measures necessary, follow the standard installation process \x96 extract the xoopspartners folder into the ../modules directory. Install the module through Admin -> System Module -> Modules.
+No special measures necessary, follow the standard installation process, extract the module folder into the ../modules directory. Install the module through Admin -> System Module -> Modules.
Detailed instructions on installing modules are available in the XOOPS Operations Manual (http://goo.gl/adT2i)
Operating instructions
------------------------
-To set up this module you need to:
+- Configure your preferences for the module (see ‘Preferences’) and optionally the Profile block if you intend to use it (see ‘Blocks’).
+- Edit existing Categories or add new ones.
+- Edit existing Fields or add new ones. Here you can specify which fields will be visible in which category, and if they will be visible during user registration.
+- Define the order of Registration steps.
+- And finally, you can set permissions for individual fields - which ones are editable, which ones are searchable.
-i) Enter your partner\x92s details \x96 including a URL for their website and (optionally) logo plus a short description (see \x91Adding a partner\x92)
+Detailed instructions on configuring the access rights for user groups are available in the XOOPS Operations Manual (http://goo.gl/adT2i)
-ii) Configure your preferences for the module (see \x91Preferences\x92) and optionally the Partners block if you intend to use it (see \x91Blocks\x92)
+Anti-Spam measures
+---------------------
+To minimize spam registrations, do the following:
-iii) Check that you have given your user groups the necessary module and block access rights to use this module. Group permissions are set through the Administration Menu -> System -> Groups.
+a) go to the Protector module in Admin, go to Preferences, and then at the bottom, at this option:
-Detailed instructions on configuring the access rights for user groups are available in the XOOPS Operations Manual (http://goo.gl/adT2i)
+"Stop Forum Spam"
+Checks POST data against spammers registered on www.stopforumspam.com database. Requires php CURL lib
+set it to "Ban the IP (no limit)"
+
+b) in /class/captcha/config.php, make sure that the mode is set as "text":
+
+return $config = array(
+'disabled' => false, // Disable CAPTCHA
+'mode' => 'text', // default mode, you can choose 'text', 'image', 'recaptcha'(requires api key)
+'name' => 'xoopscaptcha', // captcha name
+'skipmember' => true, // Skip CAPTCHA check for members
+'maxattempts' => 10, // Maximum attempts for each session
+);
+
+c) In the Profile module, go to Admin and in the Basic step located at:
+
+/modules/profile/admin/step.php?id=1
+
+ set the "Save after stop" to "No"
+
+d) In Profile Preferences, set the "Use Captcha after the second Registration step" Option to "Yes" (it is the default)
+
+
Tutorial
-----------
-Tutorial coming soon.
\ No newline at end of file
+None available at the moment.
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/modules/profile/language/english/help/help.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/modules/profile/language/english/help/help.html 2014-05-25 10:52:42 UTC (rev 12549)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/modules/profile/language/english/help/help.html 2014-05-25 11:48:46 UTC (rev 12550)
@@ -5,7 +5,7 @@
<p class="even">The Profile module is for managing custom user profile fields.</p>
<h4 class="odd">Install/uninstall</h4>
<p>No special measures necessary, follow the standard installation process – extract the /profile folder into the ../modules directory. Install the module through Admin -> System Module -> Modules.</p>
- <p>Detailed instructions on installing modules are available in the <a href="http://goo.gl/adT2i" title="XOOPS Operations Manual">XOOPS Operations Manual</a> </p>
+ <p>Detailed instructions on installing modules are available in the <a href="http://goo.gl/adT2i" title="XOOPS Operations Manual">XOOPS Operations Manual</a> <br /><br /></p>
<h4 class="odd">Operating instructions</h4>
<p class="even">To set up this module you need to:</p>
<ul>
@@ -13,9 +13,38 @@
<li>Edit existing Categories or add new ones.</li>
<li>Edit existing Fields or add new ones. Here you can specify which fields will be visible in which category, and if they will be visible during user registration.</li>
<li>Define the order of Registration steps.</li>
- <li>And finally, you can set permissions for individual fields - which ones are editable, which ones are searchable.</li>
+ <li>And finally, you can set permissions for individual fields - which ones are editable, which ones are searchable.<br /><br /></li>
</ul>
+ <h4 class="odd">Anti-Spam measures</h4>
+ <p class="even">To minimize spam registrations, do the following:</p>
+
+ <ul>
+ <li> go to the Protector module in Admin, go to Preferences, and then at the bottom, at this option:
+
+ "Stop Forum Spam"
+ Checks POST data against spammers registered on www.stopforumspam.com database. <br />
+ Set it to "Ban the IP (no limit)"</li><br />
+
+ <li> in /class/captcha/config.php, make sure that the mode is set as "text":<br /><br />
+
+ <span style="font-style: italic;"> return $config = array(<br />
+ 'disabled' => false, // Disable CAPTCHA<br />
+ 'mode' => 'text', // default mode, you can choose 'text', 'image', 'recaptcha'(requires api key)<br />
+ 'name' => 'xoopscaptcha', // captcha name<br />
+ 'skipmember' => true, // Skip CAPTCHA check for members<br />
+ 'maxattempts' => 10, // Maximum attempts for each session<br />
+ );</span></li><br />
+
+ <li> In the Profile module, go to Admin and in the Basic step located at:<br />
+
+ /modules/profile/admin/step.php?id=1<br />
+
+ set the "Save after stop" to "No"</li><br /><br />
+
+ <li> In Profile Preferences, set the "Use Captcha after the second Registration step" Option to "Yes" (it is the default)</li><br />
+ <ul>
+
<h4 class="odd">Tutorial</h4>
- <p class="even">Tutorial coming soon.</p>
+ <p class="even">Tutorial coming soon.<br /></p>
<!-- -----Help Content ---------- -->
-</div>
\ No newline at end of file
+</div>
|