Changeset 7373 for trunk/src/includes/admin/tools/help.php
- Timestamp:
- 11/18/2025 01:03:20 AM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/tools/help.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools/help.php
r6573 r7373 29 29 'id' => 'repair_forums', 30 30 'title' => __( 'Repair Forums', 'bbpress' ), 31 'content' => '<p>' . __( 'There is more detailed information available on the bbPress and BuddyPress codex for the following:', 'bbpress' ) . '</p>' . 32 '<p>' . 31 'content' => 32 '<p>' . __( 'There is more detailed information available on the bbPress and BuddyPress codex for the following:', 'bbpress' ) . '</p>' . 33 '<p>' . 33 34 '<ul>' . 34 35 '<li>' . __( 'BuddyPress Group Forums: <a href="https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/">Installing Group and Sitewide Forums</a> and <a href="https://codex.buddypress.org/getting-started/guides/migrating-from-old-forums-to-bbpress-2/">Migrating from old forums to bbPress 2.2+</a>.', 'bbpress' ) . '</li>' . … … 94 95 'id' => 'overview', 95 96 'title' => __( 'Overview', 'bbpress' ), 96 'content' => '<p>' . __( 'This screen provides access to all of the bbPress Import Forums settings and resources.', 'bbpress' ) . '</p>' . 97 '<p>' . __( 'Please see the additional help tabs for more information on each individual section.', 'bbpress' ) . '</p>' . 98 '<p>' . __( 'Also see the main article on the bbPress codex <a href="https://codex.bbpress.org/import-forums/">bbPress: Import Forums</a>.', 'bbpress' ) . '</p>' 97 'content' => 98 '<p>' . __( 'This screen provides access to all of the bbPress Import Forums settings and resources.', 'bbpress' ) . '</p>' . 99 '<p>' . __( 'Please see the additional help tabs for more information on each individual section.', 'bbpress' ) . '</p>' . 100 '<p>' . __( 'Also see the main article on the bbPress codex <a href="https://codex.bbpress.org/import-forums/">bbPress: Import Forums</a>.', 'bbpress' ) . '</p>' 99 101 ) ); 100 102 … … 103 105 'id' => 'database_settings', 104 106 'title' => __( 'Database Settings', 'bbpress' ), 105 'content' => '<p>' . __( 'In the Database Settings you have a number of options:', 'bbpress' ) . '</p>' . 106 '<p>' . 107 'content' => 108 '<p>' . __( 'In the Database Settings you have a number of options:', 'bbpress' ) . '</p>' . 109 '<p>' . 107 110 '<ul>' . 108 111 '<li>' . __( 'The settings in this section refer to the database connection strings used by your old forum software. The best way to determine the exact settings you need is to copy them from your legacy forums configuration file or contact your web hosting provider.', 'bbpress' ) . '</li>' . … … 115 118 'id' => 'importer_options', 116 119 'title' => __( 'Importer Options', 'bbpress' ), 117 'content' => '<p>' . __( 'In the Options you have a number of options:', 'bbpress' ) . '</p>' . 118 '<p>' . 120 'content' => 121 '<p>' . __( 'In the Options you have a number of options:', 'bbpress' ) . '</p>' . 122 '<p>' . 119 123 '<ul>' . 120 124 '<li>' . __( 'Depending on your MySQL configuration you can tweak the "Rows Limit" and "Delay Time" that may help to improve the overall time it takes to perform a complete forum import.', 'bbpress' ) . '</li>' .
Note: See TracChangeset
for help on using the changeset viewer.