| 1 |
<p>{DB version}: {DATABASE_VERSION}, PHP: {PHP_VERSION}, WordPress: {WP_VERSION}, MySQL: {MYSQL_VERSION}, |
| 2 |
WP Memory Limit: {WP_MEMORY_LIMIT}, mbstring Extension: {MBSTRING}</p> |
| 3 |
|
| 4 |
<!-- .............................. --> |
| 5 |
|
| 6 |
<p><label for="auto_score">{Minimum match score}:</label> <input type="text" name="auto_score" id="auto_score" value="{OPTION_MIN_AUTO_SCORE}" style="width: 50px;"><BR/> |
| 7 |
{Only create an automatic redirect if the suggested page has a score above the specified number (default 90)} |
| 8 |
</p> |
| 9 |
|
| 10 |
<p> |
| 11 |
<label for="auto_score_title">{Title engine score override}:</label> <input type="text" name="auto_score_title" id="auto_score_title" value="{OPTION_AUTO_SCORE_TITLE}" placeholder="{OPTION_MIN_AUTO_SCORE}" style="width: 50px;"><BR/> |
| 12 |
{Override for the title keyword engine (blank inherits the global score above)} |
| 13 |
</p> |
| 14 |
<p> |
| 15 |
<label for="auto_score_category_tag">{Category/tag engine score override}:</label> <input type="text" name="auto_score_category_tag" id="auto_score_category_tag" value="{OPTION_AUTO_SCORE_CATEGORY_TAG}" placeholder="{OPTION_MIN_AUTO_SCORE}" style="width: 50px;"><BR/> |
| 16 |
{Override for the category/tag keyword engine (blank inherits the global score above)} |
| 17 |
</p> |
| 18 |
<p> |
| 19 |
<label for="auto_score_content">{Content engine score override}:</label> <input type="text" name="auto_score_content" id="auto_score_content" value="{OPTION_AUTO_SCORE_CONTENT}" placeholder="{OPTION_MIN_AUTO_SCORE}" style="width: 50px;"><BR/> |
| 20 |
{Override for the content keyword engine (blank inherits the global score above)} |
| 21 |
</p> |
| 22 |
<!-- .............................. --> |
| 23 |
|
| 24 |
<p><label for="template_redirect_priority">{Template Redirect Priority}:</label> <input type="text" name="template_redirect_priority" id="template_redirect_priority" value="{OPTION_TEMPLATE_REDIRECT_PRIORITY}" style="width: 50px;"><BR/> |
| 25 |
{This sets how early in the process a 404 is handled by this plugin. If there are multiple plugins that should handle a 404, then set this higher (999) so that this plugin gets the 404 last. (default 9)} |
| 26 |
</p> |
| 27 |
<!-- .............................. --> |
| 28 |
|
| 29 |
<style> |
| 30 |
.closeLI { |
| 31 |
margin-bottom: initial; |
| 32 |
} |
| 33 |
</style> |
| 34 |
<table border=1> |
| 35 |
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --> |
| 36 |
<tr><td valign="top"> |
| 37 |
<label for="plugin_admin_users">{Plugin Admin Users} |
| 38 |
<BR/><BR/> |
| 39 |
|
| 40 |
{User names listed here will be able to do everything an admin can do with the plugin.} |
| 41 |
{Including breaking the site by creating bad redirects, entering a bad regular expression, deleting existing redirects, and giving other users admin access to the plugin.} |
| 42 |
|
| 43 |
<BR/><BR/> |
| 44 |
{List one user name per line.} |
| 45 |
</label> |
| 46 |
|
| 47 |
</td><td> |
| 48 |
<textarea rows="6" cols="60" name="plugin_admin_users" id="plugin_admin_users" >{plugin_admin_users}</textarea> |
| 49 |
|
| 50 |
</td></tr> |
| 51 |
|
| 52 |
</table> |
| 53 |
|
| 54 |
<!-- .............................. --> |
| 55 |
<p> |
| 56 |
<label for="days_wait_before_major_update">{Major version auto update delay}: </label> |
| 57 |
<input type="text" name="days_wait_before_major_update" id="days_wait_before_major_update" value="{days_wait_before_major_update}" style="width: 50px;"> |
| 58 |
{days (0 means immediately, default 30)} |
| 59 |
<BR/> |
| 60 |
{New major version => wait this many days. New minor version => automatically update about 3 days after the release date.} |
| 61 |
</p> |
| 62 |
|
| 63 |
<!-- .............................. --> |
| 64 |
<p class="hide-when-{disallow-redirect-all-requests}"> |
| 65 |
<label for="redirect_all_requests">{Redirect all requests}:</label> |
| 66 |
<input type="checkbox" name="redirect_all_requests" id="redirect_all_requests" value="1" checked="redirect_all_requests" /> |
| 67 |
<br/> |
| 68 |
{This will break your website.} |
| 69 |
{When selected, ALL REQUESTS (even for pages that exist, even for non-404s) will be treated like a 404.} |
| 70 |
{This is for a domain name change.} |
| 71 |
{All other redirects must be deleted and only one regex redirect for all URLs must be created for this to work.} |
| 72 |
</p> |
| 73 |
|