|
@@ -296,7 +296,7 @@ $helptxt['attachment_manager_settings'] = 'Attachments are files that members ca
|
|
|
<strong>Check attachment extension</strong>:<br /> Do you want to check the extension of the files?<br />
|
|
|
<strong>Allowed attachment extensions</strong>:<br /> You can set the allowed extensions of attached files.<br />
|
|
|
<strong>Attachments directory</strong>:<br /> The path to your attachment folder<br />(example: /home/sites/yoursite/www/forum/attachments)<br />
|
|
|
- <strong>Max attachment folder space</strong> (in KB):<br /> Select how large the attachment folder can be, including all files within it.<br />
|
|
|
+ <strong>Max attachment directory space</strong> (in KB):<br /> Select how large the attachment folder can be, including all files within it.<br />
|
|
|
<strong>Max attachment size per post</strong> (in KB):<br /> Select the maximum filesize of all attachments made per post. If this is lower than the per-attachment limit, this will be the limit.<br />
|
|
|
<strong>Max size per attachment</strong> (in KB):<br /> Select the maximum filesize of each separate attachment.<br />
|
|
|
<strong>Max number of attachments per post</strong>:<br /> Select the number of attachments a person can make, per post.<br />
|
|
@@ -330,7 +330,7 @@ $helptxt['localCookies'] = 'SMF uses cookies to store login information on the c
|
|
|
Cookies can be stored globally (myserver.com) or locally (myserver.com/path/to/forum).<br />
|
|
|
Check this option if you\'re experiencing problems with users getting logged out automatically.<hr />
|
|
|
Globally stored cookies are less secure when used on a shared webserver (like Tripod).<hr />
|
|
|
- Local cookies don\'t work outside the forum folder so, if your forum is stored at www.myserver.com/forum, pages like www.myserver.com/index.php cannot access the account information.
|
|
|
+ Local cookies don\'t work outside the forum directory so, if your forum is stored at www.myserver.com/forum, pages like www.myserver.com/index.php cannot access the account information.
|
|
|
Especially when using SSI.php, global cookies are recommended.';
|
|
|
$helptxt['enableBBC'] = 'Selecting this option will allow your members to use Bulletin Board Code (BBC) throughout the forum, allowing users to format their posts with images, type formatting and more.';
|
|
|
$helptxt['time_offset'] = 'Not all forum administrators want their forum to use the same time zone as the server upon which it is hosted. Use this option to specify a time difference (in hours) from which the forum should operate from the server time. Negative and decimal values are permitted.';
|
|
@@ -511,7 +511,7 @@ $helptxt['maintenance_backup'] = 'This area allows you to save a copy of all the
|
|
|
$helptxt['maintenance_rot'] = 'This allows you to <strong>completely</strong> and <strong>irrevocably</strong> remove old topics. It is recommended that you try to make a backup first, just in case you remove something you didn\'t mean to.<br /><br />Use this option with care.';
|
|
|
$helptxt['maintenance_members'] = 'This allows you to <strong>completely</strong> and <strong>irrevocably</strong> remove member accounts from your forum. It is <strong>highly</strong> recommended that you try to make a backup first, just in case you remove something you didn\'t mean to.<br /><br />Use this option with care.';
|
|
|
|
|
|
-$helptxt['avatar_server_stored'] = 'This allows your members to pick from avatars stored on your server itself. They are, generally, in the same place as SMF under the avatars folder.<br />As a tip, if you create directories in that folder, you can make "categories" of avatars.';
|
|
|
+$helptxt['avatar_server_stored'] = 'This allows your members to pick from avatars stored on your server itself. They are, generally, in the same place as SMF under the avatars directory.<br />As a tip, if you create directories in that folder, you can make "categories" of avatars.';
|
|
|
$helptxt['avatar_external'] = 'With this enabled, your members can type in a URL to their own avatar. The downside of this is that, in some cases, they may use avatars that are overly large or portray images you don\'t want on your forum.';
|
|
|
$helptxt['avatar_download_external'] = 'With this option enabled, the URL given by the user is accessed to download the avatar at that location. On success, the avatar will be treated as uploadable avatar.';
|
|
|
$helptxt['avatar_upload'] = 'This option is much like "Allow members to select an external avatar", except that you have better control over the avatars, a better time resizing them, and your members do not have to have somewhere to put avatars.<br /><br />However, the downside is that it can take a lot of space on your server.';
|
|
@@ -589,8 +589,8 @@ $helptxt['field_show_enclosed'] = 'Encloses the user input between some text or
|
|
|
<ul class="normallist">
|
|
|
<li>{INPUT} - The input specified by the user.</li>
|
|
|
<li>{SCRIPTURL} - Web address of forum.</li>
|
|
|
- <li>{IMAGES_URL} - Url to images folder in the users current theme.</li>
|
|
|
- <li>{DEFAULT_IMAGES_URL} - Url to the images folder in the default theme.</li>
|
|
|
+ <li>{IMAGES_URL} - Url to images directory in the users current theme.</li>
|
|
|
+ <li>{DEFAULT_IMAGES_URL} - Url to the images directory in the default theme.</li>
|
|
|
</ul>';
|
|
|
|
|
|
$helptxt['custom_mask'] = 'The input mask is important for your forum\'s security. Validating the input from a user can help ensure that data is not used in a way you do not expect. We have provided some simple regular expressions as hints.<br /><br />
|