Help.english.php 66 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628
  1. <?php
  2. // Version: 2.1 Alpha 1; Help
  3. global $helptxt;
  4. $txt['close_window'] = 'Close window';
  5. $helptxt['manage_boards'] = '
  6. <strong>Edit Boards</strong><br />
  7. In this menu you can create/reorder/remove boards, and the categories
  8. above them. For example, if you had a wide-ranging
  9. site that offered information on &quot;Sports&quot; and &quot;Cars&quot; and &quot;Music&quot;, these
  10. would be the top-level Categories you\'d create. Under each of these
  11. categories you\'d likely want to create hierarchical &quot;sub-categories&quot;,
  12. or &quot;Boards&quot; for topics within each. It\'s a simple hierarchy, with this structure: <br />
  13. <ul class="normallist">
  14. <li>
  15. <strong>Sports</strong>
  16. &nbsp;- A &quot;category&quot;
  17. <ul class="normallist">
  18. <li>
  19. <strong>Baseball</strong>
  20. &nbsp;- A board under the category of &quot;Sports&quot;
  21. <ul class="normallist">
  22. <li>
  23. <strong>Stats</strong>
  24. &nbsp;- A child board under the board of &quot;Baseball&quot;
  25. </li>
  26. </ul>
  27. </li>
  28. <li><strong>Football</strong>
  29. &nbsp;- A board under the category of &quot;Sports&quot;</li>
  30. </ul>
  31. </li>
  32. </ul>
  33. Categories allow you to break down the board into broad topics (&quot;Cars,
  34. Sports&quot;), and the &quot;Boards&quot; under them are the actual topics under which
  35. members can post. A user interested in Pintos
  36. would post a message under &quot;Cars->Pinto&quot;. Categories allow people to
  37. quickly find what their interests are: Instead of a &quot;Store&quot; you have
  38. &quot;Hardware&quot; and &quot;Clothing&quot; stores you can go to. This simplifies your
  39. search for &quot;pipe joint compound&quot; because you can go to the Hardware
  40. Store &quot;category&quot; instead of the Clothing Store (where you\'re unlikely
  41. to find pipe joint compound).<br />
  42. As noted above, a Board is a key topic underneath a broad category.
  43. If you want to discuss &quot;Pintos&quot; you\'d go to the &quot;Auto&quot; category and
  44. jump into the &quot;Pinto&quot; board to post your thoughts in that board.<br />
  45. Administrative functions for this menu item are to create new boards
  46. under each category, to reorder them (put &quot;Pinto&quot; behind &quot;Chevy&quot;), or
  47. to delete the board entirely.';
  48. $helptxt['edit_news'] = '
  49. <ul class="normallist">
  50. <li>
  51. <strong>News</strong><br />
  52. This section allows you to set the text for news items displayed on the Board Index page.
  53. Add any item you want (e.g., &quot;Don\'t miss the conference this Tuesday&quot;). Each news item is displayed randomly and should be placed in a separate box.
  54. </li>
  55. <li>
  56. <strong>Newsletters</strong><br />
  57. This section allows you to send out newsletters to the members of the forum via personal message or email. First select the groups that you want to receive the newsletter, and those you don\'t want to receive the newsletter. If you wish, you can add additional members and email addresses that will receive the newsletter. Finally, input the message you want to send and select whether you want it to be sent to members as a personal message or as an email.
  58. </li>
  59. <li>
  60. <strong>Settings</strong><br />
  61. This section contains a few settings that relate to news and newsletters, including selecting what groups can edit forum news or send newsletters. There is also an setting to configure whether you want news feeds enabled on the forum, as well as a setting to configure the length (how many characters are displayed) for each news post from a news feed.
  62. </li>
  63. </ul>';
  64. $helptxt['view_members'] = '
  65. <ul class="normallist">
  66. <li>
  67. <strong>View all Members</strong><br />
  68. View all members in the board. You are presented with a hyperlinked list of member names. You may click
  69. on any of the names to find details of the members (homepage, age, etc.), and as Administrator
  70. you are able to modify these parameters. You have complete control over members, including the
  71. ability to delete them from the forum.<br /><br />
  72. </li>
  73. <li>
  74. <strong>Awaiting Approval</strong><br />
  75. This section is only shown if you have enabled admin approval of all new registrations. Anyone who registers to join your
  76. forum will only become a full member once they have been approved by an admin. The section lists all those members who
  77. are still awaiting approval, along with their email and IP address. You can choose to either accept or reject (delete)
  78. any member on the list by checking the box next to the member and choosing the action from the drop-down box at the bottom
  79. of the screen. When rejecting a member you can choose to delete the member either with or without notifying them of your decision.<br /><br />
  80. </li>
  81. <li>
  82. <strong>Awaiting Activation</strong><br />
  83. This section will only be visible if you have activation of member accounts enabled on the forum. This section will list all
  84. members who have still not activated their new accounts. From this screen you can choose to either accept, reject or remind
  85. members with outstanding registrations. As above you can also choose to email the member to inform them of the
  86. action you have taken.<br /><br />
  87. </li>
  88. </ul>';
  89. $helptxt['ban_members'] = '<strong>Ban Members</strong><br />
  90. SMF provides the ability to &quot;ban&quot; users, to prevent people who have violated the trust of the board
  91. by spamming, trolling, etc. This allows you to those users who are detrimental to your forum. As an admin,
  92. when you view messages, you can see each user\'s IP address used to post at that time. In the ban list,
  93. you simply type that IP address in, save, and they can no longer post from that location.<br />You can also
  94. ban people through their email address.';
  95. $helptxt['featuresettings'] = '<strong>Features and Options</strong><br />
  96. There are several features in this section that can be changed to your preference.';
  97. $helptxt['securitysettings'] = '<strong>Security and Moderation</strong><br />
  98. This section contains settings relating to the security and moderation of your forum.';
  99. $helptxt['modsettings'] = '<strong>Modification Settings</strong><br />
  100. This section should contain any settings added by modifications installed on your forum.';
  101. $helptxt['time_format'] = '<strong>Time Format</strong><br />
  102. You have the power to adjust how the time and date look for yourself. There are a lot of little letters, but it\'s quite simple.
  103. The conventions follow PHP\'s strftime function and are described as below (more details can be found at <a href="http://www.php.net/manual/function.strftime.php" target="_blank" class="new_win">php.net</a>).<br />
  104. <br />
  105. The following characters are recognized in the format string: <br />
  106. <span class="smalltext">
  107. &nbsp;&nbsp;%a - abbreviated weekday name<br />
  108. &nbsp;&nbsp;%A - full weekday name<br />
  109. &nbsp;&nbsp;%b - abbreviated month name<br />
  110. &nbsp;&nbsp;%B - full month name<br />
  111. &nbsp;&nbsp;%d - day of the month (01 to 31) <br />
  112. &nbsp;&nbsp;%D<strong>*</strong> - same as %m/%d/%y <br />
  113. &nbsp;&nbsp;%e<strong>*</strong> - day of the month (1 to 31) <br />
  114. &nbsp;&nbsp;%H - hour using a 24-hour clock (range 00 to 23) <br />
  115. &nbsp;&nbsp;%I - hour using a 12-hour clock (range 01 to 12) <br />
  116. &nbsp;&nbsp;%m - month as a number (01 to 12) <br />
  117. &nbsp;&nbsp;%M - minute as a number <br />
  118. &nbsp;&nbsp;%p - either &quot;am&quot; or &quot;pm&quot; according to the given time<br />
  119. &nbsp;&nbsp;%R<strong>*</strong> - time in 24 hour notation <br />
  120. &nbsp;&nbsp;%S - second as a decimal number <br />
  121. &nbsp;&nbsp;%T<strong>*</strong> - current time, equal to %H:%M:%S <br />
  122. &nbsp;&nbsp;%y - 2 digit year (00 to 99) <br />
  123. &nbsp;&nbsp;%Y - 4 digit year<br />
  124. &nbsp;&nbsp;%% - a literal \'%\' character <br />
  125. <br />
  126. <em>* Does not work on Windows-based servers.</em></span>';
  127. $helptxt['live_news'] = '<strong>Live announcements</strong><br />
  128. This box shows recently updated announcements from <a href="http://www.simplemachines.org/" target="_blank" class="new_win">www.simplemachines.org</a>.
  129. You should check here every now and then for updates, new releases, and important information from Simple Machines.';
  130. $helptxt['registrations'] = '<strong>Registration Management</strong><br />
  131. This section contains all the functions that could be necessary to manage new registrations on the forum. It contains up to four
  132. sections which are visible depending on your forum settings. These are:<br /><br />
  133. <ul class="normallist">
  134. <li>
  135. <strong>Register new member</strong><br />
  136. From this screen you can choose to register accounts for new members on their behalf. This can be useful in forums where registration is closed
  137. to new members, or in cases where the admin wishes to create a test account. If the option to require activation of the account
  138. is selected the member will be emailed a activation link which must be clicked before they can use the account. Similarly you can
  139. select to email the users new password to the stated email address.<br /><br />
  140. </li>
  141. <li>
  142. <strong>Edit Registration Agreement</strong><br />
  143. This allows you to set the text for the registration agreement displayed when members sign up for your forum.
  144. You can add or remove anything from the default registration agreement, which is included in SMF.<br /><br />
  145. </li>
  146. <li>
  147. <strong>Set Reserved Names</strong><br />
  148. Using this interface you can specify words or names which may not be used by your users.<br /><br />
  149. </li>
  150. <li>
  151. <strong>Settings</strong><br />
  152. This section will only be visible if you have permission to administrate the forum. From this screen you can decide on the registration method
  153. is use on your forum, as well as other registration related settings.
  154. </li>
  155. </ul>';
  156. $helptxt['modlog'] = '<strong>Moderation Log</strong><br />
  157. This section allows members of the moderation team to track all the moderation actions that the forum moderators have performed. To ensure that
  158. moderators cannot remove references to the actions they have performed, entries may not be deleted until 24 hours after the action was taken.';
  159. $helptxt['adminlog'] = '<strong>Administration Log</strong><br />
  160. This section allows members of the admin team to track some of the administrative actions that have occurred on the forum. To ensure that
  161. admins cannot remove references to the actions they have performed, entries may not be deleted until 24 hours after the action was taken.';
  162. $helptxt['warning_enable'] = '<strong>User Warning System</strong><br />
  163. This feature enables members of the admin and moderation team to issue warnings to members - and to use a members warning level to determine the
  164. actions available to them on the forum. Upon enabling this feature a permission will be available within the permissions section to define
  165. which groups may assign warnings to members. Warning levels can be adjusted from a members profile. The following additional options are available:
  166. <ul class="normallist">
  167. <li>
  168. <strong>Warning Level for Member Watch</strong><br />
  169. This setting defines the percentage warning level a member must reach to automatically assign a &quot;watch&quot; to the member.
  170. Any member who is being &quot;watched&quot; will appear in the relevant area of the moderation center.
  171. </li>
  172. <li>
  173. <strong>Warning Level for Post Moderation</strong><br />
  174. Any member passing the value of this setting will find all their posts require moderator approval before they appear to the forum
  175. community. This will override any local board permissions which may exist related to post moderation.
  176. </li>
  177. <li>
  178. <strong>Warning Level for Member Muting</strong><br />
  179. If this warning level is passed by a member they will find themselves under a post ban. The member will lose all posting rights.
  180. </li>
  181. <li>
  182. <strong>Maximum Member Warning Point per Day</strong><br />
  183. This setting limits the amount of points a moderator may add/remove to any particular member in a twenty four hour period. This will
  184. can be used to limit what a moderator can do in a small period of time. This setting can be disabled by setting to a value of zero. Note that
  185. any member with administrator permissions are not affected by this value.
  186. </li>
  187. </ul>';
  188. $helptxt['error_log'] = '<strong>Error Log</strong><br />
  189. The error log tracks logs every serious error encountered by users using your forum. It lists all of these errors by date which can be sorted
  190. by clicking the black arrow next to each date. Additionally you can filter the errors by clicking the picture next to each error statistic. This
  191. allows you to filter, for example, by member. When a filter is active the only results that will be displayed will be those that match that filter.';
  192. $helptxt['theme_settings'] = '<strong>Theme Settings</strong><br />
  193. The settings screen allows you to change settings specific to a theme. These settings include options such as the themes directory and URL information but
  194. also options that affect the layout of a theme on your forum. Most themes will have a variety of user configurable options, allowing you to adapt a theme
  195. to suit your individual forum needs.';
  196. $helptxt['smileys'] = '<strong>Smiley Center</strong><br />
  197. Here you can add and remove smileys, and smiley sets. Note importantly that if a smiley is in one set, it\'s in all sets - otherwise, it might
  198. get confusing for your users using different sets.<br /><br />
  199. You are also able to edit message icons from here, if you have them enabled on the settings page.';
  200. $helptxt['calendar'] = '<strong>Manage Calendar</strong><br />
  201. Here you can modify the current calendar settings as well as add and remove holidays that appear on the calendar.';
  202. $helptxt['cal_export'] = 'Exports a text file in the iCal format for importing in to other calendar applications';
  203. $helptxt['cal_highlight_events'] = 'This setting allows you to highlight events on the Mini Calendars, Main Calendar, both places, or disable event highlighting.';
  204. $helptxt['cal_highlight_holidays'] = 'This setting allows you to highlight holidays on the Mini Calendars, Main Calendar, both places, or disable event highlighting.';
  205. $helptxt['cal_highlight_birthdays'] = 'This setting allows you to highlight birthdays on the Mini Calendars, Main Calendar, both places, or disable event highlighting.';
  206. $helptxt['cal_disable_prev_next'] = 'If this setting is checked, the three month blocks on the left hand side of the page will be disabled.';
  207. $helptxt['cal_display_type'] = 'This setting allows you to change the display type of the calendar.<br /><br /><strong>Comfortable:</strong> makes the rows of the calendar big.<br /><strong>Compact:</strong> makes the rows of the calendar small.';
  208. $helptxt['cal_week_links'] = 'If this setting is checked, links will be added alongside each week in the calendar.';
  209. $helptxt['cal_prev_next_links'] = 'If this setting is checked, previous month and next month links will be added to the top of each month for easy navigation.';
  210. $helptxt['cal_short_months'] = 'If this setting is checked, month names within the calendar will be shortened.<br /><br /><strong>Enabled:</strong> ' . $txt['months_short'][1] . ' 1<br /><strong>Disabled:</strong> ' . $txt['months_titles'][1] . ' 1';
  211. $helptxt['cal_short_days'] = 'If this setting is checked, day names within the calendar will be shortened.<br /><br /><strong>Enabled:</strong> ' . $txt['days_short'][1] . '<br /><strong>Disbaled:</strong> ' . $txt['days'][1];
  212. $helptxt['cal_week_numbers'] = 'If this setting is checked, the first day of every week will have the week number next to that day.<br /><br /><strong>Enabled:</strong> March 3 - Week 10</strong><br /><strong>Disabled:</strong> March 3';
  213. $helptxt['serversettings'] = '<strong>Server Settings</strong><br />
  214. Here you can perform the core configuration for your forum. This section includes the database and url settings, as well as other
  215. important configuration items such as mail settings and caching. Think carefully whenever editing these settings as an error may
  216. render the forum inaccessible';
  217. $helptxt['manage_files'] = '
  218. <ul class="normallist">
  219. <li>
  220. <strong>Browse Files</strong><br />
  221. Browse through all the attachments, avatars and thumbnails stored by SMF.<br /><br />
  222. </li><li>
  223. <strong>Attachment Settings</strong><br />
  224. Configure where attachments are stored and set restrictions on the types of attachments.<br /><br />
  225. </li><li>
  226. <strong>Avatar Settings</strong><br />
  227. Configure where avatars are stored and manage resizing of avatars.<br /><br />
  228. </li><li>
  229. <strong>File Maintenance</strong><br />
  230. Check and repair any error in the attachment directory and delete selected attachments.<br /><br />
  231. </li>
  232. </ul>';
  233. $helptxt['topicSummaryPosts'] = 'This allows you to set the number of previous posts shown in the topic summary at the reply screen.';
  234. $helptxt['enableAllMessages'] = 'Set this to the <em>maximum</em> number of posts a topic can have to show the all link. Setting this lower than &quot;Maximum messages to display in a topic page&quot; will simply mean it never gets shown, and setting it too high could slow down your forum.';
  235. $helptxt['enableStickyTopics'] = 'Stickies are topics that remain on top of the topic list. They are mostly used for important
  236. messages. Although you can change this with permissions, by default only moderators and administrators can make topics sticky.';
  237. $helptxt['allow_guestAccess'] = 'Unchecking this box will stop guests from doing anything but very basic actions - login, register, password reminder, etc. - on your forum. This is not the same as disallowing guest access to boards.';
  238. $helptxt['userLanguage'] = 'Turning this option on will allow users to select which language file they use. It will not affect the
  239. default selection.';
  240. $helptxt['trackStats'] = 'Stats:<br />This will allow users to see the latest posts and the most popular topics on your forum.
  241. It will also show several statistics, like the most members online, new members and new topics.<hr />
  242. Page views:<br />Adds another column to the stats page with the number of pageviews on your forum.';
  243. $helptxt['titlesEnable'] = 'Switching Custom Titles on will allow members with the relevant permission to create a special title for themselves.
  244. This will be shown underneath the name.<br /><em>For example:</em><br />Jeff<br />Cool Guy';
  245. $helptxt['topbottomEnable'] = 'This will add go up and go down buttons, so that member can go to the top and bottom of a page
  246. without scrolling.';
  247. $helptxt['onlineEnable'] = 'This will show an image to indicate whether the member is online or offline';
  248. $helptxt['todayMod'] = 'This will show &quot;Today&quot; or &quot;Yesterday&quot; instead of the date.<br /><br />
  249. <strong>Examples:</strong><br /><br />
  250. <dt>
  251. <dt>Disabled</dt>
  252. <dd>October 3, 2009 at 12:59:18 am</dd>
  253. <dt>Only Today</dt>
  254. <dd>Today at 12:59:18 am</dd>
  255. <dt>Today &amp; Yesterday</dt>
  256. <dd>Yesterday at 09:36:55 pm</dd>
  257. </dt>';
  258. $helptxt['disableCustomPerPage'] = 'Check this option to stop users from customizing the amount of messages and topics to display per page on the Message Index and Topic Display page respectively.';
  259. $helptxt['enablePreviousNext'] = 'This will show a link to the next and previous topic.';
  260. $helptxt['pollMode'] = 'This selects whether polls are enabled or not. If polls are disabled, any existing polls will be hidden
  261. from the topic listing. You can choose to continue to show the regular topic without their polls by selecting
  262. &quot;Show Existing Polls as Topics&quot;.<br /><br />To choose who can post polls, view polls, and similar, you
  263. can allow and disallow those permissions. Remember this if polls are not working.';
  264. $helptxt['enableVBStyleLogin'] = 'This will show a more compact login on every page of the forum for guests.';
  265. $helptxt['enableCompressedOutput'] = 'This option will compress output to lower bandwidth consumption, but it requires
  266. zlib to be installed.';
  267. $helptxt['disableTemplateEval'] = 'By default, templates are evaluated instead of just included. This helps with showing more useful debug information in case a template contains an error.<br /><br />
  268. On large forums however, this customised inclusion process may be significantly slower. Therefore, advanced users may wish to disable it.';
  269. $helptxt['databaseSession_enable'] = 'This option makes use of the database for session storage - it is best for load balanced servers, but helps with all timeout issues and can make the forum faster.';
  270. $helptxt['databaseSession_loose'] = 'Turning this on will decrease the bandwidth your forum uses, and make it so clicking back will not reload the page - the downside is that the (new) icons won\'t update, among other things. (unless you click to that page instead of going back to it.)';
  271. $helptxt['databaseSession_lifetime'] = 'This is the number of seconds for sessions to last after they haven\'t been accessed. If a session is not accessed for too long, it is said to have &quot;timed out&quot;. Anything higher than 2400 is recommended.';
  272. $helptxt['cache_enable'] = 'SMF performs caching at a variety of levels. The higher the level of caching enabled the more CPU time will be spent retrieving cached information. If caching is available on your machine it is recommended that you try caching at level 1 first.';
  273. $helptxt['cache_memcached'] = 'If you are using memcached you need to provide the server details. This should be entered as a comma separated list as shown in the example below:<br /><br/> &quot;server1,server2,server3:port,server4&quot;<br /><br />Note that if no port is specified SMF will use port 11211. SMF will attempt to perform rough/random load balancing across the specified servers.';
  274. $helptxt['cache_cachedir'] = 'This setting is only for the smf file based cache system. It specifies the path to the cache directory. It is recommended that you place this in /tmp/ if you are going to use this, although it will work in any directory';
  275. $helptxt['enableErrorLogging'] = 'This will log any errors, like a failed login, so you can see what went wrong.';
  276. $helptxt['enableErrorQueryLogging'] = 'This will include the full query sent to the database in the error log. Requires error logging to be turned on.<br /><br /><strong>Note: This will affect the ability to filter the error log by the error message.</strong>';
  277. $helptxt['allow_disableAnnounce'] = 'This will allow users to opt out of notification of topics you announce by checking the &quot;announce topic&quot; checkbox when posting.';
  278. $helptxt['disallow_sendBody'] = 'This option removes the option to receive the text of replies, posts and personal messages in notification emails.<br /><br />Often, members will reply to the notification email, which in most cases means the webmaster receives the reply.';
  279. $helptxt['jquery_source'] = 'This will determine the source used to load the jQuery Library. Auto will use the CDN first and if not available fall back to the local source. Local will only use the local source, CDN will only load it from Googles CDN network';
  280. $helptxt['compactTopicPagesEnable'] = 'This will just show a selection of the number of pages.<br /><em>Example:</em>
  281. &quot;3&quot; to display: 1 ... 4 [5] 6 ... 9 <br />
  282. &quot;5&quot; to display: 1 ... 3 4 [5] 6 7 ... 9';
  283. $helptxt['timeLoadPageEnable'] = 'This will show the time in seconds SMF took to create that page at the bottom of the board.';
  284. $helptxt['removeNestedQuotes'] = 'This will strip nested quotes from a post when citing the post in question via a quote link.';
  285. $helptxt['simpleSearch'] = 'This will show a simple search form and a link to a more advanced form.';
  286. $helptxt['search_dropdown'] = 'This will show a search selection dropdown next to the quick search box. From this you can choose to search the current site, current board (if in a board_, current topic (if in a topic) or search for members.';
  287. $helptxt['max_image_width'] = 'This allows you to set a maximum size for posted pictures. Pictures smaller than the maximum will not be affected. This also determines how attached images are displayed when a thumbnail is clicked on.';
  288. $helptxt['mail_type'] = 'This setting allows you to choose either PHP\'s default settings, or to override those settings with SMTP. PHP doesn\'t support using authentication with SMTP (which many hosts require, now) so if you want that you should select SMTP. Please note that SMTP can be slower, and some servers will not take usernames and passwords.<br /><br />You don\'t need to fill in the SMTP settings if this is set to PHP\'s default.';
  289. $helptxt['attachment_manager_settings'] = 'Attachments are files that members can upload, and attach to a post.<br /><br />
  290. <strong>Check attachment extension</strong>:<br /> Do you want to check the extension of the files?<br />
  291. <strong>Allowed attachment extensions</strong>:<br /> You can set the allowed extensions of attached files.<br />
  292. <strong>Attachments directory</strong>:<br /> The path to your attachment folder<br />(example: /home/sites/yoursite/www/forum/attachments)<br />
  293. <strong>Max attachment directory space</strong> (in KB):<br /> Select how large the attachment folder can be, including all files within it.<br />
  294. <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 />
  295. <strong>Max size per attachment</strong> (in KB):<br /> Select the maximum filesize of each separate attachment.<br />
  296. <strong>Max number of attachments per post</strong>:<br /> Select the number of attachments a person can make, per post.<br />
  297. <strong>Display attachment as picture in posts</strong>:<br /> If the uploaded file is a picture, this will show it underneath the post.<br />
  298. <strong>Resize images when showing under posts</strong>:<br /> If the above option is selected, this will save a separate (smaller) attachment for the thumbnail to decrease bandwidth.<br />
  299. <strong>Maximum width and height of thumbnails</strong>:<br /> Only used with the &quot;Resize images when showing under posts&quot; option, the maximum width and height to resize attachments down from. They will be resized proportionally.';
  300. $helptxt['attachment_image_paranoid'] = 'Selecting this option will enable very strict security checks on image attachments. Warning! These extensive checks can fail on valid images too. It is strongly recommended to only use this option together with image re-encoding, in order to have SMF try to resample the images which fail the security checks: if successful, they will be sanitized and uploaded. Otherwise, if image re-encoding is not enabled, all attachments failing checks will be rejected.';
  301. $helptxt['attachment_image_reencode'] = 'Selecting this option will enable trying to re-encode the uploaded image attachments. Image re-encoding offers better security. Note however that image re-encoding also renders all animated images static. <br /> This feature is only possible if the GD module is installed on your server.';
  302. $helptxt['attachment_thumb_memory'] = 'The larger the source image (size & width x height), the higher the memory requirements are for the system to successfully create a thumbnail image.<br />Checking this option, the system will estimate the required memory and will then request that amount. If successful, only then will it attempt to create the thumbnail.<br />This will result in fewer white screen errors but may result in fewer thumbnails being created. Leaving this unchecked the system will always try to create the thumbnail (with a fixed amount of memory). This may result in more white screen errors.';
  303. $helptxt['avatar_paranoid'] = 'Selecting this option will enable very strict security checks on avatars. Warning! These extensive checks can fail on valid images too. It is strongly recommended to only use this option together with avatars re-encoding, in order to have SMF try to resample the images which fail the security checks: if successful, they will be sanitized and uploaded. Otherwise, if re-encoding of avatars is not enabled, all avatars failing checks will be rejected.';
  304. $helptxt['avatar_reencode'] = 'Selecting this option will enable trying to re-encode the uploaded avatars. Image re-encoding offers better security. Note however that image re-encoding also renders all animated images static. <br /> This feature is only possible if the GD module is installed on your server.';
  305. $helptxt['karmaMode'] = 'Karma is a feature that shows the popularity of a member. Members, if allowed, can
  306. \'applaud\' or \'smite\' other members, which is how their popularity is calculated. You can change the
  307. number of posts needed to have a &quot;karma&quot;, the time between smites or applauds, and if administrators
  308. have to wait this time as well.<br /><br />Whether or not groups of members can smite others is controlled by
  309. a permission. If you have trouble getting this feature to work for everyone, double check your permissions.';
  310. $helptxt['cal_enabled'] = 'The calendar can be used for showing birthdays, or for showing important moments happening in your community.<br /><br />
  311. <strong>Show days as link to \'Post Event\'</strong>:<br />This will allow members to post events for that day, when they click on that date<br />
  312. <strong>Max days in advance on board index</strong>:<br />If this is set to 7, the next week\'s worth of events will be shown.<br />
  313. <strong>Show holidays on board index</strong>:<br />Show today\'s holidays in a calendar bar on the board index.<br />
  314. <strong>Show birthdays on board index</strong>:<br />Show today\'s birthdays in a calendar bar on the board index.<br />
  315. <strong>Show events on board index</strong>:<br />Show today\'s events in a calendar bar on the board index.<br />
  316. <strong>Default Board to Post In</strong>:<br />What\'s the default board to post events in?<br />
  317. <strong>Allow events not linked to posts</strong>:<br />Allow members to post events without requiring it to be linked with a post in a board.<br />
  318. <strong>Minimum year</strong>:<br />Select the &quot;first&quot; year on the calendar list.<br />
  319. <strong>Maximum year</strong>:<br />Select the &quot;last&quot; year on the calendar list<br />
  320. <strong>Allow events to span multiple days</strong>:<br />Check to allow events to span multiple days.<br />
  321. <strong>Max number of days an event can span</strong>:<br />Select the maximum days that an event can span.<br /><br />
  322. Remember that usage of the calendar (posting events, viewing events, etc.) is controlled by permissions set on the permissions screen.';
  323. $helptxt['localCookies'] = 'SMF uses cookies to store login information on the client computer.
  324. Cookies can be stored globally (myserver.com) or locally (myserver.com/path/to/forum).<br />
  325. Check this option if you\'re experiencing problems with users getting logged out automatically.<hr />
  326. Globally stored cookies are less secure when used on a shared webserver (like Tripod).<hr />
  327. 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.
  328. Especially when using SSI.php, global cookies are recommended.';
  329. $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.';
  330. $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.';
  331. $helptxt['default_timezone'] = 'The server timezone tells PHP where your server is located. You should ensure this is set correctly, preferably to the country/city in which the server is located. You can find out more information on the <a href="http://www.php.net/manual/en/timezones.php" target="_blank">PHP Site</a>.';
  332. $helptxt['spamWaitTime'] = 'Here you can select the amount of time that must pass between postings. This can be used to stop people from "spamming" your forum by limiting how often they can post.';
  333. $helptxt['enablePostHTML'] = 'This will allow the posting of some basic HTML tags:
  334. <ul class="normallist" style="margin-bottom: 0;">
  335. <li>&lt;b&gt;, &lt;u&gt;, &lt;i&gt;, &lt;s&gt;, &lt;em&gt;, &lt;ins&gt;, &lt;del&gt;</li>
  336. <li>&lt;a href=&quot;&quot;&gt;</li>
  337. <li>&lt;img src=&quot;&quot; alt=&quot;&quot; /&gt;</li>
  338. <li>&lt;br /&gt;, &lt;hr /&gt;</li>
  339. <li>&lt;pre&gt;, &lt;blockquote&gt;</li>
  340. </ul>';
  341. $helptxt['themes'] = 'Here you can select whether the default theme can be chosen, what theme guests will use,
  342. as well as other options. Click on a theme to the right to change the settings for it.';
  343. $helptxt['theme_install'] = 'This allows you to install new themes. You can do this from an already created directory, by uploading an archive for the theme, or by copying the default theme.<br /><br />Note that the archive or directory must have a <tt>theme_info.xml</tt> definition file.';
  344. $helptxt['enableEmbeddedFlash'] = 'This option will allow your users to use Flash directly inside their posts,
  345. just like images. This could pose a security risk, although few have successfully exploited it.
  346. USE AT YOUR OWN RISK!';
  347. // !!! Add more information about how to use them here.
  348. $helptxt['xmlnews_enable'] = 'Allows people to link to <a href="%1$s?action=.xml;sa=news" target="_blank" class="new_win">Recent news</a>
  349. and similar data. It is also recommended that you limit the size of recent posts/news because, when rss data
  350. is displayed in some clients, like Trillian, it is expected to be truncated.';
  351. $helptxt['hotTopicPosts'] = 'Change the number of posts for a topic to reach the state of a &quot;hot&quot; or
  352. &quot;very hot&quot; topic.';
  353. $helptxt['globalCookies'] = 'Makes log in cookies available across subdomains. For example, if...<br />
  354. Your site is at http://www.simplemachines.org/,<br />
  355. And your forum is at http://forum.simplemachines.org/,<br />
  356. Using this option will allow you to access the forum\'s cookie on your site. Do not enable this if there are other subdomains (like hacker.simplemachines.org) not controlled by you.';
  357. $helptxt['globalCookiesDomain'] = 'Define the main domain to be used when log in cookies are available across subdomains';
  358. $helptxt['secureCookies'] = 'Enabling this option will force the cookies created for users on your forum to be marked as secure. Only enable this option if you are using HTTPS throughout your site as it will break cookie handling otherwise!';
  359. $helptxt['securityDisable'] = 'This <em>disables</em> the additional password check for the administration section. This is not recommended!';
  360. $helptxt['securityDisable_why'] = 'This is your current password. (the same one you use to login.)<br /><br />Having to type this helps ensure that you want to do whatever administration you are doing, and that it is <strong>you</strong> doing it.';
  361. $helptxt['securityDisable_moderate'] = 'This <em>disables</em> the additional password check for the moderation section. This is not recommended!';
  362. $helptxt['securityDisable_moderate_why'] = 'This is your current password. (the same one you use to login.)<br /><br />Having to type this helps ensure that you want to do whatever moderation you are doing, and that it is <strong>you</strong> doing it.';
  363. $helptxt['emailmembers'] = 'In this message you can use a few &quot;variables&quot;. These are:<br />
  364. {$board_url} - The URL to your forum.<br />
  365. {$current_time} - The current time.<br />
  366. {$member.email} - The current member\'s email.<br />
  367. {$member.link} - The current member\'s link.<br />
  368. {$member.id} - The current member\'s id.<br />
  369. {$member.name} - The current member\'s name. (for personalization.)<br />
  370. {$latest_member.link} - The most recently registered member\'s link.<br />
  371. {$latest_member.id} - The most recently registered member\'s id.<br />
  372. {$latest_member.name} - The most recently registered member\'s name.';
  373. $helptxt['attachmentEncryptFilenames'] = 'Encrypting attachment filenames allows you to have more than one attachment of the
  374. same name, to safely use .php files for attachments, and heightens security. It, however, could make it more
  375. difficult to rebuild your database if something drastic happened.';
  376. $helptxt['failed_login_threshold'] = 'Set the number of failed login attempts before directing the user to the password reminder screen.';
  377. $helptxt['loginHistoryDays'] = 'The number of days to keep login history under user profile tracking. Default is 30 days.';
  378. $helptxt['oldTopicDays'] = 'If this option is enabled a warning will be displayed to the user when attempting to reply to a topic which has not had any new replies for the amount of time, in days, specified by this setting. Set this setting to 0 to disable the feature.';
  379. $helptxt['edit_wait_time'] = 'Number of seconds allowed for a post to be edited before logging the last edit date.';
  380. $helptxt['edit_disable_time'] = 'Number of minutes allowed to pass before a user can no longer edit a post they have made. Set to 0 disable. <br /><br /><em>Note: This will not affect any user who has permission to edit other people\'s posts.</em>';
  381. $helptxt['preview_characters'] = 'This option sets the number of available characters for the first and last message topic preview. <strong>Note</strong> this only makes the information available to the theme, the theme must support the message_index_preview setting';
  382. $helptxt['posts_require_captcha'] = 'This setting will force users to pass anti-spam bot verification each time they make a post to a board. Only users with a post count below the number set will need to enter the code - this should help combat automated spamming scripts.';
  383. $helptxt['enableSpellChecking'] = 'Enable spell checking. You MUST have the pspell library installed on your server and your PHP configuration set up to use the pspell library. Your server ' . (function_exists('pspell_new') ? 'DOES' : 'DOES NOT') . ' appear to have this set up.';
  384. $helptxt['disable_wysiwyg'] = 'This setting disallows all users from using the WYSIWYG (&quot;What You See Is What You Get&quot;) editor on the post page.';
  385. $helptxt['lastActive'] = 'Set the number of minutes to show people are active in X number of minutes on the board index. Default is 15 minutes.';
  386. $helptxt['customoptions'] = 'This section defines the options that a user may choose from a drop down list. There are a few key points to note in this section:
  387. <ul class="normallist">
  388. <li><strong>Default Option:</strong> Whichever option box has the &quot;radio button&quot; next to it selected will be the default selection for the user when they enter their profile.</li>
  389. <li><strong>Removing Options:</strong> To remove an option simply empty the text box for that option - all users with that selected will have their option cleared.</li>
  390. <li><strong>Reordering Options:</strong> You can reorder the options by moving text around between the boxes. However - an important note - you must make sure you do <strong>not</strong> change the text when reordering options as otherwise user data will be lost.</li>
  391. </ul>';
  392. $helptxt['autoOptDatabase'] = 'This option optimizes the database every so many days. Set it to 1 to make a daily optimization. You can also specify a maximum number of online users, so that you won\'t overload your server or inconvenience too many users.';
  393. $helptxt['autoFixDatabase'] = 'This will automatically fix broken tables and resume like nothing happened. This can be useful, because the only way to fix it is to REPAIR the table, and this way your forum won\'t be down until you notice. It does email you when this happens.';
  394. $helptxt['enableParticipation'] = 'This shows a little icon on the topics the user has posted in.';
  395. $helptxt['db_persist'] = 'Keeps the connection active to increase performance. If you aren\'t on a dedicated server, this may cause you problems with your host.';
  396. $helptxt['ssi_db_user'] = 'Optional setting to use a different database user and password when you are using SSI.php.';
  397. $helptxt['queryless_urls'] = 'This changes the format of URLs a little so search engines will like them better. They will look like index.php/topic,1.0.html.<br /><br />This feature will ' . (isset($_SERVER['SERVER_SOFTWARE']) && (strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') !== false || strpos($_SERVER['SERVER_SOFTWARE'], 'lighttpd') !== false) ? '' : 'not') . ' work on your server.';
  398. $helptxt['countChildPosts'] = 'Checking this option will mean that posts and topics in a board\'s child board will count toward its totals on the index page.<br /><br />This will make things notably slower, but means that a parent with no posts in it won\'t show \'0\'.';
  399. $helptxt['allow_ignore_boards'] = 'Checking this option will allow users to select boards they wish to ignore.';
  400. $helptxt['deny_boards_access'] = 'Checking this option will allow you to deny access to certain boards based on membergroup access';
  401. $helptxt['who_enabled'] = 'This option allows you to turn on or off the ability for users to see who is browsing the forum and what they are doing.';
  402. $helptxt['recycle_enable'] = '&quot;Recycles&quot; deleted topics and posts to the specified board.';
  403. $helptxt['enableReportPM'] = 'This option allows your users to report personal messages they receive to the administration team. This may be useful in helping to track down any abuse of the personal messaging system.';
  404. $helptxt['max_pm_recipients'] = 'This option allows you to set the maximum amount of recipients allowed in a single personal message sent by a forum member. This may be used to help stop spam abuse of the PM system. Note that users with permission to send newsletters are exempt from this restriction. Set to zero for no limit.';
  405. $helptxt['pm_posts_verification'] = 'This setting will force users to enter a code shown on a verification image each time they are sending a personal message. Only users with a post count below the number set will need to enter the code - this should help combat automated spamming scripts.';
  406. $helptxt['pm_posts_per_hour'] = 'This will limit the number of personal messages which may be sent by a user in a one hour period. This does not affect admins or moderators.';
  407. $helptxt['default_personal_text'] = 'Sets the default text a new user will have as their &quot;personal text.&quot;';
  408. $helptxt['modlog_enabled'] = 'Logs all moderation actions.';
  409. $helptxt['guest_hideContacts'] = 'If selected this option will hide the email addresses and messenger contact details
  410. of all members from any guests on your forum';
  411. $helptxt['registration_method'] = 'This option determines what method of registration is used for people wishing to join your forum. You can select from:<br /><br />
  412. <ul class="normallist">
  413. <li>
  414. <strong>Registration Disabled</strong><br />
  415. Disables the registration process, which means that no new members can register to join your forum.<br />
  416. </li><li>
  417. <strong>Immediate Registration</strong><br />
  418. New members can login and post immediately after registering on your forum.<br />
  419. </li><li>
  420. <strong>Email Activation</strong><br />
  421. When this option is enabled any members registering with the forum will have an activation link emailed to them which they must click before they can become full members.<br />
  422. </li><li>
  423. <strong>Admin Approval</strong><br />
  424. This option will make it so all new members registering to your forum will need to be approved by the admin before they become members.
  425. </li>
  426. </ul>';
  427. $helptxt['register_openid'] = '<strong>Authenticate with OpenID</strong><br />
  428. OpenID is a means of using one username across different websites, to simplify the online experience. To use OpenID you first need to create an OpenID account - a list of providers can be found on the <a href="http://openid.net/" target="_blank">OpenID Official Site</a><br /><br />
  429. Once you have an OpenID account simply enter your unique identification URL into the OpenID input box and submit. You will then be taken to your providers site to verify your identity before being passed back to this site.<br /><br />
  430. On your first visit to this site you will be asked to confirm a couple of details before you will be recognized, after which you can login to this site and change your profile settings using just your OpenID.<br /><br />
  431. For more information please visit the <a href="http://openid.net/" target="_blank">OpenID Official Site</a>';
  432. $helptxt['send_validation_onChange'] = 'When this option is checked all members who change their email address in their profile will have to reactivate their account from an email sent to that address';
  433. $helptxt['send_welcomeEmail'] = 'When this option is enabled all new members will be sent an email welcoming them to your community';
  434. $helptxt['password_strength'] = 'This setting determines the strength required for passwords selected by your forum users. The stronger the password, the harder it should be to compromise member\'s accounts.
  435. Its possible options are:
  436. <ul class="normallist">
  437. <li><strong>Low:</strong> The password must be at least four characters long.</li>
  438. <li><strong>Medium:</strong> The password must be at least eight characters long, and can not be part of a users name or email address.</li>
  439. <li><strong>High:</strong> As for medium, except the password must also contain a mixture of upper and lower case letters, and at least one number.</li>
  440. </ul>';
  441. $helptxt['enable_password_conversion'] = 'By enabling this setting, SMF will attempt to detect passwords stored in other formats and convert them to the format SMF uses. Typically this is used for forums converted to SMF, but may have other uses as well. Disabling this prevents a user from logging in using their password after a conversion and would need to reset their password.';
  442. $helptxt['coppaAge'] = 'The value specified in this box will determine the minimum age that new members must be to be granted immediate access to the forums.
  443. On registration they will be prompted to confirm whether they are over this age, and if not will either have their application rejected or suspended awaiting parental approval - dependant on the type of restriction chosen.
  444. If a value of 0 is chosen for this setting then all other age restriction settings shall be ignored.';
  445. $helptxt['coppaType'] = 'If age restrictions are enabled, then this setting will define that happens when a user below the minimum age attempts to register with your forum. There are two possible choices:
  446. <ul class="normallist">
  447. <li>
  448. <strong>Reject Their Registration:</strong><br />
  449. Any new member below the minimum age will have their registration rejected immediately.<br />
  450. </li><li>
  451. <strong>Require Parent/Guardian Approval</strong><br />
  452. Any new member who attempts to register and is below the minimum permitted age will have their account marked as awaiting approval, and will be presented with a form upon which their parents must give permission to become a member of the forums.
  453. They will also be presented with the forum contact details entered on the settings page, so they can send the form to the administrator by mail or fax.
  454. </li>
  455. </ul>';
  456. $helptxt['coppaPost'] = 'The contact boxes are required so that forms granting permission for underage registration can be sent to the forum administrator. These details will be shown to all new minors, and are required for parent/guardian approval. At the very least a postal address or fax number must be provided.';
  457. $helptxt['allow_hideOnline'] = 'With this option enabled all members will be able to hide their online status from other users (except administrators). If disabled only users who can moderate the forum can hide their presence. Note that disabling this option will not change any existing member\'s status - it just stops them from hiding themselves in the future.';
  458. $helptxt['make_email_viewable'] = 'If this option is enabled instead of users email addresses being hidden to normal members and guests they will be publicly viewable on the forum. Enabling this will put your users at greater risk of being victims of spam as a result of email harvesters visiting your forum. Note this setting does not override the user setting for hiding their email address from users. Enabling this setting is <strong>not</strong> recommended.';
  459. $helptxt['meta_keywords'] = 'These keywords are sent in the output of every page to indicate to search engines (etc) the key content of your site. They should be a comma separated list of words, and should not use HTML.';
  460. $helptxt['latest_support'] = 'This panel shows you some of the most common problems and questions on your server configuration. Don\'t worry, this information isn\'t logged or anything.<br /><br />If this stays as &quot;Retrieving support information...&quot;, your computer probably cannot connect to <a href="http://www.simplemachines.org/" target="_blank" class="new_win">www.simplemachines.org</a>.';
  461. $helptxt['latest_packages'] = 'Here you can see some of the most popular and some random packages or mods, with quick and easy installations.<br /><br />If this section doesn\'t show up, your computer probably cannot connect to <a href="http://www.simplemachines.org/" target="_blank" class="new_win">www.simplemachines.org</a>.';
  462. $helptxt['latest_themes'] = 'This area shows a few of the latest and most popular themes from <a href="http://www.simplemachines.org/" target="_blank" class="new_win">www.simplemachines.org</a>. It may not show up properly if your computer can\'t find <a href="http://www.simplemachines.org/" target="_blank" class="new_win">www.simplemachines.org</a>, though.';
  463. $helptxt['secret_why_blank'] = 'For your security, your password and the answer to your secret question are encrypted so that the SMF software will never tell you, or anyone else, what they are.';
  464. $helptxt['moderator_why_missing'] = 'Since moderation is done on a board-by-board basis, you have to make members moderators from the <a href="%1$s?action=admin;area=manageboards" target="_blank" class="new_win">board management interface</a>.';
  465. $helptxt['permissions'] = 'Permissions are how you either allow groups to, or deny groups from, doing specific things.<br /><br />You can modify multiple boards at once with the checkboxes, or look at the permissions for a specific group by clicking \'Modify.\'';
  466. $helptxt['permissions_board'] = 'If a board is set to \'Global,\' it means that the board will not have any special permissions. \'Local\' means it will have its own permissions - separate from the global ones. This allows you to have a board that has more or less permissions than another, without requiring you to set them for each and every board.';
  467. $helptxt['permissions_quickgroups'] = 'These allow you to use the &quot;default&quot; permission setups - standard means \'nothing special\', restrictive means \'like a guest\', moderator means \'what a moderator has\', and lastly \'maintenance\' means permissions very close to those of an administrator.';
  468. $helptxt['permissions_deny'] = 'Denying permissions can be useful when you want take away permission from certain members. You can add a membergroup with a \'deny\'-permission to the members you wish to deny a permission.<br /><br />Use with care, a denied permission will stay denied no matter what other membergroups the member is in.';
  469. $helptxt['permissions_postgroups'] = 'Enabling permissions for post count based groups will allow you to attribute permissions to members that have posted a certain amount of messages. The permissions of the post count based groups are <em>added</em> to the permissions of the regular membergroups.';
  470. $helptxt['membergroup_guests'] = 'The Guests membergroup are all users that are not logged in.';
  471. $helptxt['membergroup_regular_members'] = 'The Regular Members are all members that are logged in, but that have no primary membergroup assigned.';
  472. $helptxt['membergroup_administrator'] = 'The administrator can, per definition, do anything and see any board. There are no permission settings for the administrator.';
  473. $helptxt['membergroup_moderator'] = 'The Moderator membergroup is a special membergroup. Permissions and settings assigned to this group apply to moderators but only <em>on the boards they moderate</em>. Outside these boards they\'re just like any other member. Note that permissions for this group also apply to any group assigned to moderate a board.';
  474. $helptxt['membergroups'] = 'In SMF there are two types of groups that your members can be part of. These are:
  475. <ul class="normallist">
  476. <li><strong>Regular Groups:</strong> A regular group is a group to which members are not automatically put into. To assign a member to be in a group simply go to their profile and click &quot;Account Settings&quot;. From here you can assign them any number of regular groups to which they will be part.</li>
  477. <li><strong>Post Groups:</strong> Unlike regular groups post based groups cannot be assigned. Instead, members are automatically assigned to a post based group when they reach the minimum number of posts required to be in that group.</li>
  478. </ul>';
  479. $helptxt['calendar_how_edit'] = 'You can edit these events by clicking on the red asterisk (*) next to their names.';
  480. $helptxt['maintenance_backup'] = 'This area allows you to save a copy of all the posts, settings, members, and other information in your forum to a very large file.<br /><br />It is recommended that you do this often, perhaps weekly, for safety and security.';
  481. $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.';
  482. $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.';
  483. $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 &quot;categories&quot; of avatars.';
  484. $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.';
  485. $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.';
  486. $helptxt['avatar_upload'] = 'This option is much like &quot;Allow members to select an external avatar&quot;, 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.';
  487. $helptxt['avatar_download_png'] = 'PNGs are larger, but offer better quality compression. If this is unchecked, JPEG will be used instead - which is often smaller, but also of lesser or blurry quality.';
  488. $helptxt['disableHostnameLookup'] = 'This disables host name lookups, which on some servers are very slow. Note that this will make banning less effective.';
  489. $helptxt['search_weight_frequency'] = 'Weight factors are used to determine the relevancy of a search result. Change these weight factors to match the things that are specifically important for your forum. For instance, a forum of a news site, might want a relatively high value for \'age of last matching message\'. All values are relative in relation to each other and should be positive integers.<br /><br />This factor counts the amount of matching messages and divides them by the total number of messages within a topic.';
  490. $helptxt['search_weight_age'] = 'Weight factors are used to determine the relevancy of a search result. Change these weight factors to match the things that are specifically important for your forum. For instance, a forum of a news site, might want a relatively high value for \'age of last matching message\'. All values are relative in relation to each other and should be positive integers.<br /><br />This factor rates the age of the last matching message within a topic. The more recent this message is, the higher the score.';
  491. $helptxt['search_weight_length'] = 'Weight factors are used to determine the relevancy of a search result. Change these weight factors to match the things that are specifically important for your forum. For instance, a forum of a news site, might want a relatively high value for \'age of last matching message\'. All values are relative in relation to each other and should be positive integers.<br /><br />This factor is based on the topic size. The more messages are within the topic, the higher the score.';
  492. $helptxt['search_weight_subject'] = 'Weight factors are used to determine the relevancy of a search result. Change these weight factors to match the things that are specifically important for your forum. For instance, a forum of a news site, might want a relatively high value for \'age of last matching message\'. All values are relative in relation to each other and should be positive integers.<br /><br />This factor looks whether a search term can be found within the subject of a topic.';
  493. $helptxt['search_weight_first_message'] = 'Weight factors are used to determine the relevancy of a search result. Change these weight factors to match the things that are specifically important for your forum. For instance, a forum of a news site, might want a relatively high value for \'age of last matching message\'. All values are relative in relation to each other and should be positive integers.<br /><br />This factor looks whether a match can be found in the first message of a topic.';
  494. $helptxt['search_weight_sticky'] = 'Weight factors are used to determine the relevancy of a search result. Change these weight factors to match the things that are specifically important for your forum. For instance, a forum of a news site, might want a relatively high value for \'age of last matching message\'. All values are relative in relation to each other and should be positive integers.<br /><br />This factor looks whether a topic is sticky and increases the relevancy score if it is.';
  495. $helptxt['search'] = 'Adjust all settings for the search function here.';
  496. $helptxt['search_why_use_index'] = 'A search index can greatly improve the performance of searches on your forum. Especially when the number of messages on a forum grows bigger, searching without an index can take a long time and increase the pressure on your database. If your forum is bigger than 50.000 messages, you might want to consider creating a search index to assure peak performance of your forum.<br /><br />Note that a search index can take up quite some space. A fulltext index is a built-in index of MySQL. It\'s relatively compact (approximately the same size as the message table), but a lot of words aren\'t indexed and it can, in some search queries, turn out to be very slow. The custom index is often bigger (depending on your configuration it can be up to 3 times the size of the messages table) but it\'s performance is better than fulltext and relatively stable.';
  497. $helptxt['see_admin_ip'] = 'IP addresses are shown to administrators and moderators to facilitate moderation and to make it easier to track people up to no good. Remember that IP addresses may not always be identifying, and most people\'s IP addresses change periodically.<br /><br />Members are also allowed to see their own IPs.';
  498. $helptxt['see_member_ip'] = 'Your IP address is shown only to you and moderators. Remember that this information is not identifying, and that most IPs change periodically.<br /><br />You cannot see other members\' IP addresses, and they cannot see yours.';
  499. $helptxt['whytwoip'] = 'SMF uses various methods to detect user IP addresses. Usually these two methods result in the same address but in some cases more than one address may be detected. In this case SMF logs both addresses, and uses them both for ban checks (etc). You can click on either address to track that IP and ban if necessary.';
  500. $helptxt['ban_cannot_post'] = 'The \'cannot post\' restriction turns the forum into read-only mode for the banned user. The user cannot create new topics, or reply to existing ones, send personal messages or vote in polls. The banned user can however still read personal messages and topics.<br /><br />A warning message is shown to the users that are banned this way.';
  501. $helptxt['posts_and_topics'] = '
  502. <ul class="normallist">
  503. <li>
  504. <strong>Post Settings</strong><br />
  505. Modify the settings related to the posting of messages and the way messages are shown. You can also enable the spell check here.
  506. </li><li>
  507. <strong>Bulletin Board Code</strong><br />
  508. Enable the code that shows forum messages in the right layout. Also adjust which codes are allowed and which aren\'t.
  509. </li><li>
  510. <strong>Censored Words</strong>
  511. In order to keep the language on your forum under control, you can censor certain words. This function allows you to convert forbidden words into innocent versions.
  512. </li><li>
  513. <strong>Topic Settings</strong>
  514. Modify the settings related to topics. The number of topics per page, whether sticky topics are enabled or not, the number of messages needed for a topic to be hot, etc.
  515. </li>
  516. </ul>';
  517. $helptxt['spider_mode'] = 'Sets the logging level.<br />
  518. Standard - Logs minimal spider activity.<br />
  519. Moderate - Provides more accurate statistics.<br />
  520. Agressive - As for &quot;Moderate&quot; but logs data about each page visited.';
  521. $helptxt['spider_group'] = 'By selecting a restrictive group, when a guest is detected as a search crawler it will automatically be assigned any &quot;deny&quot; deny permissions of this group in addition to the normal permissions of a guest. You can use this to provide lesser access to a search engine than you would a normal guest. You might for example wish to create a new group called &quot;Spiders&quot; and select that here. You could then deny permission for that group to view profiles to stop spiders indexing your members profiles.<br />Note: Spider detection is not perfect and can be simulated by users so this feature is not guaranteed to restrict content only to those search engines you have added.';
  522. $helptxt['show_spider_online'] = 'This setting allows you to select whether spiders should be listed in the who\'s online list on the board index and &quot;Who\'s Online&quot; page. Options are:
  523. <ul class="normallist">
  524. <li>
  525. <strong>Not at All</strong><br />
  526. Spiders will simply appear as guests to all users.
  527. </li><li>
  528. <strong>Show Spider Quantity</strong><br />
  529. The Board Index will display the number of spiders currently visiting the forum.
  530. </li><li>
  531. <strong>Show Spider Names</strong><br />
  532. Each spider name will be revealed, so users can see how many of each spider is currently visiting the forum - this takes effect in both the Board Index and Who\'s Online page.
  533. </li><li>
  534. <strong>Show Spider Names - Admin Only</strong><br />
  535. As above except only Administrators can see spider status - to all other users spiders appear as guests.
  536. </li>
  537. </ul>';
  538. $helptxt['birthday_email'] = 'Choose the index of the birthday email message to use. A preview will be shown in the Email Subject and Email Body fields.<br /><strong>Note:</strong> Setting this option does not automatically enable birthday emails. To enable birthday emails use the <a href="%1$s?action=admin;area=scheduledtasks;%3$s=%2$s" target="_blank" class="new_win">Scheduled Tasks</a> page and enable the birthday email task.';
  539. $helptxt['pm_bcc'] = 'When sending a personal message you can choose to add a recipient as BCC or &quot;Blind Carbon Copy&quot;. BCC recipients do not have their identities revealed to other recipients of the message.';
  540. $helptxt['move_topics_maintenance'] = 'This will allow you to move all the posts from one board to another board.';
  541. $helptxt['maintain_reattribute_posts'] = 'You can use this function to attribute guest posts on your board to a registered member. This is useful if, for example, a user deleted their account and changed their mind and wished to have their old posts associated with their account.';
  542. $helptxt['chmod_flags'] = 'You can manually set the permissions you wish to set the selected files to. To do this enter the chmod value as a numeric (octet) value. Note - these flags will have no effect on Microsoft Windows operating systems.';
  543. $helptxt['postmod'] = 'This section allows members of the moderation team (with sufficient permissions) to approve any posts and topics before they are shown.';
  544. $helptxt['field_show_enclosed'] = 'Encloses the user input between some text or html. This will allow you to add more instant message providers, images or an embed etc. For example:<br /><br />
  545. &lt;a href="http://website.com/{INPUT}"&gt;&lt;img src="{DEFAULT_IMAGES_URL}/icon.png" alt="{INPUT}" /&gt;&lt;/a&gt;<br /><br />
  546. Note that you can use the following variables:<br />
  547. <ul class="normallist">
  548. <li>{INPUT} - The input specified by the user.</li>
  549. <li>{SCRIPTURL} - Web address of forum.</li>
  550. <li>{IMAGES_URL} - Url to images directory in the users current theme.</li>
  551. <li>{DEFAULT_IMAGES_URL} - Url to the images directory in the default theme.</li>
  552. </ul>';
  553. $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 />
  554. <div class="smalltext" style="margin: 0 2em">
  555. &quot;~[A-Za-z]+~&quot; - Match all upper and lower case alphabet characters.<br />
  556. &quot;~[0-9]+~&quot; - Match all numeric characters.<br />
  557. &quot;~[A-Za-z0-9]{7}~&quot; - Match all upper and lower case alphabet and numeric characters seven times.<br />
  558. &quot;~[^0-9]?~&quot; - Forbid any number from being matched.<br />
  559. &quot;~^([A-Fa-f0-9]{3}|[A-Fa-f0-9]{6})$~&quot; - Only allow 3 or 6 character hexcodes.<br />
  560. </div><br /><br />
  561. Additionally, special metacharacters ?+*^$ and {xx} can be defined.
  562. <div class="smalltext" style="margin: 0 2em">
  563. ? - None or one match of previous expression.<br />
  564. + - One or more of previous expression.<br />
  565. * - None or more of previous expression.<br />
  566. {xx} - An exact number from previous expression.<br />
  567. {xx,} - An exact number or more from previous expression.<br />
  568. {,xx} - An exact number or less from previous expression.<br />
  569. {xx,yy} - An exact match between the two numbers from previous expression.<br />
  570. ^ - Start of string.<br />
  571. $ - End of string.<br />
  572. \ - Escapes the next character.<br />
  573. </div><br /><br />
  574. More information and advanced techniques may be found on the internet.';
  575. ?>