mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Missed options for global email disable and min/max chars for search indexing ...
git-svn-id: file:///svn/phpbb/trunk@2786 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
03f9b1f98b
commit
06e1e97778
2 changed files with 21 additions and 21 deletions
|
@ -404,6 +404,14 @@ switch ( $mode )
|
||||||
<td class="row1"><?php echo $lang['Search_Interval']; ?> <br /><span class="gensmall"><?php echo $lang['Search_Interval_explain']; ?></span></td>
|
<td class="row1"><?php echo $lang['Search_Interval']; ?> <br /><span class="gensmall"><?php echo $lang['Search_Interval_explain']; ?></span></td>
|
||||||
<td class="row2"><input type="text" size="3" maxlength="4" name="search_interval" value="<?php echo $new['search_interval']; ?>" /></td>
|
<td class="row2"><input type="text" size="3" maxlength="4" name="search_interval" value="<?php echo $new['search_interval']; ?>" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="row1"><?php echo $lang['Min_search_chars']; ?><br /><span class="gensmall"><?php echo $lang['Min_search_chars_explain']; ?></span</td>
|
||||||
|
<td class="row2"><input type="text" size="3" maxlength="3" name="min_search_chars" value="<?php echo $new['min_search_chars']; ?>" /></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="row1"><?php echo $lang['Max_search_chars']; ?><br /><span class="gensmall"><?php echo $lang['Max_search_chars_explain']; ?></span</td>
|
||||||
|
<td class="row2"><input type="text" size="3" maxlength="3" name="max_search_chars" value="<?php echo $new['max_search_chars']; ?>" /></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1"><?php echo $lang['Smilies_path']; ?> <br /><span class="gensmall"><?php echo $lang['Smilies_path_explain']; ?></span></td>
|
<td class="row1"><?php echo $lang['Smilies_path']; ?> <br /><span class="gensmall"><?php echo $lang['Smilies_path_explain']; ?></span></td>
|
||||||
<td class="row2"><input type="text" size="20" maxlength="255" name="smilies_path" value="<?php echo $new['smilies_path']; ?>" /></td>
|
<td class="row2"><input type="text" size="20" maxlength="255" name="smilies_path" value="<?php echo $new['smilies_path']; ?>" /></td>
|
||||||
|
@ -434,6 +442,9 @@ switch ( $mode )
|
||||||
|
|
||||||
case 'email':
|
case 'email':
|
||||||
|
|
||||||
|
$email_yes = ( $new['email_enable'] ) ? 'checked="checked"' : '';
|
||||||
|
$email_no = ( !$new['email_enable'] ) ? 'checked="checked"' : '';
|
||||||
|
|
||||||
$board_email_form_yes = ( $new['board_email_form'] ) ? 'checked="checked"' : '';
|
$board_email_form_yes = ( $new['board_email_form'] ) ? 'checked="checked"' : '';
|
||||||
$board_email_form_no = ( !$new['board_email_form'] ) ? 'checked="checked"' : '';
|
$board_email_form_no = ( !$new['board_email_form'] ) ? 'checked="checked"' : '';
|
||||||
|
|
||||||
|
@ -441,6 +452,10 @@ switch ( $mode )
|
||||||
$smtp_no = ( !$new['smtp_delivery'] ) ? 'checked="checked"' : '';
|
$smtp_no = ( !$new['smtp_delivery'] ) ? 'checked="checked"' : '';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
<tr>
|
||||||
|
<td class="row1"><?php echo $lang['Enable_email']; ?><br /><span class="gensmall"><?php echo $lang['Enable_email_explain']; ?></span></td>
|
||||||
|
<td class="row2"><input type="radio" name="email_enable" value="1" <?php echo $email_yes; ?> /> <?php echo $lang['Enabled']; ?> <input type="radio" name="email_enable" value="0" <?php echo $email_no; ?> /> <?php echo $lang['Disabled']; ?></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1"><?php echo $lang['Board_email_form']; ?><br /><span class="gensmall"><?php echo $lang['Board_email_form_explain']; ?></span></td>
|
<td class="row1"><?php echo $lang['Board_email_form']; ?><br /><span class="gensmall"><?php echo $lang['Board_email_form_explain']; ?></span></td>
|
||||||
<td class="row2"><input type="radio" name="board_email_form" value="1" <?php echo $board_email_form_yes; ?> /> <?php echo $lang['Enabled']; ?> <input type="radio" name="board_email_form" value="0" <?php echo $board_email_form_no; ?> /> <?php echo $lang['Disabled']; ?></td>
|
<td class="row2"><input type="radio" name="board_email_form" value="1" <?php echo $board_email_form_yes; ?> /> <?php echo $lang['Enabled']; ?> <input type="radio" name="board_email_form" value="0" <?php echo $board_email_form_no; ?> /> <?php echo $lang['Disabled']; ?></td>
|
||||||
|
|
|
@ -250,20 +250,6 @@ $lang['Conflict_mod_userauth'] = 'This user still has moderator rights to this f
|
||||||
$lang['Conflict_access_groupauth'] = 'The following user (or users) still have access rights to this forum via their user permission settings. You may want to alter the user permissions to fully prevent them having access rights. The users granted rights (and the forums involved) are noted below.';
|
$lang['Conflict_access_groupauth'] = 'The following user (or users) still have access rights to this forum via their user permission settings. You may want to alter the user permissions to fully prevent them having access rights. The users granted rights (and the forums involved) are noted below.';
|
||||||
$lang['Conflict_mod_groupauth'] = 'The following user (or users) still have moderator rights to this forum via their user permissions settings. You may want to alter the user permissions to fully prevent them having moderator rights. The users granted rights (and the forums involved) are noted below.';
|
$lang['Conflict_mod_groupauth'] = 'The following user (or users) still have moderator rights to this forum via their user permissions settings. You may want to alter the user permissions to fully prevent them having moderator rights. The users granted rights (and the forums involved) are noted below.';
|
||||||
|
|
||||||
$lang['Public'] = 'Public';
|
|
||||||
$lang['Private'] = 'Private';
|
|
||||||
$lang['Registered'] = 'Registered';
|
|
||||||
$lang['Administrators'] = 'Administrators';
|
|
||||||
$lang['Hidden'] = 'Hidden';
|
|
||||||
|
|
||||||
// These are displayed in the drop down boxes for advanced
|
|
||||||
// mode forum auth, try and keep them short!
|
|
||||||
$lang['Forum_ALL'] = 'ALL';
|
|
||||||
$lang['Forum_REG'] = 'REG';
|
|
||||||
$lang['Forum_PRIVATE'] = 'PRIVATE';
|
|
||||||
$lang['Forum_MOD'] = 'MOD';
|
|
||||||
$lang['Forum_ADMIN'] = 'ADMIN';
|
|
||||||
|
|
||||||
$lang['View'] = 'View';
|
$lang['View'] = 'View';
|
||||||
$lang['Read'] = 'Read';
|
$lang['Read'] = 'Read';
|
||||||
$lang['Post'] = 'Post';
|
$lang['Post'] = 'Post';
|
||||||
|
@ -284,14 +270,7 @@ $lang['Auth_Admin'] = 'Administrator';
|
||||||
$lang['Group_memberships'] = 'Usergroup memberships';
|
$lang['Group_memberships'] = 'Usergroup memberships';
|
||||||
$lang['Usergroup_members'] = 'This group has the following members';
|
$lang['Usergroup_members'] = 'This group has the following members';
|
||||||
|
|
||||||
$lang['Forum_auth_updated'] = 'Forum permissions updated';
|
|
||||||
$lang['User_auth_updated'] = 'User permissions updated';
|
|
||||||
$lang['Group_auth_updated'] = 'Group permissions updated';
|
|
||||||
|
|
||||||
$lang['Auth_updated'] = 'Permissions have been updated';
|
$lang['Auth_updated'] = 'Permissions have been updated';
|
||||||
$lang['Click_return_userauth'] = 'Click %sHere%s to return to User Permissions';
|
|
||||||
$lang['Click_return_groupauth'] = 'Click %sHere%s to return to Group Permissions';
|
|
||||||
$lang['Click_return_forumauth'] = 'Click %sHere%s to return to Forum Permissions';
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -377,6 +356,8 @@ $lang['Server_port_explain'] = 'The port your server is running on, usually 80,
|
||||||
// Email
|
// Email
|
||||||
//
|
//
|
||||||
$lang['Email_settings_explain'] = 'This information is used when the board sends emails to your users. Please ensure the email address you specify is valid, any bounced or undeliverable messages will likely be sent to that address. If your host does not provide a native (PHP based) email service you can instead send messages directly using SMTP. This requires the address of an appropriate server (ask your provider if necessary), do not specify any old name here! If the server requires authentication (and only if it does) enter the necessary username and password. Please note only basic authentication is offered, different authentication implementations are not currently supported.';
|
$lang['Email_settings_explain'] = 'This information is used when the board sends emails to your users. Please ensure the email address you specify is valid, any bounced or undeliverable messages will likely be sent to that address. If your host does not provide a native (PHP based) email service you can instead send messages directly using SMTP. This requires the address of an appropriate server (ask your provider if necessary), do not specify any old name here! If the server requires authentication (and only if it does) enter the necessary username and password. Please note only basic authentication is offered, different authentication implementations are not currently supported.';
|
||||||
|
$lang['Enable_email'] = 'Enable board-wide emails';
|
||||||
|
$lang['Enable_email_explain'] = 'If this is set to disabled no emails will be sent by the board at all.';
|
||||||
$lang['Board_email_form'] = 'Users send email via board';
|
$lang['Board_email_form'] = 'Users send email via board';
|
||||||
$lang['Board_email_form_explain'] = 'This function keeps email addresses completely private.';
|
$lang['Board_email_form_explain'] = 'This function keeps email addresses completely private.';
|
||||||
$lang['Admin_email'] = 'Admin Email Address';
|
$lang['Admin_email'] = 'Admin Email Address';
|
||||||
|
@ -426,6 +407,10 @@ $lang['Flood_Interval'] = 'Flood Interval';
|
||||||
$lang['Flood_Interval_explain'] = 'Number of seconds a user must wait between posting new messages. To enable users to ignore this alter their permissions.';
|
$lang['Flood_Interval_explain'] = 'Number of seconds a user must wait between posting new messages. To enable users to ignore this alter their permissions.';
|
||||||
$lang['Search_Interval'] = 'Search Flood Interval';
|
$lang['Search_Interval'] = 'Search Flood Interval';
|
||||||
$lang['Search_Interval_explain'] = 'Number of seconds users must wait between searches.';
|
$lang['Search_Interval_explain'] = 'Number of seconds users must wait between searches.';
|
||||||
|
$lang['Min_search_chars'] = 'Min characters indexed by search';
|
||||||
|
$lang['Min_search_chars_explain'] = 'Words with at least this many characters will be indexed for searching.';
|
||||||
|
$lang['Max_search_chars'] = 'Max characters indexed by search';
|
||||||
|
$lang['Max_search_chars_explain'] = 'Words with no more than this many characters will be indexed for searching.';
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue