bbPress - Version 2.1.2

Version Description

  • Fixed admin-side help verbiage
  • Fixed reply height CSS
  • Fixed password converter
  • Fixed child post trash and delete functions
Download this release

Release Info

Developer johnjamesjacoby
Plugin Icon 128x128 bbPress
Version 2.1.2
Comparing to
See all releases

Code changes from version 2.1.1 to 2.1.2

bbp-admin/bbp-forums.php CHANGED
@@ -119,7 +119,7 @@ class BBP_Forums_Admin {
119
  'id' => 'overview',
120
  'title' => __( 'Overview', 'bbpress' ),
121
  'content' =>
122
- '<p>' . __( 'This screen provides access to all of your replies. You can customize the display of this screen to suit your workflow.', 'bbpress' ) . '</p>'
123
  ) );
124
 
125
  // Screen Content
@@ -129,10 +129,9 @@ class BBP_Forums_Admin {
129
  'content' =>
130
  '<p>' . __( 'You can customize the display of this screen&#8217;s contents in a number of ways:', 'bbpress' ) . '</p>' .
131
  '<ul>' .
132
- '<li>' . __( 'You can hide/display columns based on your needs and decide how many replies to list per screen using the Screen Options tab.', 'bbpress' ) . '</li>' .
133
- '<li>' . __( 'You can filter the list of replies by forum status using the text links in the upper left to show All, Published, Draft, or Trashed replies. The default view is to show all replies.', 'bbpress' ) . '</li>' .
134
- '<li>' . __( 'You can view replies in a simple title list or with an excerpt. Choose the view you prefer by clicking on the icons at the top of the list on the right.', 'bbpress' ) . '</li>' .
135
- '<li>' . __( 'You can refine the list to show only replies in a specific category or from a specific month by using the dropdown menus above the replies list. Click the Filter button after making your selection. You also can refine the list by clicking on the forum author, category or tag in the replies list.', 'bbpress' ) . '</li>' .
136
  '</ul>'
137
  ) );
138
 
@@ -141,13 +140,11 @@ class BBP_Forums_Admin {
141
  'id' => 'action-links',
142
  'title' => __( 'Available Actions', 'bbpress' ),
143
  'content' =>
144
- '<p>' . __( 'Hovering over a row in the replies list will display action links that allow you to manage your forum. You can perform the following actions:', 'bbpress' ) . '</p>' .
145
  '<ul>' .
146
- '<li>' . __( '<strong>Edit</strong> takes you to the editing screen for that forum. You can also reach that screen by clicking on the forum title.', 'bbpress' ) . '</li>' .
147
- //'<li>' . __( '<strong>Quick Edit</strong> provides inline access to the metadata of your forum, allowing you to update forum details without leaving this screen.', 'bbpress' ) . '</li>' .
148
- '<li>' . __( '<strong>Trash</strong> removes your forum from this list and places it in the trash, from which you can permanently delete it.', 'bbpress' ) . '</li>' .
149
- '<li>' . __( '<strong>Spam</strong> removes your forum from this list and places it in the spam queue, from which you can permanently delete it.', 'bbpress' ) . '</li>' .
150
- '<li>' . __( '<strong>Preview</strong> will show you what your draft forum will look like if you publish it. View will take you to your live site to view the forum. Which link is available depends on your forum&#8217;s status.', 'bbpress' ) . '</li>' .
151
  '</ul>'
152
  ) );
153
 
@@ -156,15 +153,15 @@ class BBP_Forums_Admin {
156
  'id' => 'bulk-actions',
157
  'title' => __( 'Bulk Actions', 'bbpress' ),
158
  'content' =>
159
- '<p>' . __( 'You can also edit or move multiple replies to the trash at once. Select the replies you want to act on using the checkboxes, then select the action you want to take from the Bulk Actions menu and click Apply.', 'bbpress' ) . '</p>' .
160
- '<p>' . __( 'When using Bulk Edit, you can change the metadata (categories, author, etc.) for all selected replies at once. To remove a forum from the grouping, just click the x next to its name in the Bulk Edit area that appears.', 'bbpress' ) . '</p>'
161
  ) );
162
 
163
  // Help Sidebar
164
  get_current_screen()->set_help_sidebar(
165
  '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' .
166
- '<p>' . __( '<a href="http://bbpress.org/documentation/" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .
167
- '<p>' . __( '<a href="http://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'
168
  );
169
  }
170
 
@@ -210,11 +207,11 @@ class BBP_Forums_Admin {
210
  'content' =>
211
  '<p>' . __( 'Select the attributes that your forum should have:', 'bbpress' ) . '</p>' .
212
  '<ul>' .
213
- '<li>' . __( '<strong>Type</strong> indicates if the forum is a category or forum. Categories generally contain other forums.', 'bbpress' ) . '</li>' .
214
- '<li>' . __( '<strong>Status</strong> allows you to close a forum to new topics and replies.', 'bbpress' ) . '</li>' .
215
- '<li>' . __( '<strong>Visibility</strong> lets you pick the scope of each forum and what users are allowed to access it.', 'bbpress' ) . '</li>' .
216
  '<li>' . __( '<strong>Parent</strong> dropdown determines the parent forum. Select the forum or category from the dropdown, or leave the default (No Parent) to create the forum at the root of your forums.', 'bbpress' ) . '</li>' .
217
- '<li>' . __( '<strong>Order</strong> allows you to order your forums numerically.', 'bbpress' ) . '</li>' .
218
  '</ul>'
219
  ) );
220
 
@@ -234,8 +231,8 @@ class BBP_Forums_Admin {
234
 
235
  get_current_screen()->set_help_sidebar(
236
  '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' .
237
- '<p>' . __( '<a href="http://bbpress.org/documentation/" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .
238
- '<p>' . __( '<a href="http://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'
239
  );
240
  }
241
 
119
  'id' => 'overview',
120
  'title' => __( 'Overview', 'bbpress' ),
121
  'content' =>
122
+ '<p>' . __( 'This screen displays the individual forums on your site. You can customize the display of this screen to suit your workflow.', 'bbpress' ) . '</p>'
123
  ) );
124
 
125
  // Screen Content
129
  'content' =>
130
  '<p>' . __( 'You can customize the display of this screen&#8217;s contents in a number of ways:', 'bbpress' ) . '</p>' .
131
  '<ul>' .
132
+ '<li>' . __( 'You can hide/display columns based on your needs and decide how many forums to list per screen using the Screen Options tab.', 'bbpress' ) . '</li>' .
133
+ '<li>' . __( 'You can filter the list of forums by forum status using the text links in the upper left to show All, Published, or Trashed forums. The default view is to show all forums.', 'bbpress' ) . '</li>' .
134
+ '<li>' . __( 'You can refine the list to show only forums from a specific month by using the dropdown menus above the forums list. Click the Filter button after making your selection. You also can refine the list by clicking on the forum creator in the forums list.', 'bbpress' ) . '</li>' .
 
135
  '</ul>'
136
  ) );
137
 
140
  'id' => 'action-links',
141
  'title' => __( 'Available Actions', 'bbpress' ),
142
  'content' =>
143
+ '<p>' . __( 'Hovering over a row in the forums list will display action links that allow you to manage your forum. You can perform the following actions:', 'bbpress' ) . '</p>' .
144
  '<ul>' .
145
+ '<li>' . __( '<strong>Edit</strong> takes you to the editing screen for that forum. You can also reach that screen by clicking on the forum title.', 'bbpress' ) . '</li>' .
146
+ '<li>' . __( '<strong>Trash</strong> removes your forum from this list and places it in the trash, from which you can permanently delete it.', 'bbpress' ) . '</li>' .
147
+ '<li>' . __( '<strong>View</strong> will show you what your draft forum will look like if you publish it. View will take you to your live site to view the forum. Which link is available depends on your forum&#8217;s status.', 'bbpress' ) . '</li>' .
 
 
148
  '</ul>'
149
  ) );
150
 
153
  'id' => 'bulk-actions',
154
  'title' => __( 'Bulk Actions', 'bbpress' ),
155
  'content' =>
156
+ '<p>' . __( 'You can also edit or move multiple forums to the trash at once. Select the forums you want to act on using the checkboxes, then select the action you want to take from the Bulk Actions menu and click Apply.', 'bbpress' ) . '</p>' .
157
+ '<p>' . __( 'When using Bulk Edit, you can change the metadata (categories, author, etc.) for all selected forums at once. To remove a forum from the grouping, just click the x next to its name in the Bulk Edit area that appears.', 'bbpress' ) . '</p>'
158
  ) );
159
 
160
  // Help Sidebar
161
  get_current_screen()->set_help_sidebar(
162
  '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' .
163
+ '<p>' . __( '<a href="http://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .
164
+ '<p>' . __( '<a href="http://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'
165
  );
166
  }
167
 
207
  'content' =>
208
  '<p>' . __( 'Select the attributes that your forum should have:', 'bbpress' ) . '</p>' .
209
  '<ul>' .
210
+ '<li>' . __( '<strong>Type</strong> indicates if the forum is a category or forum. Categories generally contain other forums.', 'bbpress' ) . '</li>' .
211
+ '<li>' . __( '<strong>Status</strong> allows you to close a forum to new topics and forums.', 'bbpress' ) . '</li>' .
212
+ '<li>' . __( '<strong>Visibility</strong> lets you pick the scope of each forum and what users are allowed to access it.', 'bbpress' ) . '</li>' .
213
  '<li>' . __( '<strong>Parent</strong> dropdown determines the parent forum. Select the forum or category from the dropdown, or leave the default (No Parent) to create the forum at the root of your forums.', 'bbpress' ) . '</li>' .
214
+ '<li>' . __( '<strong>Order</strong> allows you to order your forums numerically.', 'bbpress' ) . '</li>' .
215
  '</ul>'
216
  ) );
217
 
231
 
232
  get_current_screen()->set_help_sidebar(
233
  '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' .
234
+ '<p>' . __( '<a href="http://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .
235
+ '<p>' . __( '<a href="http://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'
236
  );
237
  }
238
 
bbp-admin/bbp-replies.php CHANGED
@@ -175,8 +175,8 @@ class BBP_Replies_Admin {
175
  // Help Sidebar
176
  get_current_screen()->set_help_sidebar(
177
  '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' .
178
- '<p>' . __( '<a href="http://bbpress.org/documentation/" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .
179
- '<p>' . __( '<a href="http://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'
180
  );
181
  }
182
 
@@ -243,8 +243,8 @@ class BBP_Replies_Admin {
243
 
244
  get_current_screen()->set_help_sidebar(
245
  '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' .
246
- '<p>' . __( '<a href="http://bbpress.org/documentation/" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .
247
- '<p>' . __( '<a href="http://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'
248
  );
249
  }
250
 
175
  // Help Sidebar
176
  get_current_screen()->set_help_sidebar(
177
  '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' .
178
+ '<p>' . __( '<a href="http://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .
179
+ '<p>' . __( '<a href="http://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'
180
  );
181
  }
182
 
243
 
244
  get_current_screen()->set_help_sidebar(
245
  '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' .
246
+ '<p>' . __( '<a href="http://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .
247
+ '<p>' . __( '<a href="http://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'
248
  );
249
  }
250
 
bbp-admin/bbp-settings.php CHANGED
@@ -1268,8 +1268,8 @@ function bbp_admin_settings_help() {
1268
  // Help Sidebar
1269
  $current_screen->set_help_sidebar(
1270
  '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
1271
- '<p>' . __( '<a href="http://bbpress.org/documentation/" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .
1272
- '<p>' . __( '<a href="http://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'
1273
  );
1274
  }
1275
 
1268
  // Help Sidebar
1269
  $current_screen->set_help_sidebar(
1270
  '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
1271
+ '<p>' . __( '<a href="http://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .
1272
+ '<p>' . __( '<a href="http://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'
1273
  );
1274
  }
1275
 
bbp-admin/bbp-topics.php CHANGED
@@ -131,7 +131,7 @@ class BBP_Topics_Admin {
131
  'id' => 'overview',
132
  'title' => __( 'Overview', 'bbpress' ),
133
  'content' =>
134
- '<p>' . __( 'This screen provides access to all of your replies. You can customize the display of this screen to suit your workflow.', 'bbpress' ) . '</p>'
135
  ) );
136
 
137
  // Screen Content
@@ -141,10 +141,9 @@ class BBP_Topics_Admin {
141
  'content' =>
142
  '<p>' . __( 'You can customize the display of this screen&#8217;s contents in a number of ways:', 'bbpress' ) . '</p>' .
143
  '<ul>' .
144
- '<li>' . __( 'You can hide/display columns based on your needs and decide how many replies to list per screen using the Screen Options tab.', 'bbpress' ) . '</li>' .
145
- '<li>' . __( 'You can filter the list of replies by topic status using the text links in the upper left to show All, Published, Draft, or Trashed replies. The default view is to show all replies.', 'bbpress' ) . '</li>' .
146
- '<li>' . __( 'You can view replies in a simple title list or with an excerpt. Choose the view you prefer by clicking on the icons at the top of the list on the right.', 'bbpress' ) . '</li>' .
147
- '<li>' . __( 'You can refine the list to show only replies in a specific category or from a specific month by using the dropdown menus above the replies list. Click the Filter button after making your selection. You also can refine the list by clicking on the topic author, category or tag in the replies list.', 'bbpress' ) . '</li>' .
148
  '</ul>'
149
  ) );
150
 
@@ -153,11 +152,10 @@ class BBP_Topics_Admin {
153
  'id' => 'action-links',
154
  'title' => __( 'Available Actions', 'bbpress' ),
155
  'content' =>
156
- '<p>' . __( 'Hovering over a row in the replies list will display action links that allow you to manage your topic. You can perform the following actions:', 'bbpress' ) . '</p>' .
157
  '<ul>' .
158
- '<li>' . __( '<strong>Edit</strong> takes you to the editing screen for that topic. You can also reach that screen by clicking on the topic title.', 'bbpress' ) . '</li>' .
159
- //'<li>' . __( '<strong>Quick Edit</strong> provides inline access to the metadata of your topic, allowing you to update topic details without leaving this screen.', 'bbpress' ) . '</li>' .
160
- '<li>' . __( '<strong>Trash</strong> removes your topic from this list and places it in the trash, from which you can permanently delete it.', 'bbpress' ) . '</li>' .
161
  '<li>' . __( '<strong>Spam</strong> removes your topic from this list and places it in the spam queue, from which you can permanently delete it.', 'bbpress' ) . '</li>' .
162
  '<li>' . __( '<strong>Preview</strong> will show you what your draft topic will look like if you publish it. View will take you to your live site to view the topic. Which link is available depends on your topic&#8217;s status.', 'bbpress' ) . '</li>' .
163
  '</ul>'
@@ -168,15 +166,15 @@ class BBP_Topics_Admin {
168
  'id' => 'bulk-actions',
169
  'title' => __( 'Bulk Actions', 'bbpress' ),
170
  'content' =>
171
- '<p>' . __( 'You can also edit or move multiple replies to the trash at once. Select the replies you want to act on using the checkboxes, then select the action you want to take from the Bulk Actions menu and click Apply.', 'bbpress' ) . '</p>' .
172
- '<p>' . __( 'When using Bulk Edit, you can change the metadata (categories, author, etc.) for all selected replies at once. To remove a topic from the grouping, just click the x next to its name in the Bulk Edit area that appears.', 'bbpress' ) . '</p>'
173
  ) );
174
 
175
  // Help Sidebar
176
  get_current_screen()->set_help_sidebar(
177
  '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' .
178
- '<p>' . __( '<a href="http://bbpress.org/documentation/" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .
179
- '<p>' . __( '<a href="http://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'
180
  );
181
  }
182
 
@@ -243,8 +241,8 @@ class BBP_Topics_Admin {
243
 
244
  get_current_screen()->set_help_sidebar(
245
  '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' .
246
- '<p>' . __( '<a href="http://bbpress.org/documentation/" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .
247
- '<p>' . __( '<a href="http://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'
248
  );
249
  }
250
 
@@ -407,7 +405,7 @@ class BBP_Topics_Admin {
407
  if ( 'POST' != strtoupper( $_SERVER['REQUEST_METHOD'] ) )
408
  return $post_id;
409
 
410
- // Bail if user cannot edit replies
411
  if ( !current_user_can( 'edit_topic', $post_id ) )
412
  return $post_id;
413
 
131
  'id' => 'overview',
132
  'title' => __( 'Overview', 'bbpress' ),
133
  'content' =>
134
+ '<p>' . __( 'This screen displays the individual topics on your site. You can customize the display of this screen to suit your workflow.', 'bbpress' ) . '</p>'
135
  ) );
136
 
137
  // Screen Content
141
  'content' =>
142
  '<p>' . __( 'You can customize the display of this screen&#8217;s contents in a number of ways:', 'bbpress' ) . '</p>' .
143
  '<ul>' .
144
+ '<li>' . __( 'You can hide/display columns based on your needs and decide how many topics to list per screen using the Screen Options tab.', 'bbpress' ) . '</li>' .
145
+ '<li>' . __( 'You can filter the list of topics by forum status using the text links in the upper left to show All, Published, or Trashed topics. The default view is to show all topics.', 'bbpress' ) . '</li>' .
146
+ '<li>' . __( 'You can refine the list to show only topics from a specific month by using the dropdown menus above the topics list. Click the Filter button after making your selection. You also can refine the list by clicking on the forum creator in the topics list.', 'bbpress' ) . '</li>' .
 
147
  '</ul>'
148
  ) );
149
 
152
  'id' => 'action-links',
153
  'title' => __( 'Available Actions', 'bbpress' ),
154
  'content' =>
155
+ '<p>' . __( 'Hovering over a row in the topics list will display action links that allow you to manage your topic. You can perform the following actions:', 'bbpress' ) . '</p>' .
156
  '<ul>' .
157
+ '<li>' . __( '<strong>Edit</strong> takes you to the editing screen for that forum. You can also reach that screen by clicking on the forum title.', 'bbpress' ) . '</li>' .
158
+ '<li>' . __( '<strong>Trash</strong> removes your forum from this list and places it in the trash, from which you can permanently delete it.', 'bbpress' ) . '</li>' .
 
159
  '<li>' . __( '<strong>Spam</strong> removes your topic from this list and places it in the spam queue, from which you can permanently delete it.', 'bbpress' ) . '</li>' .
160
  '<li>' . __( '<strong>Preview</strong> will show you what your draft topic will look like if you publish it. View will take you to your live site to view the topic. Which link is available depends on your topic&#8217;s status.', 'bbpress' ) . '</li>' .
161
  '</ul>'
166
  'id' => 'bulk-actions',
167
  'title' => __( 'Bulk Actions', 'bbpress' ),
168
  'content' =>
169
+ '<p>' . __( 'You can also edit or move multiple topics to the trash at once. Select the topics you want to act on using the checkboxes, then select the action you want to take from the Bulk Actions menu and click Apply.', 'bbpress' ) . '</p>' .
170
+ '<p>' . __( 'When using Bulk Edit, you can change the metadata (categories, author, etc.) for all selected topics at once. To remove a topic from the grouping, just click the x next to its name in the Bulk Edit area that appears.', 'bbpress' ) . '</p>'
171
  ) );
172
 
173
  // Help Sidebar
174
  get_current_screen()->set_help_sidebar(
175
  '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' .
176
+ '<p>' . __( '<a href="http://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .
177
+ '<p>' . __( '<a href="http://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'
178
  );
179
  }
180
 
241
 
242
  get_current_screen()->set_help_sidebar(
243
  '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' .
244
+ '<p>' . __( '<a href="http://codex.bbpress.org" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .
245
+ '<p>' . __( '<a href="http://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>', 'bbpress' ) . '</p>'
246
  );
247
  }
248
 
405
  if ( 'POST' != strtoupper( $_SERVER['REQUEST_METHOD'] ) )
406
  return $post_id;
407
 
408
+ // Bail if user cannot edit topics
409
  if ( !current_user_can( 'edit_topic', $post_id ) )
410
  return $post_id;
411
 
bbp-admin/converters/phpBB.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
 
3
  /**
4
- * Implementation of Xenforo converter.
5
  */
6
- class Phpbb extends BBP_Converter_Base {
7
  function __construct() {
8
  parent::__construct();
9
  $this->setup_globals();
@@ -355,7 +355,7 @@ class Phpbb extends BBP_Converter_Base {
355
  $this->field_map[] = array(
356
  'to_type' => 'user',
357
  'to_fieldname' => '_bbp_class',
358
- 'default' => 'Phpbb'
359
  );
360
 
361
  // User name.
1
  <?php
2
 
3
  /**
4
+ * Implementation of phpBB converter.
5
  */
6
+ class phpBB extends BBP_Converter_Base {
7
  function __construct() {
8
  parent::__construct();
9
  $this->setup_globals();
355
  $this->field_map[] = array(
356
  'to_type' => 'user',
357
  'to_fieldname' => '_bbp_class',
358
+ 'default' => 'phpBB'
359
  );
360
 
361
  // User name.
bbp-admin/converters/vBulletin.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
 
3
  /**
4
- * Implementation of Vbulletin converter.
5
  */
6
- class Vbulletin extends BBP_Converter_Base
7
  {
8
  function __construct()
9
  {
@@ -267,7 +267,7 @@ class Vbulletin extends BBP_Converter_Base
267
  // User password verify class. Stores in usermeta for verifying password.
268
  $this->field_map[] = array(
269
  'to_type' => 'user', 'to_fieldname' => '_bbp_class',
270
- 'default' => 'Vbulletin'
271
  );
272
 
273
  // User name.
1
  <?php
2
 
3
  /**
4
+ * Implementation of vBulletin converter.
5
  */
6
+ class vBulletin extends BBP_Converter_Base
7
  {
8
  function __construct()
9
  {
267
  // User password verify class. Stores in usermeta for verifying password.
268
  $this->field_map[] = array(
269
  'to_type' => 'user', 'to_fieldname' => '_bbp_class',
270
+ 'default' => 'vBulletin'
271
  );
272
 
273
  // User name.
bbp-includes/bbp-core-shortcodes.php CHANGED
@@ -243,9 +243,6 @@ class BBP_Shortcodes {
243
  *
244
  * @param array $attr
245
  * @param string $content
246
- * @uses bbp_has_topics()
247
- * @uses get_template_part()
248
- * @uses bbp_single_forum_description()
249
  * @return string
250
  */
251
  public function display_forum( $attr, $content = '' ) {
@@ -308,7 +305,6 @@ class BBP_Shortcodes {
308
  * @param array $attr
309
  * @param string $content
310
  * @uses bbp_get_hidden_forum_ids()
311
- * @uses bbp_has_topics()
312
  * @uses get_template_part()
313
  * @return string
314
  */
@@ -598,7 +594,6 @@ class BBP_Shortcodes {
598
  *
599
  * @param array $attr
600
  * @param string $content
601
- * @uses bbp_has_topics()
602
  * @uses get_template_part()
603
  * @uses bbp_single_forum_description()
604
  * @return string
243
  *
244
  * @param array $attr
245
  * @param string $content
 
 
 
246
  * @return string
247
  */
248
  public function display_forum( $attr, $content = '' ) {
305
  * @param array $attr
306
  * @param string $content
307
  * @uses bbp_get_hidden_forum_ids()
 
308
  * @uses get_template_part()
309
  * @return string
310
  */
594
  *
595
  * @param array $attr
596
  * @param string $content
 
597
  * @uses get_template_part()
598
  * @uses bbp_single_forum_description()
599
  * @return string
bbp-includes/bbp-core-widgets.php CHANGED
@@ -378,13 +378,15 @@ class BBP_Forums_Widget extends WP_Widget {
378
 
379
  $title = apply_filters( 'bbp_forum_widget_title', $instance['title'] );
380
  $parent_forum = !empty( $instance['parent_forum'] ) ? $instance['parent_forum'] : '0';
 
 
 
381
  $widget_query = new WP_Query( array(
382
  'post_parent' => $parent_forum,
383
  'post_type' => bbp_get_forum_post_type(),
384
  'posts_per_page' => get_option( '_bbp_forums_per_page', 50 ),
385
  'orderby' => 'menu_order',
386
- 'order' => 'ASC',
387
- 'meta_query' => array( bbp_exclude_forum_ids( 'meta_query' ) )
388
  ) );
389
 
390
  if ( $widget_query->have_posts() ) :
@@ -578,7 +580,8 @@ class BBP_Topics_Widget extends WP_Widget {
578
  break;
579
  }
580
 
581
- // Query defaults
 
582
  $widget_query = new WP_Query( $topics_query );
583
 
584
  // Topics exist
@@ -725,10 +728,13 @@ class BBP_Replies_Widget extends WP_Widget {
725
 
726
  extract( $args );
727
 
728
- $title = apply_filters( 'bbp_replies_widget_title', $instance['title'] );
729
- $max_shown = !empty( $instance['max_shown'] ) ? $instance['max_shown'] : '5';
730
- $show_date = !empty( $instance['show_date'] ) ? 'on' : false;
731
- $post_types = !empty( $instance['post_type'] ) ? array( bbp_get_topic_post_type(), bbp_get_reply_post_type() ) : bbp_get_reply_post_type();
 
 
 
732
  $widget_query = new WP_Query( array(
733
  'post_type' => $post_types,
734
  'post_status' => join( ',', array( bbp_get_public_status_id(), bbp_get_closed_status_id() ) ),
378
 
379
  $title = apply_filters( 'bbp_forum_widget_title', $instance['title'] );
380
  $parent_forum = !empty( $instance['parent_forum'] ) ? $instance['parent_forum'] : '0';
381
+
382
+ // Note: private and hidden forums will be excluded via the
383
+ // bbp_pre_get_posts_exclude_forums filter and function.
384
  $widget_query = new WP_Query( array(
385
  'post_parent' => $parent_forum,
386
  'post_type' => bbp_get_forum_post_type(),
387
  'posts_per_page' => get_option( '_bbp_forums_per_page', 50 ),
388
  'orderby' => 'menu_order',
389
+ 'order' => 'ASC'
 
390
  ) );
391
 
392
  if ( $widget_query->have_posts() ) :
580
  break;
581
  }
582
 
583
+ // Note: private and hidden forums will be excluded via the
584
+ // bbp_pre_get_posts_exclude_forums filter and function.
585
  $widget_query = new WP_Query( $topics_query );
586
 
587
  // Topics exist
728
 
729
  extract( $args );
730
 
731
+ $title = apply_filters( 'bbp_replies_widget_title', $instance['title'] );
732
+ $max_shown = !empty( $instance['max_shown'] ) ? $instance['max_shown'] : '5';
733
+ $show_date = !empty( $instance['show_date'] ) ? 'on' : false;
734
+ $post_types = !empty( $instance['post_type'] ) ? array( bbp_get_topic_post_type(), bbp_get_reply_post_type() ) : bbp_get_reply_post_type();
735
+
736
+ // Note: private and hidden forums will be excluded via the
737
+ // bbp_pre_get_posts_exclude_forums filter and function.
738
  $widget_query = new WP_Query( array(
739
  'post_type' => $post_types,
740
  'post_status' => join( ',', array( bbp_get_public_status_id(), bbp_get_closed_status_id() ) ),
bbp-includes/bbp-forum-functions.php CHANGED
@@ -1951,7 +1951,6 @@ function bbp_check_forum_edit() {
1951
  * @uses bbp_get_forum_id() To validate the forum ID
1952
  * @uses bbp_is_forum() To make sure it's a forum
1953
  * @uses bbp_get_topic_post_type() To get the topic post type
1954
- * @uses bbp_has_topics() To get the topics
1955
  * @uses bbp_topics() To make sure there are topics to loop through
1956
  * @uses wp_trash_post() To trash the post
1957
  * @uses update_post_meta() To update the forum meta of trashed topics
@@ -1965,15 +1964,17 @@ function bbp_delete_forum_topics( $forum_id = 0 ) {
1965
  return;
1966
 
1967
  // Forum is being permanently deleted, so its topics gotta go too
1968
- if ( bbp_has_topics( array(
1969
- 'post_type' => bbp_get_topic_post_type(),
1970
- 'post_parent' => $forum_id,
1971
- 'post_status' => 'any',
1972
- 'posts_per_page' => -1
 
 
 
1973
  ) ) ) {
1974
- while ( bbp_topics() ) {
1975
- bbp_the_topic();
1976
- wp_delete_post( bbpress()->topic_query->post->ID, true );
1977
  }
1978
  }
1979
  }
@@ -1990,8 +1991,6 @@ function bbp_delete_forum_topics( $forum_id = 0 ) {
1990
  * @uses bbp_get_closed_status_id() To return closed post status
1991
  * @uses bbp_get_pending_status_id() To return pending post status
1992
  * @uses bbp_get_topic_post_type() To get the topic post type
1993
- * @uses bbp_has_topics() To get the topics
1994
- * @uses bbp_topics() To make sure there are topics to loop through
1995
  * @uses wp_trash_post() To trash the post
1996
  * @uses update_post_meta() To update the forum meta of trashed topics
1997
  * @return If forum is not valid
@@ -2011,22 +2010,23 @@ function bbp_trash_forum_topics( $forum_id = 0 ) {
2011
  ) );
2012
 
2013
  // Forum is being trashed, so its topics are trashed too
2014
- if ( bbp_has_topics( array(
2015
- 'post_type' => bbp_get_topic_post_type(),
2016
- 'post_parent' => $forum_id,
2017
- 'post_status' => $post_stati,
2018
- 'posts_per_page' => -1
 
 
 
2019
  ) ) ) {
2020
 
2021
  // Prevent debug notices
2022
  $pre_trashed_topics = array();
2023
- $bbp = bbpress();
2024
 
2025
  // Loop through topics, trash them, and add them to array
2026
- while ( bbp_topics() ) {
2027
- bbp_the_topic();
2028
- wp_trash_post( $bbp->topic_query->post->ID );
2029
- $pre_trashed_topics[] = $bbp->topic_query->post->ID;
2030
  }
2031
 
2032
  // Set a post_meta entry of the topics that were trashed by this action.
@@ -2086,11 +2086,6 @@ function bbp_untrash_forum_topics( $forum_id = 0 ) {
2086
  * @uses bbp_get_forum_id() To get the forum id
2087
  * @uses bbp_is_forum() To check if the passed id is a forum
2088
  * @uses do_action() Calls 'bbp_delete_forum' with the forum id
2089
- * @uses bbp_has_topics() To check if the forum has topics
2090
- * @uses bbp_topics() To loop through the topics
2091
- * @uses bbp_the_topic() To set a topic as the current topic in the loop
2092
- * @uses bbp_get_topic_id() To get the topic id
2093
- * @uses wp_delete_post() To delete the topic
2094
  */
2095
  function bbp_delete_forum( $forum_id = 0 ) {
2096
  $forum_id = bbp_get_forum_id( $forum_id );
@@ -2112,12 +2107,6 @@ function bbp_delete_forum( $forum_id = 0 ) {
2112
  * @uses bbp_get_forum_id() To get the forum id
2113
  * @uses bbp_is_forum() To check if the passed id is a forum
2114
  * @uses do_action() Calls 'bbp_trash_forum' with the forum id
2115
- * @uses bbp_has_topics() To check if the forum has topics
2116
- * @uses bbp_topics() To loop through the topics
2117
- * @uses bbp_the_topic() To set a topic as the current topic in the loop
2118
- * @uses bbp_get_topic_id() To get the topic id
2119
- * @uses wp_trash_post() To trash the topic
2120
- * @uses update_post_meta() To save a list of just trashed topics for future use
2121
  */
2122
  function bbp_trash_forum( $forum_id = 0 ) {
2123
  $forum_id = bbp_get_forum_id( $forum_id );
@@ -2135,9 +2124,6 @@ function bbp_trash_forum( $forum_id = 0 ) {
2135
  * @uses bbp_get_forum_id() To get the forum id
2136
  * @uses bbp_is_forum() To check if the passed id is a forum
2137
  * @uses do_action() Calls 'bbp_untrash_forum' with the forum id
2138
- * @uses get_post_meta() To get the list of topics which were trashed with the
2139
- * forum
2140
- * @uses wp_untrash_post() To untrash the topic
2141
  */
2142
  function bbp_untrash_forum( $forum_id = 0 ) {
2143
  $forum_id = bbp_get_forum_id( $forum_id );
1951
  * @uses bbp_get_forum_id() To validate the forum ID
1952
  * @uses bbp_is_forum() To make sure it's a forum
1953
  * @uses bbp_get_topic_post_type() To get the topic post type
 
1954
  * @uses bbp_topics() To make sure there are topics to loop through
1955
  * @uses wp_trash_post() To trash the post
1956
  * @uses update_post_meta() To update the forum meta of trashed topics
1964
  return;
1965
 
1966
  // Forum is being permanently deleted, so its topics gotta go too
1967
+ if ( $topics = new WP_Query( array(
1968
+ 'suppress_filters' => true,
1969
+ 'post_type' => bbp_get_topic_post_type(),
1970
+ 'post_parent' => $forum_id,
1971
+ 'post_status' => 'any',
1972
+ 'posts_per_page' => -1,
1973
+ 'nopaging' => true,
1974
+ 'fields' => 'id=>parent'
1975
  ) ) ) {
1976
+ foreach ( $topics->posts as $topic ) {
1977
+ wp_delete_post( $topic->ID, true );
 
1978
  }
1979
  }
1980
  }
1991
  * @uses bbp_get_closed_status_id() To return closed post status
1992
  * @uses bbp_get_pending_status_id() To return pending post status
1993
  * @uses bbp_get_topic_post_type() To get the topic post type
 
 
1994
  * @uses wp_trash_post() To trash the post
1995
  * @uses update_post_meta() To update the forum meta of trashed topics
1996
  * @return If forum is not valid
2010
  ) );
2011
 
2012
  // Forum is being trashed, so its topics are trashed too
2013
+ if ( $topics = new WP_Query( array(
2014
+ 'suppress_filters' => true,
2015
+ 'post_type' => bbp_get_topic_post_type(),
2016
+ 'post_parent' => $forum_id,
2017
+ 'post_status' => $post_stati,
2018
+ 'posts_per_page' => -1,
2019
+ 'nopaging' => true,
2020
+ 'fields' => 'id=>parent'
2021
  ) ) ) {
2022
 
2023
  // Prevent debug notices
2024
  $pre_trashed_topics = array();
 
2025
 
2026
  // Loop through topics, trash them, and add them to array
2027
+ foreach ( $topics->posts as $topic ) {
2028
+ wp_trash_post( $topic->ID, true );
2029
+ $pre_trashed_topics[] = $topic->ID;
 
2030
  }
2031
 
2032
  // Set a post_meta entry of the topics that were trashed by this action.
2086
  * @uses bbp_get_forum_id() To get the forum id
2087
  * @uses bbp_is_forum() To check if the passed id is a forum
2088
  * @uses do_action() Calls 'bbp_delete_forum' with the forum id
 
 
 
 
 
2089
  */
2090
  function bbp_delete_forum( $forum_id = 0 ) {
2091
  $forum_id = bbp_get_forum_id( $forum_id );
2107
  * @uses bbp_get_forum_id() To get the forum id
2108
  * @uses bbp_is_forum() To check if the passed id is a forum
2109
  * @uses do_action() Calls 'bbp_trash_forum' with the forum id
 
 
 
 
 
 
2110
  */
2111
  function bbp_trash_forum( $forum_id = 0 ) {
2112
  $forum_id = bbp_get_forum_id( $forum_id );
2124
  * @uses bbp_get_forum_id() To get the forum id
2125
  * @uses bbp_is_forum() To check if the passed id is a forum
2126
  * @uses do_action() Calls 'bbp_untrash_forum' with the forum id
 
 
 
2127
  */
2128
  function bbp_untrash_forum( $forum_id = 0 ) {
2129
  $forum_id = bbp_get_forum_id( $forum_id );
bbp-includes/bbp-topic-functions.php CHANGED
@@ -2861,21 +2861,17 @@ function bbp_delete_topic( $topic_id = 0 ) {
2861
  do_action( 'bbp_delete_topic', $topic_id );
2862
 
2863
  // Topic is being permanently deleted, so its replies gotta go too
2864
- // @todo remove meta query
2865
- if ( bbp_has_replies( array(
2866
- 'post_type' => bbp_get_reply_post_type(),
2867
- 'post_status' => 'any',
2868
- 'posts_per_page' => -1,
2869
- 'meta_query' => array( array(
2870
- 'key' => '_bbp_topic_id',
2871
- 'value' => $topic_id,
2872
- 'type' => 'numeric',
2873
- 'compare' => '='
2874
- ) )
2875
  ) ) ) {
2876
- while ( bbp_replies() ) {
2877
- bbp_the_reply();
2878
- wp_delete_post( bbp_get_reply_id(), true );
2879
  }
2880
  }
2881
  }
@@ -2890,15 +2886,12 @@ function bbp_delete_topic( $topic_id = 0 ) {
2890
  * @uses bbp_get_topic_id() To get the topic id
2891
  * @uses bbp_is_topic() To check if the passed id is a topic
2892
  * @uses do_action() Calls 'bbp_trash_topic' with the topic id
2893
- * @uses bbp_has_replies() To check if the topic has replies
2894
- * @uses bbp_replies() To loop through the replies
2895
- * @uses bbp_the_reply() To set a reply as the current reply in the loop
2896
- * @uses bbp_get_reply_id() To get the reply id
2897
  * @uses wp_trash_post() To trash the reply
2898
  * @uses update_post_meta() To save a list of just trashed replies for future use
2899
  */
2900
  function bbp_trash_topic( $topic_id = 0 ) {
2901
- $bbp = bbpress();
 
2902
  $topic_id = bbp_get_topic_id( $topic_id );
2903
 
2904
  if ( empty( $topic_id ) || !bbp_is_topic( $topic_id ) )
@@ -2907,27 +2900,23 @@ function bbp_trash_topic( $topic_id = 0 ) {
2907
  do_action( 'bbp_trash_topic', $topic_id );
2908
 
2909
  // Topic is being trashed, so its replies are trashed too
2910
- // @todo remove meta query
2911
- if ( bbp_has_replies( array(
2912
- 'post_type' => bbp_get_reply_post_type(),
2913
- 'post_status' => bbp_get_public_status_id(),
2914
- 'posts_per_page' => -1,
2915
- 'meta_query' => array( array(
2916
- 'key' => '_bbp_topic_id',
2917
- 'value' => $topic_id,
2918
- 'type' => 'numeric',
2919
- 'compare' => '='
2920
- ) )
2921
  ) ) ) {
2922
 
2923
  // Prevent debug notices
2924
  $pre_trashed_replies = array();
2925
 
2926
  // Loop through replies, trash them, and add them to array
2927
- while ( bbp_replies() ) {
2928
- bbp_the_reply();
2929
- wp_trash_post( $bbp->reply_query->post->ID );
2930
- $pre_trashed_replies[] = $bbp->reply_query->post->ID;
2931
  }
2932
 
2933
  // Set a post_meta entry of the replies that were trashed by this action.
2861
  do_action( 'bbp_delete_topic', $topic_id );
2862
 
2863
  // Topic is being permanently deleted, so its replies gotta go too
2864
+ if ( $replies = new WP_Query( array(
2865
+ 'suppress_filters' => true,
2866
+ 'post_type' => bbp_get_reply_post_type(),
2867
+ 'post_status' => 'any',
2868
+ 'post_parent' => $topic_id,
2869
+ 'posts_per_page' => -1,
2870
+ 'nopaging' => true,
2871
+ 'fields' => 'id=>parent'
 
 
 
2872
  ) ) ) {
2873
+ foreach ( $replies->posts as $reply ) {
2874
+ wp_delete_post( $reply->ID, true );
 
2875
  }
2876
  }
2877
  }
2886
  * @uses bbp_get_topic_id() To get the topic id
2887
  * @uses bbp_is_topic() To check if the passed id is a topic
2888
  * @uses do_action() Calls 'bbp_trash_topic' with the topic id
 
 
 
 
2889
  * @uses wp_trash_post() To trash the reply
2890
  * @uses update_post_meta() To save a list of just trashed replies for future use
2891
  */
2892
  function bbp_trash_topic( $topic_id = 0 ) {
2893
+
2894
+ // Validate topic ID
2895
  $topic_id = bbp_get_topic_id( $topic_id );
2896
 
2897
  if ( empty( $topic_id ) || !bbp_is_topic( $topic_id ) )
2900
  do_action( 'bbp_trash_topic', $topic_id );
2901
 
2902
  // Topic is being trashed, so its replies are trashed too
2903
+ if ( $replies = new WP_Query( array(
2904
+ 'suppress_filters' => true,
2905
+ 'post_type' => bbp_get_reply_post_type(),
2906
+ 'post_status' => bbp_get_public_status_id(),
2907
+ 'post_parent' => $topic_id,
2908
+ 'posts_per_page' => -1,
2909
+ 'nopaging' => true,
2910
+ 'fields' => 'id=>parent'
 
 
 
2911
  ) ) ) {
2912
 
2913
  // Prevent debug notices
2914
  $pre_trashed_replies = array();
2915
 
2916
  // Loop through replies, trash them, and add them to array
2917
+ foreach ( $replies->posts as $reply ) {
2918
+ wp_trash_post( $reply->ID );
2919
+ $pre_trashed_replies[] = $reply->ID;
 
2920
  }
2921
 
2922
  // Set a post_meta entry of the replies that were trashed by this action.
bbp-includes/bbp-topic-template.php CHANGED
@@ -184,6 +184,9 @@ function bbp_has_topics( $args = '' ) {
184
  'post_type' => bbp_get_topic_post_type(),
185
  'post_parent' => 'any',
186
  'post_status' => $default_post_status,
 
 
 
187
  'include' => $stickies
188
  );
189
 
184
  'post_type' => bbp_get_topic_post_type(),
185
  'post_parent' => 'any',
186
  'post_status' => $default_post_status,
187
+ 'meta_key' => '_bbp_last_active_time',
188
+ 'orderby' => 'meta_value',
189
+ 'order' => 'DESC',
190
  'include' => $stickies
191
  );
192
 
bbp-languages/bbpress.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the bbPress package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: bbPress 2.1.1\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/bbpress\n"
7
- "POT-Creation-Date: 2012-07-23 16:17:43+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -242,11 +242,10 @@ msgstr ""
242
  msgid "Overview"
243
  msgstr ""
244
 
245
- #: bbp-admin/bbp-forums.php:122 bbp-admin/bbp-replies.php:134
246
- #: bbp-admin/bbp-topics.php:134
247
  msgid ""
248
- "This screen provides access to all of your replies. You can customize the "
249
- "display of this screen to suit your workflow."
250
  msgstr ""
251
 
252
  #: bbp-admin/bbp-forums.php:128 bbp-admin/bbp-replies.php:140
@@ -261,117 +260,102 @@ msgid ""
261
  "ways:"
262
  msgstr ""
263
 
264
- #: bbp-admin/bbp-forums.php:132 bbp-admin/bbp-replies.php:144
265
- #: bbp-admin/bbp-topics.php:144
266
  msgid ""
267
- "You can hide/display columns based on your needs and decide how many replies "
268
  "to list per screen using the Screen Options tab."
269
  msgstr ""
270
 
271
  #: bbp-admin/bbp-forums.php:133
272
  msgid ""
273
- "You can filter the list of replies by forum status using the text links in "
274
- "the upper left to show All, Published, Draft, or Trashed replies. The "
275
- "default view is to show all replies."
276
  msgstr ""
277
 
278
- #: bbp-admin/bbp-forums.php:134 bbp-admin/bbp-replies.php:146
279
- #: bbp-admin/bbp-topics.php:146
280
  msgid ""
281
- "You can view replies in a simple title list or with an excerpt. Choose the "
282
- "view you prefer by clicking on the icons at the top of the list on the right."
 
 
283
  msgstr ""
284
 
285
- #: bbp-admin/bbp-forums.php:135
286
- msgid ""
287
- "You can refine the list to show only replies in a specific category or from "
288
- "a specific month by using the dropdown menus above the replies list. Click "
289
- "the Filter button after making your selection. You also can refine the list "
290
- "by clicking on the forum author, category or tag in the replies list."
291
- msgstr ""
292
-
293
- #: bbp-admin/bbp-forums.php:142 bbp-admin/bbp-replies.php:154
294
- #: bbp-admin/bbp-topics.php:154
295
  msgid "Available Actions"
296
  msgstr ""
297
 
298
- #: bbp-admin/bbp-forums.php:144
299
  msgid ""
300
- "Hovering over a row in the replies list will display action links that allow "
301
  "you to manage your forum. You can perform the following actions:"
302
  msgstr ""
303
 
304
- #: bbp-admin/bbp-forums.php:146
305
  msgid ""
306
  "<strong>Edit</strong> takes you to the editing screen for that forum. You "
307
  "can also reach that screen by clicking on the forum title."
308
  msgstr ""
309
 
310
- #: bbp-admin/bbp-forums.php:148
311
  msgid ""
312
  "<strong>Trash</strong> removes your forum from this list and places it in "
313
  "the trash, from which you can permanently delete it."
314
  msgstr ""
315
 
316
- #: bbp-admin/bbp-forums.php:149
317
- msgid ""
318
- "<strong>Spam</strong> removes your forum from this list and places it in the "
319
- "spam queue, from which you can permanently delete it."
320
- msgstr ""
321
-
322
- #: bbp-admin/bbp-forums.php:150
323
  msgid ""
324
- "<strong>Preview</strong> will show you what your draft forum will look like "
325
- "if you publish it. View will take you to your live site to view the forum. "
326
  "Which link is available depends on your forum&#8217;s status."
327
  msgstr ""
328
 
329
- #: bbp-admin/bbp-forums.php:157 bbp-admin/bbp-replies.php:169
330
- #: bbp-admin/bbp-topics.php:169
331
  msgid "Bulk Actions"
332
  msgstr ""
333
 
334
- #: bbp-admin/bbp-forums.php:159 bbp-admin/bbp-replies.php:171
335
- #: bbp-admin/bbp-topics.php:171
336
  msgid ""
337
- "You can also edit or move multiple replies to the trash at once. Select the "
338
- "replies you want to act on using the checkboxes, then select the action you "
339
  "want to take from the Bulk Actions menu and click Apply."
340
  msgstr ""
341
 
342
- #: bbp-admin/bbp-forums.php:160
343
  msgid ""
344
  "When using Bulk Edit, you can change the metadata (categories, author, etc.) "
345
- "for all selected replies at once. To remove a forum from the grouping, just "
346
  "click the x next to its name in the Bulk Edit area that appears."
347
  msgstr ""
348
 
349
- #: bbp-admin/bbp-forums.php:165 bbp-admin/bbp-forums.php:236
350
  #: bbp-admin/bbp-replies.php:177 bbp-admin/bbp-replies.php:245
351
- #: bbp-admin/bbp-settings.php:1270 bbp-admin/bbp-topics.php:177
352
- #: bbp-admin/bbp-topics.php:245
353
  msgid "For more information:"
354
  msgstr ""
355
 
356
- #: bbp-admin/bbp-forums.php:166 bbp-admin/bbp-forums.php:237
357
  #: bbp-admin/bbp-replies.php:178 bbp-admin/bbp-replies.php:246
358
- #: bbp-admin/bbp-settings.php:1271 bbp-admin/bbp-topics.php:178
359
- #: bbp-admin/bbp-topics.php:246
360
  msgid ""
361
- "<a href=\"http://bbpress.org/documentation/\" target=\"_blank\">bbPress "
362
  "Documentation</a>"
363
  msgstr ""
364
 
365
- #: bbp-admin/bbp-forums.php:167 bbp-admin/bbp-forums.php:238
366
  #: bbp-admin/bbp-replies.php:179 bbp-admin/bbp-replies.php:247
367
- #: bbp-admin/bbp-settings.php:1272 bbp-admin/bbp-topics.php:179
368
- #: bbp-admin/bbp-topics.php:247
369
  msgid ""
370
  "<a href=\"http://bbpress.org/forums/\" target=\"_blank\">bbPress Support "
371
  "Forums</a>"
372
  msgstr ""
373
 
374
- #: bbp-admin/bbp-forums.php:181
375
  msgid ""
376
  "The title field and the big forum editing Area are fixed in place, but you "
377
  "can reposition all the other boxes using drag and drop, and can minimize or "
@@ -381,22 +365,22 @@ msgid ""
381
  "screen."
382
  msgstr ""
383
 
384
- #: bbp-admin/bbp-forums.php:185 bbp-admin/bbp-replies.php:197
385
- #: bbp-admin/bbp-topics.php:197
386
  msgid "Customizing This Display"
387
  msgstr ""
388
 
389
- #: bbp-admin/bbp-forums.php:191
390
  msgid "Title and Forum Editor"
391
  msgstr ""
392
 
393
- #: bbp-admin/bbp-forums.php:193
394
  msgid ""
395
  "<strong>Title</strong> - Enter a title for your forum. After you enter a "
396
  "title, you&#8217;ll see the permalink below, which you can edit."
397
  msgstr ""
398
 
399
- #: bbp-admin/bbp-forums.php:194
400
  msgid ""
401
  "<strong>Forum Editor</strong> - Enter the text for your forum. There are two "
402
  "modes of editing: Visual and HTML. Choose the mode by clicking on the "
@@ -410,7 +394,7 @@ msgid ""
410
  "over the top area. Exit Fullscreen back to the regular forum editor."
411
  msgstr ""
412
 
413
- #: bbp-admin/bbp-forums.php:197
414
  msgid ""
415
  "<strong>Publish</strong> - You can set the terms of publishing your forum in "
416
  "the Publish box. For Status, Visibility, and Publish (immediately), click on "
@@ -421,7 +405,7 @@ msgid ""
421
  "future or backdate a forum."
422
  msgstr ""
423
 
424
- #: bbp-admin/bbp-forums.php:200
425
  msgid ""
426
  "<strong>forum Format</strong> - This designates how your theme will display "
427
  "a specific forum. For example, you could have a <em>standard</em> blog forum "
@@ -432,7 +416,7 @@ msgid ""
432
  "formats."
433
  msgstr ""
434
 
435
- #: bbp-admin/bbp-forums.php:204
436
  msgid ""
437
  "<strong>Featured Image</strong> - This allows you to associate an image with "
438
  "your forum without inserting it. This is usually useful only if your theme "
@@ -440,55 +424,54 @@ msgid ""
440
  "custom header, etc."
441
  msgstr ""
442
 
443
- #: bbp-admin/bbp-forums.php:209 bbp-admin/bbp-forums.php:257
444
  msgid "Forum Attributes"
445
  msgstr ""
446
 
447
- #: bbp-admin/bbp-forums.php:211
448
  msgid "Select the attributes that your forum should have:"
449
  msgstr ""
450
 
451
- #: bbp-admin/bbp-forums.php:213
452
  msgid ""
453
  "<strong>Type</strong> indicates if the forum is a category or forum. "
454
  "Categories generally contain other forums."
455
  msgstr ""
456
 
457
- #: bbp-admin/bbp-forums.php:214
458
  msgid ""
459
- "<strong>Status</strong> allows you to close a forum to new topics and "
460
- "replies."
461
  msgstr ""
462
 
463
- #: bbp-admin/bbp-forums.php:215
464
  msgid ""
465
  "<strong>Visibility</strong> lets you pick the scope of each forum and what "
466
  "users are allowed to access it."
467
  msgstr ""
468
 
469
- #: bbp-admin/bbp-forums.php:216
470
  msgid ""
471
  "<strong>Parent</strong> dropdown determines the parent forum. Select the "
472
  "forum or category from the dropdown, or leave the default (No Parent) to "
473
  "create the forum at the root of your forums."
474
  msgstr ""
475
 
476
- #: bbp-admin/bbp-forums.php:217
477
  msgid "<strong>Order</strong> allows you to order your forums numerically."
478
  msgstr ""
479
 
480
- #: bbp-admin/bbp-forums.php:223 bbp-admin/bbp-replies.php:232
481
- #: bbp-admin/bbp-topics.php:232
482
  msgid "Publish Box"
483
  msgstr ""
484
 
485
- #: bbp-admin/bbp-forums.php:229 bbp-admin/bbp-replies.php:238
486
- #: bbp-admin/bbp-topics.php:238
487
  msgid "Discussion Settings"
488
  msgstr ""
489
 
490
- #: bbp-admin/bbp-forums.php:231 bbp-admin/bbp-replies.php:240
491
- #: bbp-admin/bbp-topics.php:240
492
  msgid ""
493
  "<strong>Send Trackbacks</strong> - Trackbacks are a way to notify legacy "
494
  "blog systems that you&#8217;ve linked to them. Enter the URL(s) you want to "
@@ -496,16 +479,16 @@ msgid ""
496
  "notified automatically using pingbacks, and this field is unnecessary."
497
  msgstr ""
498
 
499
- #: bbp-admin/bbp-forums.php:232
500
  msgid ""
501
  "<strong>Discussion</strong> - You can turn comments and pings on or off, and "
502
  "if there are comments on the forum, you can see them here and moderate them."
503
  msgstr ""
504
 
505
- #: bbp-admin/bbp-forums.php:423 bbp-admin/bbp-metaboxes.php:50
506
  #: bbp-admin/bbp-metaboxes.php:345 bbp-admin/bbp-metaboxes.php:348
507
  #: bbp-admin/bbp-metaboxes.php:396 bbp-admin/bbp-metaboxes.php:399
508
- #: bbp-admin/bbp-replies.php:616 bbp-admin/bbp-topics.php:680
509
  #: bbp-includes/bbp-extend-buddypress.php:1405
510
  #: bbp-includes/bbp-forum-template.php:2124
511
  #: bbp-theme-compat/bbpress/loop-forums.php:19
@@ -513,8 +496,8 @@ msgstr ""
513
  msgid "Forum"
514
  msgstr ""
515
 
516
- #: bbp-admin/bbp-forums.php:424 bbp-admin/bbp-settings.php:171
517
- #: bbp-admin/bbp-settings.php:192 bbp-admin/bbp-topics.php:679
518
  #: bbp-includes/bbp-extend-buddypress.php:432
519
  #: bbp-includes/bbp-extend-buddypress.php:1434
520
  #: bbp-includes/bbp-forum-template.php:2272
@@ -526,8 +509,8 @@ msgstr ""
526
  msgid "Topics"
527
  msgstr ""
528
 
529
- #: bbp-admin/bbp-forums.php:425 bbp-admin/bbp-settings.php:179
530
- #: bbp-admin/bbp-settings.php:200 bbp-admin/bbp-topics.php:681
531
  #: bbp-includes/bbp-extend-buddypress.php:433
532
  #: bbp-includes/bbp-forum-template.php:2336
533
  #: bbp-includes/bbp-theme-compatibility.php:493
@@ -546,19 +529,19 @@ msgstr ""
546
  msgid "Replies"
547
  msgstr ""
548
 
549
- #: bbp-admin/bbp-forums.php:426
550
  #: bbp-theme-compat/bbpress/content-single-topic-lead.php:18
551
  #: bbp-theme-compat/bbpress/content-single-topic-lead.php:90
552
  #: bbp-themes/bbp-twentyten/bbpress/content-single-topic-lead.php:17
553
  msgid "Creator"
554
  msgstr ""
555
 
556
- #: bbp-admin/bbp-forums.php:427 bbp-admin/bbp-replies.php:619
557
- #: bbp-admin/bbp-topics.php:684
558
  msgid "Created"
559
  msgstr ""
560
 
561
- #: bbp-admin/bbp-forums.php:428 bbp-admin/bbp-topics.php:685
562
  #: bbp-theme-compat/bbpress/loop-forums.php:22
563
  #: bbp-theme-compat/bbpress/loop-topics.php:22
564
  #: bbp-themes/bbp-twentyten/bbpress/loop-forums.php:21
@@ -566,63 +549,63 @@ msgstr ""
566
  msgid "Freshness"
567
  msgstr ""
568
 
569
- #: bbp-admin/bbp-forums.php:465 bbp-admin/bbp-replies.php:727
570
- #: bbp-admin/bbp-topics.php:764
571
  msgid "%1$s <br /> %2$s"
572
  msgstr ""
573
 
574
- #: bbp-admin/bbp-forums.php:477 bbp-includes/bbp-forum-template.php:541
575
  msgid "No Topics"
576
  msgstr ""
577
 
578
- #: bbp-admin/bbp-forums.php:543
579
  msgid "Forum updated. <a href=\"%s\">View forum</a>"
580
  msgstr ""
581
 
582
- #: bbp-admin/bbp-forums.php:546 bbp-admin/bbp-replies.php:899
583
- #: bbp-admin/bbp-topics.php:970
584
  msgid "Custom field updated."
585
  msgstr ""
586
 
587
- #: bbp-admin/bbp-forums.php:549 bbp-admin/bbp-replies.php:902
588
- #: bbp-admin/bbp-topics.php:973
589
  msgid "Custom field deleted."
590
  msgstr ""
591
 
592
- #: bbp-admin/bbp-forums.php:552
593
  msgid "Forum updated."
594
  msgstr ""
595
 
596
  #. translators: %s: date and time of the revision
597
- #: bbp-admin/bbp-forums.php:557
598
  msgid "Forum restored to revision from %s"
599
  msgstr ""
600
 
601
- #: bbp-admin/bbp-forums.php:561
602
  msgid "Forum created. <a href=\"%s\">View forum</a>"
603
  msgstr ""
604
 
605
- #: bbp-admin/bbp-forums.php:564
606
  msgid "Forum saved."
607
  msgstr ""
608
 
609
- #: bbp-admin/bbp-forums.php:567
610
  msgid "Forum submitted. <a target=\"_blank\" href=\"%s\">Preview forum</a>"
611
  msgstr ""
612
 
613
- #: bbp-admin/bbp-forums.php:570
614
  msgid ""
615
  "Forum scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
616
  "\">Preview forum</a>"
617
  msgstr ""
618
 
619
  #. translators: Publish box date format, see http:php.net/date
620
- #: bbp-admin/bbp-forums.php:572 bbp-admin/bbp-replies.php:925
621
- #: bbp-admin/bbp-topics.php:996
622
  msgid "M j, Y @ G:i"
623
  msgstr ""
624
 
625
- #: bbp-admin/bbp-forums.php:577
626
  msgid "Forum draft updated. <a target=\"_blank\" href=\"%s\">Preview forum</a>"
627
  msgstr ""
628
 
@@ -723,7 +706,7 @@ msgstr ""
723
  msgid "Forum Order"
724
  msgstr ""
725
 
726
- #: bbp-admin/bbp-metaboxes.php:342 bbp-admin/bbp-topics.php:742
727
  msgid "(No Forum)"
728
  msgstr ""
729
 
@@ -765,6 +748,18 @@ msgstr ""
765
  msgid "IP Address"
766
  msgstr ""
767
 
 
 
 
 
 
 
 
 
 
 
 
 
768
  #: bbp-admin/bbp-replies.php:145
769
  msgid ""
770
  "You can filter the list of replies by reply status using the text links in "
@@ -772,6 +767,12 @@ msgid ""
772
  "default view is to show all replies."
773
  msgstr ""
774
 
 
 
 
 
 
 
775
  #: bbp-admin/bbp-replies.php:147
776
  msgid ""
777
  "You can refine the list to show only replies in a specific category or from "
@@ -811,6 +812,13 @@ msgid ""
811
  "Which link is available depends on your reply&#8217;s status."
812
  msgstr ""
813
 
 
 
 
 
 
 
 
814
  #: bbp-admin/bbp-replies.php:172
815
  msgid ""
816
  "When using Bulk Edit, you can change the metadata (categories, author, etc.) "
@@ -908,7 +916,7 @@ msgid ""
908
  "if there are comments on the reply, you can see them here and moderate them."
909
  msgstr ""
910
 
911
- #: bbp-admin/bbp-replies.php:351 bbp-admin/bbp-topics.php:368
912
  #: bbp-theme-compat/bbpress/form-anonymous.php:17
913
  #: bbp-themes/bbp-twentyten/bbpress/form-anonymous.php:17
914
  msgid "Author Information"
@@ -918,7 +926,7 @@ msgstr ""
918
  msgid "The reply was not found!"
919
  msgstr ""
920
 
921
- #: bbp-admin/bbp-replies.php:510 bbp-admin/bbp-topics.php:535
922
  msgid "You do not have the permission to do that!"
923
  msgstr ""
924
 
@@ -942,7 +950,7 @@ msgstr ""
942
  msgid "Title"
943
  msgstr ""
944
 
945
- #: bbp-admin/bbp-replies.php:618 bbp-admin/bbp-topics.php:683
946
  #: bbp-theme-compat/bbpress/loop-replies.php:18
947
  #: bbp-theme-compat/bbpress/loop-replies.php:52
948
  #: bbp-themes/bbp-twentyten/bbpress/loop-replies.php:17
@@ -956,7 +964,7 @@ msgid "No Topic"
956
  msgstr ""
957
 
958
  #: bbp-admin/bbp-replies.php:698 bbp-admin/bbp-replies.php:713
959
- #: bbp-admin/bbp-topics.php:735
960
  msgid "No Forum"
961
  msgstr ""
962
 
@@ -964,11 +972,11 @@ msgstr ""
964
  msgid "(Mismatch)"
965
  msgstr ""
966
 
967
- #: bbp-admin/bbp-replies.php:772 bbp-admin/bbp-topics.php:824
968
  msgid "View &#8220;%s&#8221;"
969
  msgstr ""
970
 
971
- #: bbp-admin/bbp-replies.php:772 bbp-admin/bbp-topics.php:824
972
  msgid "View"
973
  msgstr ""
974
 
@@ -976,7 +984,7 @@ msgstr ""
976
  msgid "Mark the reply as not spam"
977
  msgstr ""
978
 
979
- #: bbp-admin/bbp-replies.php:783 bbp-admin/bbp-topics.php:855
980
  msgid "Not spam"
981
  msgstr ""
982
 
@@ -984,51 +992,51 @@ msgstr ""
984
  msgid "Mark this reply as spam"
985
  msgstr ""
986
 
987
- #: bbp-admin/bbp-replies.php:785 bbp-admin/bbp-topics.php:857
988
  #: bbp-includes/bbp-reply-template.php:1645
989
- #: bbp-includes/bbp-topic-template.php:2559
990
  msgid "Spam"
991
  msgstr ""
992
 
993
- #: bbp-admin/bbp-replies.php:794 bbp-admin/bbp-topics.php:865
994
  #: bbp-includes/bbp-reply-template.php:1589
995
- #: bbp-includes/bbp-topic-template.php:2317
996
  msgid "Restore this item from the Trash"
997
  msgstr ""
998
 
999
- #: bbp-admin/bbp-replies.php:794 bbp-admin/bbp-topics.php:865
1000
  #: bbp-includes/bbp-reply-template.php:1575
1001
- #: bbp-includes/bbp-topic-template.php:2303
1002
  msgid "Restore"
1003
  msgstr ""
1004
 
1005
- #: bbp-admin/bbp-replies.php:796 bbp-admin/bbp-topics.php:867
1006
  #: bbp-includes/bbp-reply-template.php:1591
1007
- #: bbp-includes/bbp-topic-template.php:2319
1008
  msgid "Move this item to the Trash"
1009
  msgstr ""
1010
 
1011
- #: bbp-admin/bbp-replies.php:796 bbp-admin/bbp-topics.php:867
1012
  #: bbp-includes/bbp-reply-template.php:1574
1013
- #: bbp-includes/bbp-topic-template.php:2302
1014
  msgid "Trash"
1015
  msgstr ""
1016
 
1017
- #: bbp-admin/bbp-replies.php:800 bbp-admin/bbp-topics.php:871
1018
  #: bbp-includes/bbp-reply-template.php:1595
1019
- #: bbp-includes/bbp-topic-template.php:2323
1020
  msgid "Delete this item permanently"
1021
  msgstr ""
1022
 
1023
- #: bbp-admin/bbp-replies.php:800 bbp-admin/bbp-topics.php:871
1024
  msgid "Delete Permanently"
1025
  msgstr ""
1026
 
1027
- #: bbp-admin/bbp-replies.php:826 bbp-admin/bbp-topics.php:897
1028
  msgid "Empty Spam"
1029
  msgstr ""
1030
 
1031
- #: bbp-admin/bbp-replies.php:836 bbp-admin/bbp-topics.php:907
1032
  msgid "In all forums"
1033
  msgstr ""
1034
 
@@ -1732,7 +1740,7 @@ msgstr ""
1732
  msgid "All Forums"
1733
  msgstr ""
1734
 
1735
- #: bbp-admin/bbp-tools.php:865 bbp-includes/bbp-topic-functions.php:3146
1736
  #: bbpress.php:535
1737
  msgid "All Topics"
1738
  msgstr ""
@@ -1814,60 +1822,67 @@ msgstr ""
1814
  msgid "Deleting Roles and Capabilities&hellip; %s"
1815
  msgstr ""
1816
 
1817
- #: bbp-admin/bbp-topics.php:145
1818
  msgid ""
1819
- "You can filter the list of replies by topic status using the text links in "
1820
- "the upper left to show All, Published, Draft, or Trashed replies. The "
1821
- "default view is to show all replies."
1822
  msgstr ""
1823
 
1824
- #: bbp-admin/bbp-topics.php:147
1825
  msgid ""
1826
- "You can refine the list to show only replies in a specific category or from "
1827
- "a specific month by using the dropdown menus above the replies list. Click "
1828
- "the Filter button after making your selection. You also can refine the list "
1829
- "by clicking on the topic author, category or tag in the replies list."
1830
  msgstr ""
1831
 
1832
- #: bbp-admin/bbp-topics.php:156
1833
  msgid ""
1834
- "Hovering over a row in the replies list will display action links that allow "
1835
- "you to manage your topic. You can perform the following actions:"
 
1836
  msgstr ""
1837
 
1838
- #: bbp-admin/bbp-topics.php:158
1839
  msgid ""
1840
- "<strong>Edit</strong> takes you to the editing screen for that topic. You "
1841
- "can also reach that screen by clicking on the topic title."
 
 
1842
  msgstr ""
1843
 
1844
- #: bbp-admin/bbp-topics.php:160
1845
  msgid ""
1846
- "<strong>Trash</strong> removes your topic from this list and places it in "
1847
- "the trash, from which you can permanently delete it."
1848
  msgstr ""
1849
 
1850
- #: bbp-admin/bbp-topics.php:161
1851
  msgid ""
1852
  "<strong>Spam</strong> removes your topic from this list and places it in the "
1853
  "spam queue, from which you can permanently delete it."
1854
  msgstr ""
1855
 
1856
- #: bbp-admin/bbp-topics.php:162
1857
  msgid ""
1858
  "<strong>Preview</strong> will show you what your draft topic will look like "
1859
  "if you publish it. View will take you to your live site to view the topic. "
1860
  "Which link is available depends on your topic&#8217;s status."
1861
  msgstr ""
1862
 
1863
- #: bbp-admin/bbp-topics.php:172
 
 
 
 
 
 
 
1864
  msgid ""
1865
  "When using Bulk Edit, you can change the metadata (categories, author, etc.) "
1866
- "for all selected replies at once. To remove a topic from the grouping, just "
1867
  "click the x next to its name in the Bulk Edit area that appears."
1868
  msgstr ""
1869
 
1870
- #: bbp-admin/bbp-topics.php:193
1871
  msgid ""
1872
  "The title field and the big topic editing Area are fixed in place, but you "
1873
  "can reposition all the other boxes using drag and drop, and can minimize or "
@@ -1877,17 +1892,17 @@ msgid ""
1877
  "screen."
1878
  msgstr ""
1879
 
1880
- #: bbp-admin/bbp-topics.php:203
1881
  msgid "Title and Topic Editor"
1882
  msgstr ""
1883
 
1884
- #: bbp-admin/bbp-topics.php:205
1885
  msgid ""
1886
  "<strong>Title</strong> - Enter a title for your topic. After you enter a "
1887
  "title, you&#8217;ll see the permalink below, which you can edit."
1888
  msgstr ""
1889
 
1890
- #: bbp-admin/bbp-topics.php:206
1891
  msgid ""
1892
  "<strong>Topic Editor</strong> - Enter the text for your topic. There are two "
1893
  "modes of editing: Visual and HTML. Choose the mode by clicking on the "
@@ -1901,7 +1916,7 @@ msgid ""
1901
  "over the top area. Exit Fullscreen back to the regular topic editor."
1902
  msgstr ""
1903
 
1904
- #: bbp-admin/bbp-topics.php:209
1905
  msgid ""
1906
  "<strong>Publish</strong> - You can set the terms of publishing your topic in "
1907
  "the Publish box. For Status, Visibility, and Publish (immediately), click on "
@@ -1912,7 +1927,7 @@ msgid ""
1912
  "future or backdate a topic."
1913
  msgstr ""
1914
 
1915
- #: bbp-admin/bbp-topics.php:212
1916
  msgid ""
1917
  "<strong>topic Format</strong> - This designates how your theme will display "
1918
  "a specific topic. For example, you could have a <em>standard</em> blog topic "
@@ -1923,7 +1938,7 @@ msgid ""
1923
  "formats."
1924
  msgstr ""
1925
 
1926
- #: bbp-admin/bbp-topics.php:216
1927
  msgid ""
1928
  "<strong>Featured Image</strong> - This allows you to associate an image with "
1929
  "your topic without inserting it. This is usually useful only if your theme "
@@ -1931,22 +1946,22 @@ msgid ""
1931
  "custom header, etc."
1932
  msgstr ""
1933
 
1934
- #: bbp-admin/bbp-topics.php:221 bbp-admin/bbp-topics.php:266
1935
  msgid "Topic Attributes"
1936
  msgstr ""
1937
 
1938
- #: bbp-admin/bbp-topics.php:223
1939
  msgid "Select the attributes that your topic should have:"
1940
  msgstr ""
1941
 
1942
- #: bbp-admin/bbp-topics.php:225
1943
  msgid ""
1944
  "<strong>Forum</strong> dropdown determines the parent forum that the topic "
1945
  "belongs to. Select the forum or category from the dropdown, or leave the "
1946
  "default (No Forum) to post the topic without an assigned forum."
1947
  msgstr ""
1948
 
1949
- #: bbp-admin/bbp-topics.php:226
1950
  msgid ""
1951
  "<strong>Topic Type</strong> dropdown indicates the sticky status of the "
1952
  "topic. Selecting the super sticky option would stick the topic to the front "
@@ -1954,163 +1969,163 @@ msgid ""
1954
  "its respective forum. Selecting normal would not stick the topic anywhere."
1955
  msgstr ""
1956
 
1957
- #: bbp-admin/bbp-topics.php:241
1958
  msgid ""
1959
  "<strong>Discussion</strong> - You can turn comments and pings on or off, and "
1960
  "if there are comments on the topic, you can see them here and moderate them."
1961
  msgstr ""
1962
 
1963
- #: bbp-admin/bbp-topics.php:532
1964
  msgid "The topic was not found!"
1965
  msgstr ""
1966
 
1967
- #: bbp-admin/bbp-topics.php:622
1968
  msgid "There was a problem opening the topic \"%1$s\"."
1969
  msgstr ""
1970
 
1971
- #: bbp-admin/bbp-topics.php:622
1972
  msgid "Topic \"%1$s\" successfully opened."
1973
  msgstr ""
1974
 
1975
- #: bbp-admin/bbp-topics.php:626
1976
  msgid "There was a problem closing the topic \"%1$s\"."
1977
  msgstr ""
1978
 
1979
- #: bbp-admin/bbp-topics.php:626
1980
  msgid "Topic \"%1$s\" successfully closed."
1981
  msgstr ""
1982
 
1983
- #: bbp-admin/bbp-topics.php:630
1984
  msgid "There was a problem sticking the topic \"%1$s\" to front."
1985
  msgstr ""
1986
 
1987
- #: bbp-admin/bbp-topics.php:630
1988
  msgid "Topic \"%1$s\" successfully sticked to front."
1989
  msgstr ""
1990
 
1991
- #: bbp-admin/bbp-topics.php:634
1992
  msgid "There was a problem sticking the topic \"%1$s\"."
1993
  msgstr ""
1994
 
1995
- #: bbp-admin/bbp-topics.php:634
1996
  msgid "Topic \"%1$s\" successfully sticked."
1997
  msgstr ""
1998
 
1999
- #: bbp-admin/bbp-topics.php:638
2000
  msgid "There was a problem unsticking the topic \"%1$s\"."
2001
  msgstr ""
2002
 
2003
- #: bbp-admin/bbp-topics.php:638
2004
  msgid "Topic \"%1$s\" successfully unsticked."
2005
  msgstr ""
2006
 
2007
- #: bbp-admin/bbp-topics.php:642
2008
  msgid "There was a problem marking the topic \"%1$s\" as spam."
2009
  msgstr ""
2010
 
2011
- #: bbp-admin/bbp-topics.php:642
2012
  msgid "Topic \"%1$s\" successfully marked as spam."
2013
  msgstr ""
2014
 
2015
- #: bbp-admin/bbp-topics.php:646
2016
  msgid "There was a problem unmarking the topic \"%1$s\" as spam."
2017
  msgstr ""
2018
 
2019
- #: bbp-admin/bbp-topics.php:646
2020
  msgid "Topic \"%1$s\" successfully unmarked as spam."
2021
  msgstr ""
2022
 
2023
- #: bbp-admin/bbp-topics.php:682 bbp-theme-compat/bbpress/loop-topics.php:20
2024
  #: bbp-themes/bbp-twentyten/bbpress/loop-topics.php:18
2025
  msgid "Voices"
2026
  msgstr ""
2027
 
2028
- #: bbp-admin/bbp-topics.php:777 bbp-includes/bbp-topic-template.php:1761
2029
  msgid "No Replies"
2030
  msgstr ""
2031
 
2032
- #: bbp-admin/bbp-topics.php:834
2033
  msgid "Close this topic"
2034
  msgstr ""
2035
 
2036
- #: bbp-admin/bbp-topics.php:834
2037
  msgctxt "Close a Topic"
2038
  msgid "Close"
2039
  msgstr ""
2040
 
2041
- #: bbp-admin/bbp-topics.php:836
2042
  msgid "Open this topic"
2043
  msgstr ""
2044
 
2045
- #: bbp-admin/bbp-topics.php:836
2046
  msgctxt "Open a Topic"
2047
  msgid "Open"
2048
  msgstr ""
2049
 
2050
- #: bbp-admin/bbp-topics.php:845
2051
  msgid "Unstick this topic"
2052
  msgstr ""
2053
 
2054
- #: bbp-admin/bbp-topics.php:845 bbp-includes/bbp-topic-template.php:2433
2055
  msgid "Unstick"
2056
  msgstr ""
2057
 
2058
- #: bbp-admin/bbp-topics.php:848
2059
  msgid "Stick this topic to its forum"
2060
  msgstr ""
2061
 
2062
- #: bbp-admin/bbp-topics.php:848 bbp-includes/bbp-topic-template.php:2432
2063
  msgid "Stick"
2064
  msgstr ""
2065
 
2066
- #: bbp-admin/bbp-topics.php:848
2067
  msgid "Stick this topic to front"
2068
  msgstr ""
2069
 
2070
- #: bbp-admin/bbp-topics.php:848 bbp-includes/bbp-topic-template.php:2434
2071
  msgid "to front"
2072
  msgstr ""
2073
 
2074
- #: bbp-admin/bbp-topics.php:855
2075
  msgid "Mark the topic as not spam"
2076
  msgstr ""
2077
 
2078
- #: bbp-admin/bbp-topics.php:857
2079
  msgid "Mark this topic as spam"
2080
  msgstr ""
2081
 
2082
- #: bbp-admin/bbp-topics.php:967
2083
  msgid "Topic updated. <a href=\"%s\">View topic</a>"
2084
  msgstr ""
2085
 
2086
- #: bbp-admin/bbp-topics.php:976
2087
  msgid "Topic updated."
2088
  msgstr ""
2089
 
2090
  #. translators: %s: date and time of the revision
2091
- #: bbp-admin/bbp-topics.php:981
2092
  msgid "Topic restored to revision from %s"
2093
  msgstr ""
2094
 
2095
- #: bbp-admin/bbp-topics.php:985
2096
  msgid "Topic created. <a href=\"%s\">View topic</a>"
2097
  msgstr ""
2098
 
2099
- #: bbp-admin/bbp-topics.php:988
2100
  msgid "Topic saved."
2101
  msgstr ""
2102
 
2103
- #: bbp-admin/bbp-topics.php:991
2104
  msgid "Topic submitted. <a target=\"_blank\" href=\"%s\">Preview topic</a>"
2105
  msgstr ""
2106
 
2107
- #: bbp-admin/bbp-topics.php:994
2108
  msgid ""
2109
  "Topic scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
2110
  "\">Preview topic</a>"
2111
  msgstr ""
2112
 
2113
- #: bbp-admin/bbp-topics.php:1001
2114
  msgid "Topic draft updated. <a target=\"_blank\" href=\"%s\">Preview topic</a>"
2115
  msgstr ""
2116
 
@@ -2272,7 +2287,7 @@ msgstr ""
2272
 
2273
  #: bbp-includes/bbp-common-template.php:1832
2274
  #: bbp-includes/bbp-reply-template.php:1454
2275
- #: bbp-includes/bbp-topic-template.php:2181 bbpress.php:481 bbpress.php:538
2276
  #: bbpress.php:595
2277
  msgid "Edit"
2278
  msgstr ""
@@ -2387,8 +2402,8 @@ msgid "Lost Password"
2387
  msgstr ""
2388
 
2389
  #: bbp-includes/bbp-core-widgets.php:182 bbp-includes/bbp-core-widgets.php:308
2390
- #: bbp-includes/bbp-core-widgets.php:445 bbp-includes/bbp-core-widgets.php:650
2391
- #: bbp-includes/bbp-core-widgets.php:807
2392
  msgid "Title:"
2393
  msgstr ""
2394
 
@@ -2416,69 +2431,69 @@ msgstr ""
2416
  msgid "(bbPress) Forums List"
2417
  msgstr ""
2418
 
2419
- #: bbp-includes/bbp-core-widgets.php:451
2420
  msgid "Parent Forum ID:"
2421
  msgstr ""
2422
 
2423
- #: bbp-includes/bbp-core-widgets.php:457
2424
  msgid "\"0\" to show only root - \"any\" to show all"
2425
  msgstr ""
2426
 
2427
- #: bbp-includes/bbp-core-widgets.php:488
2428
  msgid "A list of recent topics, sorted by popularity or freshness."
2429
  msgstr ""
2430
 
2431
- #: bbp-includes/bbp-core-widgets.php:491
2432
  msgid "(bbPress) Recent Topics"
2433
  msgstr ""
2434
 
2435
- #: bbp-includes/bbp-core-widgets.php:651
2436
  msgid "Maximum topics to show:"
2437
  msgstr ""
2438
 
2439
- #: bbp-includes/bbp-core-widgets.php:652 bbp-includes/bbp-core-widgets.php:809
2440
  msgid "Show post date:"
2441
  msgstr ""
2442
 
2443
- #: bbp-includes/bbp-core-widgets.php:654
2444
  msgid "Order By:"
2445
  msgstr ""
2446
 
2447
- #: bbp-includes/bbp-core-widgets.php:656
2448
  msgid "Newest Topics"
2449
  msgstr ""
2450
 
2451
- #: bbp-includes/bbp-core-widgets.php:657
2452
  #: bbp-theme-compat/extras/page-forum-statistics.php:100
2453
  #: bbp-themes/bbp-twentyten/page-forum-statistics.php:99
2454
  msgid "Popular Topics"
2455
  msgstr ""
2456
 
2457
- #: bbp-includes/bbp-core-widgets.php:658
2458
  msgid "Topics With Recent Replies"
2459
  msgstr ""
2460
 
2461
- #: bbp-includes/bbp-core-widgets.php:690
2462
  msgid "A list of the most recent replies."
2463
  msgstr ""
2464
 
2465
- #: bbp-includes/bbp-core-widgets.php:693
2466
  msgid "(bbPress) Recent Replies"
2467
  msgstr ""
2468
 
2469
  #. translators: bbpress replies widget: 1: reply author, 2: reply link, 3:
2470
  #. reply date, 4: reply time
2471
- #: bbp-includes/bbp-core-widgets.php:758
2472
  msgctxt "widgets"
2473
  msgid "%1$s on %2$s %3$s, %4$s"
2474
  msgstr ""
2475
 
2476
- #: bbp-includes/bbp-core-widgets.php:760
2477
  msgctxt "widgets"
2478
  msgid "%1$s on %2$s"
2479
  msgstr ""
2480
 
2481
- #: bbp-includes/bbp-core-widgets.php:808
2482
  msgid "Maximum replies to show:"
2483
  msgstr ""
2484
 
@@ -2680,12 +2695,12 @@ msgstr[0] ""
2680
  msgstr[1] ""
2681
 
2682
  #: bbp-includes/bbp-forum-template.php:1147
2683
- #: bbp-includes/bbp-topic-template.php:1818
2684
  msgid " (+ %d hidden)"
2685
  msgstr ""
2686
 
2687
  #: bbp-includes/bbp-forum-template.php:1838
2688
- #: bbp-includes/bbp-topic-template.php:1802
2689
  msgid "%s reply"
2690
  msgid_plural "%s replies"
2691
  msgstr[0] ""
@@ -2864,7 +2879,7 @@ msgid "All Posts"
2864
  msgstr ""
2865
 
2866
  #: bbp-includes/bbp-reply-functions.php:1498
2867
- #: bbp-includes/bbp-topic-functions.php:3171
2868
  msgid "Replies: %s"
2869
  msgstr ""
2870
 
@@ -2877,25 +2892,25 @@ msgid "This reply was modified %1$s by %2$s."
2877
  msgstr ""
2878
 
2879
  #: bbp-includes/bbp-reply-template.php:859
2880
- #: bbp-includes/bbp-topic-template.php:1168
2881
  #: bbp-includes/bbp-user-template.php:164
2882
  msgid "Anonymous"
2883
  msgstr ""
2884
 
2885
  #: bbp-includes/bbp-reply-template.php:960
2886
- #: bbp-includes/bbp-topic-template.php:1273
2887
  #: bbp-includes/bbp-user-template.php:1196
2888
  msgid "View %s's profile"
2889
  msgstr ""
2890
 
2891
  #: bbp-includes/bbp-reply-template.php:960
2892
- #: bbp-includes/bbp-topic-template.php:1273
2893
  #: bbp-includes/bbp-user-template.php:1196
2894
  msgid "Visit %s's website"
2895
  msgstr ""
2896
 
2897
  #: bbp-includes/bbp-reply-template.php:1576
2898
- #: bbp-includes/bbp-topic-template.php:2304
2899
  #: bbp-theme-compat/bbpress/form-topic-tag.php:88
2900
  #: bbp-theme-compat/bbpress/form-topic-tag.php:101
2901
  #: bbp-themes/bbp-twentyten/bbpress/form-topic-tag.php:89
@@ -2904,12 +2919,12 @@ msgid "Delete"
2904
  msgstr ""
2905
 
2906
  #: bbp-includes/bbp-reply-template.php:1595
2907
- #: bbp-includes/bbp-topic-template.php:2323
2908
  msgid "Are you sure you want to delete that permanently?"
2909
  msgstr ""
2910
 
2911
  #: bbp-includes/bbp-reply-template.php:1646
2912
- #: bbp-includes/bbp-topic-template.php:2560
2913
  msgid "Unspam"
2914
  msgstr ""
2915
 
@@ -3174,29 +3189,29 @@ msgstr ""
3174
  msgid "<strong>ERROR</strong>: There was a problem deleting the topic."
3175
  msgstr ""
3176
 
3177
- #: bbp-includes/bbp-topic-template.php:801
3178
  msgid "This topic was modified %1$s by %2$s. Reason: %3$s"
3179
  msgstr ""
3180
 
3181
- #: bbp-includes/bbp-topic-template.php:803
3182
  msgid "This topic was modified %1$s by %2$s."
3183
  msgstr ""
3184
 
3185
- #: bbp-includes/bbp-topic-template.php:1980
3186
  msgid "Tagged:"
3187
  msgstr ""
3188
 
3189
- #: bbp-includes/bbp-topic-template.php:2372
3190
  msgctxt "Topic Status"
3191
  msgid "Close"
3192
  msgstr ""
3193
 
3194
- #: bbp-includes/bbp-topic-template.php:2373
3195
  msgctxt "Topic Status"
3196
  msgid "Open"
3197
  msgstr ""
3198
 
3199
- #: bbp-includes/bbp-topic-template.php:2503
3200
  #: bbp-theme-compat/bbpress/form-topic-tag.php:59
3201
  #: bbp-theme-compat/bbpress/form-topic-tag.php:73
3202
  #: bbp-themes/bbp-twentyten/bbpress/form-topic-tag.php:59
@@ -3204,53 +3219,53 @@ msgstr ""
3204
  msgid "Merge"
3205
  msgstr ""
3206
 
3207
- #: bbp-includes/bbp-topic-template.php:2615
3208
  msgid "Viewing %1$s topic"
3209
  msgid_plural "Viewing %1$s topics"
3210
  msgstr[0] ""
3211
  msgstr[1] ""
3212
 
3213
- #: bbp-includes/bbp-topic-template.php:2619
3214
  msgid "Viewing topic %2$s (of %4$s total)"
3215
  msgid_plural "Viewing %1$s topics - %2$s through %3$s (of %4$s total)"
3216
  msgstr[0] ""
3217
  msgstr[1] ""
3218
 
3219
- #: bbp-includes/bbp-topic-template.php:2679
3220
  msgid "This topic is marked as spam."
3221
  msgstr ""
3222
 
3223
- #: bbp-includes/bbp-topic-template.php:2684
3224
  msgid "This topic is in the trash."
3225
  msgstr ""
3226
 
3227
- #: bbp-includes/bbp-topic-template.php:2722
3228
  msgid "Normal"
3229
  msgstr ""
3230
 
3231
- #: bbp-includes/bbp-topic-template.php:2723
3232
  msgid "Sticky"
3233
  msgstr ""
3234
 
3235
- #: bbp-includes/bbp-topic-template.php:2724
3236
  msgid "Super Sticky"
3237
  msgstr ""
3238
 
3239
- #: bbp-includes/bbp-topic-template.php:2845
3240
  msgid "%s voice"
3241
  msgid_plural "%s voices"
3242
  msgstr[0] ""
3243
  msgstr[1] ""
3244
 
3245
- #: bbp-includes/bbp-topic-template.php:2851
3246
  msgid "This topic contains %1$s, has %2$s, and was last updated by %3$s %4$s."
3247
  msgstr ""
3248
 
3249
- #: bbp-includes/bbp-topic-template.php:2855
3250
  msgid "This topic contains %1$s and has %2$s."
3251
  msgstr ""
3252
 
3253
- #: bbp-includes/bbp-topic-template.php:2859
3254
  msgid "This topic has no replies."
3255
  msgstr ""
3256
 
@@ -4361,9 +4376,9 @@ msgstr ""
4361
  msgid "bbPress"
4362
  msgstr ""
4363
 
4364
- #. #-#-#-#-# plugin.pot (bbPress 2.1.1) #-#-#-#-#
4365
  #. Plugin URI of the plugin/theme
4366
- #. #-#-#-#-# plugin.pot (bbPress 2.1.1) #-#-#-#-#
4367
  #. Author URI of the plugin/theme
4368
  msgid "http://bbpress.org"
4369
  msgstr ""
2
  # This file is distributed under the same license as the bbPress package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: bbPress 2.1.2\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/bbpress\n"
7
+ "POT-Creation-Date: 2012-08-01 07:39:37+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
242
  msgid "Overview"
243
  msgstr ""
244
 
245
+ #: bbp-admin/bbp-forums.php:122
 
246
  msgid ""
247
+ "This screen displays the individual forums on your site. You can customize "
248
+ "the display of this screen to suit your workflow."
249
  msgstr ""
250
 
251
  #: bbp-admin/bbp-forums.php:128 bbp-admin/bbp-replies.php:140
260
  "ways:"
261
  msgstr ""
262
 
263
+ #: bbp-admin/bbp-forums.php:132
 
264
  msgid ""
265
+ "You can hide/display columns based on your needs and decide how many forums "
266
  "to list per screen using the Screen Options tab."
267
  msgstr ""
268
 
269
  #: bbp-admin/bbp-forums.php:133
270
  msgid ""
271
+ "You can filter the list of forums by forum status using the text links in "
272
+ "the upper left to show All, Published, or Trashed forums. The default view "
273
+ "is to show all forums."
274
  msgstr ""
275
 
276
+ #: bbp-admin/bbp-forums.php:134
 
277
  msgid ""
278
+ "You can refine the list to show only forums from a specific month by using "
279
+ "the dropdown menus above the forums list. Click the Filter button after "
280
+ "making your selection. You also can refine the list by clicking on the forum "
281
+ "creator in the forums list."
282
  msgstr ""
283
 
284
+ #: bbp-admin/bbp-forums.php:141 bbp-admin/bbp-replies.php:154
285
+ #: bbp-admin/bbp-topics.php:153
 
 
 
 
 
 
 
 
286
  msgid "Available Actions"
287
  msgstr ""
288
 
289
+ #: bbp-admin/bbp-forums.php:143
290
  msgid ""
291
+ "Hovering over a row in the forums list will display action links that allow "
292
  "you to manage your forum. You can perform the following actions:"
293
  msgstr ""
294
 
295
+ #: bbp-admin/bbp-forums.php:145 bbp-admin/bbp-topics.php:157
296
  msgid ""
297
  "<strong>Edit</strong> takes you to the editing screen for that forum. You "
298
  "can also reach that screen by clicking on the forum title."
299
  msgstr ""
300
 
301
+ #: bbp-admin/bbp-forums.php:146 bbp-admin/bbp-topics.php:158
302
  msgid ""
303
  "<strong>Trash</strong> removes your forum from this list and places it in "
304
  "the trash, from which you can permanently delete it."
305
  msgstr ""
306
 
307
+ #: bbp-admin/bbp-forums.php:147
 
 
 
 
 
 
308
  msgid ""
309
+ "<strong>View</strong> will show you what your draft forum will look like if "
310
+ "you publish it. View will take you to your live site to view the forum. "
311
  "Which link is available depends on your forum&#8217;s status."
312
  msgstr ""
313
 
314
+ #: bbp-admin/bbp-forums.php:154 bbp-admin/bbp-replies.php:169
315
+ #: bbp-admin/bbp-topics.php:167
316
  msgid "Bulk Actions"
317
  msgstr ""
318
 
319
+ #: bbp-admin/bbp-forums.php:156
 
320
  msgid ""
321
+ "You can also edit or move multiple forums to the trash at once. Select the "
322
+ "forums you want to act on using the checkboxes, then select the action you "
323
  "want to take from the Bulk Actions menu and click Apply."
324
  msgstr ""
325
 
326
+ #: bbp-admin/bbp-forums.php:157
327
  msgid ""
328
  "When using Bulk Edit, you can change the metadata (categories, author, etc.) "
329
+ "for all selected forums at once. To remove a forum from the grouping, just "
330
  "click the x next to its name in the Bulk Edit area that appears."
331
  msgstr ""
332
 
333
+ #: bbp-admin/bbp-forums.php:162 bbp-admin/bbp-forums.php:233
334
  #: bbp-admin/bbp-replies.php:177 bbp-admin/bbp-replies.php:245
335
+ #: bbp-admin/bbp-settings.php:1270 bbp-admin/bbp-topics.php:175
336
+ #: bbp-admin/bbp-topics.php:243
337
  msgid "For more information:"
338
  msgstr ""
339
 
340
+ #: bbp-admin/bbp-forums.php:163 bbp-admin/bbp-forums.php:234
341
  #: bbp-admin/bbp-replies.php:178 bbp-admin/bbp-replies.php:246
342
+ #: bbp-admin/bbp-settings.php:1271 bbp-admin/bbp-topics.php:176
343
+ #: bbp-admin/bbp-topics.php:244
344
  msgid ""
345
+ "<a href=\"http://codex.bbpress.org\" target=\"_blank\">bbPress "
346
  "Documentation</a>"
347
  msgstr ""
348
 
349
+ #: bbp-admin/bbp-forums.php:164 bbp-admin/bbp-forums.php:235
350
  #: bbp-admin/bbp-replies.php:179 bbp-admin/bbp-replies.php:247
351
+ #: bbp-admin/bbp-settings.php:1272 bbp-admin/bbp-topics.php:177
352
+ #: bbp-admin/bbp-topics.php:245
353
  msgid ""
354
  "<a href=\"http://bbpress.org/forums/\" target=\"_blank\">bbPress Support "
355
  "Forums</a>"
356
  msgstr ""
357
 
358
+ #: bbp-admin/bbp-forums.php:178
359
  msgid ""
360
  "The title field and the big forum editing Area are fixed in place, but you "
361
  "can reposition all the other boxes using drag and drop, and can minimize or "
365
  "screen."
366
  msgstr ""
367
 
368
+ #: bbp-admin/bbp-forums.php:182 bbp-admin/bbp-replies.php:197
369
+ #: bbp-admin/bbp-topics.php:195
370
  msgid "Customizing This Display"
371
  msgstr ""
372
 
373
+ #: bbp-admin/bbp-forums.php:188
374
  msgid "Title and Forum Editor"
375
  msgstr ""
376
 
377
+ #: bbp-admin/bbp-forums.php:190
378
  msgid ""
379
  "<strong>Title</strong> - Enter a title for your forum. After you enter a "
380
  "title, you&#8217;ll see the permalink below, which you can edit."
381
  msgstr ""
382
 
383
+ #: bbp-admin/bbp-forums.php:191
384
  msgid ""
385
  "<strong>Forum Editor</strong> - Enter the text for your forum. There are two "
386
  "modes of editing: Visual and HTML. Choose the mode by clicking on the "
394
  "over the top area. Exit Fullscreen back to the regular forum editor."
395
  msgstr ""
396
 
397
+ #: bbp-admin/bbp-forums.php:194
398
  msgid ""
399
  "<strong>Publish</strong> - You can set the terms of publishing your forum in "
400
  "the Publish box. For Status, Visibility, and Publish (immediately), click on "
405
  "future or backdate a forum."
406
  msgstr ""
407
 
408
+ #: bbp-admin/bbp-forums.php:197
409
  msgid ""
410
  "<strong>forum Format</strong> - This designates how your theme will display "
411
  "a specific forum. For example, you could have a <em>standard</em> blog forum "
416
  "formats."
417
  msgstr ""
418
 
419
+ #: bbp-admin/bbp-forums.php:201
420
  msgid ""
421
  "<strong>Featured Image</strong> - This allows you to associate an image with "
422
  "your forum without inserting it. This is usually useful only if your theme "
424
  "custom header, etc."
425
  msgstr ""
426
 
427
+ #: bbp-admin/bbp-forums.php:206 bbp-admin/bbp-forums.php:254
428
  msgid "Forum Attributes"
429
  msgstr ""
430
 
431
+ #: bbp-admin/bbp-forums.php:208
432
  msgid "Select the attributes that your forum should have:"
433
  msgstr ""
434
 
435
+ #: bbp-admin/bbp-forums.php:210
436
  msgid ""
437
  "<strong>Type</strong> indicates if the forum is a category or forum. "
438
  "Categories generally contain other forums."
439
  msgstr ""
440
 
441
+ #: bbp-admin/bbp-forums.php:211
442
  msgid ""
443
+ "<strong>Status</strong> allows you to close a forum to new topics and forums."
 
444
  msgstr ""
445
 
446
+ #: bbp-admin/bbp-forums.php:212
447
  msgid ""
448
  "<strong>Visibility</strong> lets you pick the scope of each forum and what "
449
  "users are allowed to access it."
450
  msgstr ""
451
 
452
+ #: bbp-admin/bbp-forums.php:213
453
  msgid ""
454
  "<strong>Parent</strong> dropdown determines the parent forum. Select the "
455
  "forum or category from the dropdown, or leave the default (No Parent) to "
456
  "create the forum at the root of your forums."
457
  msgstr ""
458
 
459
+ #: bbp-admin/bbp-forums.php:214
460
  msgid "<strong>Order</strong> allows you to order your forums numerically."
461
  msgstr ""
462
 
463
+ #: bbp-admin/bbp-forums.php:220 bbp-admin/bbp-replies.php:232
464
+ #: bbp-admin/bbp-topics.php:230
465
  msgid "Publish Box"
466
  msgstr ""
467
 
468
+ #: bbp-admin/bbp-forums.php:226 bbp-admin/bbp-replies.php:238
469
+ #: bbp-admin/bbp-topics.php:236
470
  msgid "Discussion Settings"
471
  msgstr ""
472
 
473
+ #: bbp-admin/bbp-forums.php:228 bbp-admin/bbp-replies.php:240
474
+ #: bbp-admin/bbp-topics.php:238
475
  msgid ""
476
  "<strong>Send Trackbacks</strong> - Trackbacks are a way to notify legacy "
477
  "blog systems that you&#8217;ve linked to them. Enter the URL(s) you want to "
479
  "notified automatically using pingbacks, and this field is unnecessary."
480
  msgstr ""
481
 
482
+ #: bbp-admin/bbp-forums.php:229
483
  msgid ""
484
  "<strong>Discussion</strong> - You can turn comments and pings on or off, and "
485
  "if there are comments on the forum, you can see them here and moderate them."
486
  msgstr ""
487
 
488
+ #: bbp-admin/bbp-forums.php:420 bbp-admin/bbp-metaboxes.php:50
489
  #: bbp-admin/bbp-metaboxes.php:345 bbp-admin/bbp-metaboxes.php:348
490
  #: bbp-admin/bbp-metaboxes.php:396 bbp-admin/bbp-metaboxes.php:399
491
+ #: bbp-admin/bbp-replies.php:616 bbp-admin/bbp-topics.php:678
492
  #: bbp-includes/bbp-extend-buddypress.php:1405
493
  #: bbp-includes/bbp-forum-template.php:2124
494
  #: bbp-theme-compat/bbpress/loop-forums.php:19
496
  msgid "Forum"
497
  msgstr ""
498
 
499
+ #: bbp-admin/bbp-forums.php:421 bbp-admin/bbp-settings.php:171
500
+ #: bbp-admin/bbp-settings.php:192 bbp-admin/bbp-topics.php:677
501
  #: bbp-includes/bbp-extend-buddypress.php:432
502
  #: bbp-includes/bbp-extend-buddypress.php:1434
503
  #: bbp-includes/bbp-forum-template.php:2272
509
  msgid "Topics"
510
  msgstr ""
511
 
512
+ #: bbp-admin/bbp-forums.php:422 bbp-admin/bbp-settings.php:179
513
+ #: bbp-admin/bbp-settings.php:200 bbp-admin/bbp-topics.php:679
514
  #: bbp-includes/bbp-extend-buddypress.php:433
515
  #: bbp-includes/bbp-forum-template.php:2336
516
  #: bbp-includes/bbp-theme-compatibility.php:493
529
  msgid "Replies"
530
  msgstr ""
531
 
532
+ #: bbp-admin/bbp-forums.php:423
533
  #: bbp-theme-compat/bbpress/content-single-topic-lead.php:18
534
  #: bbp-theme-compat/bbpress/content-single-topic-lead.php:90
535
  #: bbp-themes/bbp-twentyten/bbpress/content-single-topic-lead.php:17
536
  msgid "Creator"
537
  msgstr ""
538
 
539
+ #: bbp-admin/bbp-forums.php:424 bbp-admin/bbp-replies.php:619
540
+ #: bbp-admin/bbp-topics.php:682
541
  msgid "Created"
542
  msgstr ""
543
 
544
+ #: bbp-admin/bbp-forums.php:425 bbp-admin/bbp-topics.php:683
545
  #: bbp-theme-compat/bbpress/loop-forums.php:22
546
  #: bbp-theme-compat/bbpress/loop-topics.php:22
547
  #: bbp-themes/bbp-twentyten/bbpress/loop-forums.php:21
549
  msgid "Freshness"
550
  msgstr ""
551
 
552
+ #: bbp-admin/bbp-forums.php:462 bbp-admin/bbp-replies.php:727
553
+ #: bbp-admin/bbp-topics.php:762
554
  msgid "%1$s <br /> %2$s"
555
  msgstr ""
556
 
557
+ #: bbp-admin/bbp-forums.php:474 bbp-includes/bbp-forum-template.php:541
558
  msgid "No Topics"
559
  msgstr ""
560
 
561
+ #: bbp-admin/bbp-forums.php:540
562
  msgid "Forum updated. <a href=\"%s\">View forum</a>"
563
  msgstr ""
564
 
565
+ #: bbp-admin/bbp-forums.php:543 bbp-admin/bbp-replies.php:899
566
+ #: bbp-admin/bbp-topics.php:968
567
  msgid "Custom field updated."
568
  msgstr ""
569
 
570
+ #: bbp-admin/bbp-forums.php:546 bbp-admin/bbp-replies.php:902
571
+ #: bbp-admin/bbp-topics.php:971
572
  msgid "Custom field deleted."
573
  msgstr ""
574
 
575
+ #: bbp-admin/bbp-forums.php:549
576
  msgid "Forum updated."
577
  msgstr ""
578
 
579
  #. translators: %s: date and time of the revision
580
+ #: bbp-admin/bbp-forums.php:554
581
  msgid "Forum restored to revision from %s"
582
  msgstr ""
583
 
584
+ #: bbp-admin/bbp-forums.php:558
585
  msgid "Forum created. <a href=\"%s\">View forum</a>"
586
  msgstr ""
587
 
588
+ #: bbp-admin/bbp-forums.php:561
589
  msgid "Forum saved."
590
  msgstr ""
591
 
592
+ #: bbp-admin/bbp-forums.php:564
593
  msgid "Forum submitted. <a target=\"_blank\" href=\"%s\">Preview forum</a>"
594
  msgstr ""
595
 
596
+ #: bbp-admin/bbp-forums.php:567
597
  msgid ""
598
  "Forum scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
599
  "\">Preview forum</a>"
600
  msgstr ""
601
 
602
  #. translators: Publish box date format, see http:php.net/date
603
+ #: bbp-admin/bbp-forums.php:569 bbp-admin/bbp-replies.php:925
604
+ #: bbp-admin/bbp-topics.php:994
605
  msgid "M j, Y @ G:i"
606
  msgstr ""
607
 
608
+ #: bbp-admin/bbp-forums.php:574
609
  msgid "Forum draft updated. <a target=\"_blank\" href=\"%s\">Preview forum</a>"
610
  msgstr ""
611
 
706
  msgid "Forum Order"
707
  msgstr ""
708
 
709
+ #: bbp-admin/bbp-metaboxes.php:342 bbp-admin/bbp-topics.php:740
710
  msgid "(No Forum)"
711
  msgstr ""
712
 
748
  msgid "IP Address"
749
  msgstr ""
750
 
751
+ #: bbp-admin/bbp-replies.php:134
752
+ msgid ""
753
+ "This screen provides access to all of your replies. You can customize the "
754
+ "display of this screen to suit your workflow."
755
+ msgstr ""
756
+
757
+ #: bbp-admin/bbp-replies.php:144
758
+ msgid ""
759
+ "You can hide/display columns based on your needs and decide how many replies "
760
+ "to list per screen using the Screen Options tab."
761
+ msgstr ""
762
+
763
  #: bbp-admin/bbp-replies.php:145
764
  msgid ""
765
  "You can filter the list of replies by reply status using the text links in "
767
  "default view is to show all replies."
768
  msgstr ""
769
 
770
+ #: bbp-admin/bbp-replies.php:146
771
+ msgid ""
772
+ "You can view replies in a simple title list or with an excerpt. Choose the "
773
+ "view you prefer by clicking on the icons at the top of the list on the right."
774
+ msgstr ""
775
+
776
  #: bbp-admin/bbp-replies.php:147
777
  msgid ""
778
  "You can refine the list to show only replies in a specific category or from "
812
  "Which link is available depends on your reply&#8217;s status."
813
  msgstr ""
814
 
815
+ #: bbp-admin/bbp-replies.php:171
816
+ msgid ""
817
+ "You can also edit or move multiple replies to the trash at once. Select the "
818
+ "replies you want to act on using the checkboxes, then select the action you "
819
+ "want to take from the Bulk Actions menu and click Apply."
820
+ msgstr ""
821
+
822
  #: bbp-admin/bbp-replies.php:172
823
  msgid ""
824
  "When using Bulk Edit, you can change the metadata (categories, author, etc.) "
916
  "if there are comments on the reply, you can see them here and moderate them."
917
  msgstr ""
918
 
919
+ #: bbp-admin/bbp-replies.php:351 bbp-admin/bbp-topics.php:366
920
  #: bbp-theme-compat/bbpress/form-anonymous.php:17
921
  #: bbp-themes/bbp-twentyten/bbpress/form-anonymous.php:17
922
  msgid "Author Information"
926
  msgid "The reply was not found!"
927
  msgstr ""
928
 
929
+ #: bbp-admin/bbp-replies.php:510 bbp-admin/bbp-topics.php:533
930
  msgid "You do not have the permission to do that!"
931
  msgstr ""
932
 
950
  msgid "Title"
951
  msgstr ""
952
 
953
+ #: bbp-admin/bbp-replies.php:618 bbp-admin/bbp-topics.php:681
954
  #: bbp-theme-compat/bbpress/loop-replies.php:18
955
  #: bbp-theme-compat/bbpress/loop-replies.php:52
956
  #: bbp-themes/bbp-twentyten/bbpress/loop-replies.php:17
964
  msgstr ""
965
 
966
  #: bbp-admin/bbp-replies.php:698 bbp-admin/bbp-replies.php:713
967
+ #: bbp-admin/bbp-topics.php:733
968
  msgid "No Forum"
969
  msgstr ""
970
 
972
  msgid "(Mismatch)"
973
  msgstr ""
974
 
975
+ #: bbp-admin/bbp-replies.php:772 bbp-admin/bbp-topics.php:822
976
  msgid "View &#8220;%s&#8221;"
977
  msgstr ""
978
 
979
+ #: bbp-admin/bbp-replies.php:772 bbp-admin/bbp-topics.php:822
980
  msgid "View"
981
  msgstr ""
982
 
984
  msgid "Mark the reply as not spam"
985
  msgstr ""
986
 
987
+ #: bbp-admin/bbp-replies.php:783 bbp-admin/bbp-topics.php:853
988
  msgid "Not spam"
989
  msgstr ""
990
 
992
  msgid "Mark this reply as spam"
993
  msgstr ""
994
 
995
+ #: bbp-admin/bbp-replies.php:785 bbp-admin/bbp-topics.php:855
996
  #: bbp-includes/bbp-reply-template.php:1645
997
+ #: bbp-includes/bbp-topic-template.php:2562
998
  msgid "Spam"
999
  msgstr ""
1000
 
1001
+ #: bbp-admin/bbp-replies.php:794 bbp-admin/bbp-topics.php:863
1002
  #: bbp-includes/bbp-reply-template.php:1589
1003
+ #: bbp-includes/bbp-topic-template.php:2320
1004
  msgid "Restore this item from the Trash"
1005
  msgstr ""
1006
 
1007
+ #: bbp-admin/bbp-replies.php:794 bbp-admin/bbp-topics.php:863
1008
  #: bbp-includes/bbp-reply-template.php:1575
1009
+ #: bbp-includes/bbp-topic-template.php:2306
1010
  msgid "Restore"
1011
  msgstr ""
1012
 
1013
+ #: bbp-admin/bbp-replies.php:796 bbp-admin/bbp-topics.php:865
1014
  #: bbp-includes/bbp-reply-template.php:1591
1015
+ #: bbp-includes/bbp-topic-template.php:2322
1016
  msgid "Move this item to the Trash"
1017
  msgstr ""
1018
 
1019
+ #: bbp-admin/bbp-replies.php:796 bbp-admin/bbp-topics.php:865
1020
  #: bbp-includes/bbp-reply-template.php:1574
1021
+ #: bbp-includes/bbp-topic-template.php:2305
1022
  msgid "Trash"
1023
  msgstr ""
1024
 
1025
+ #: bbp-admin/bbp-replies.php:800 bbp-admin/bbp-topics.php:869
1026
  #: bbp-includes/bbp-reply-template.php:1595
1027
+ #: bbp-includes/bbp-topic-template.php:2326
1028
  msgid "Delete this item permanently"
1029
  msgstr ""
1030
 
1031
+ #: bbp-admin/bbp-replies.php:800 bbp-admin/bbp-topics.php:869
1032
  msgid "Delete Permanently"
1033
  msgstr ""
1034
 
1035
+ #: bbp-admin/bbp-replies.php:826 bbp-admin/bbp-topics.php:895
1036
  msgid "Empty Spam"
1037
  msgstr ""
1038
 
1039
+ #: bbp-admin/bbp-replies.php:836 bbp-admin/bbp-topics.php:905
1040
  msgid "In all forums"
1041
  msgstr ""
1042
 
1740
  msgid "All Forums"
1741
  msgstr ""
1742
 
1743
+ #: bbp-admin/bbp-tools.php:865 bbp-includes/bbp-topic-functions.php:3135
1744
  #: bbpress.php:535
1745
  msgid "All Topics"
1746
  msgstr ""
1822
  msgid "Deleting Roles and Capabilities&hellip; %s"
1823
  msgstr ""
1824
 
1825
+ #: bbp-admin/bbp-topics.php:134
1826
  msgid ""
1827
+ "This screen displays the individual topics on your site. You can customize "
1828
+ "the display of this screen to suit your workflow."
 
1829
  msgstr ""
1830
 
1831
+ #: bbp-admin/bbp-topics.php:144
1832
  msgid ""
1833
+ "You can hide/display columns based on your needs and decide how many topics "
1834
+ "to list per screen using the Screen Options tab."
 
 
1835
  msgstr ""
1836
 
1837
+ #: bbp-admin/bbp-topics.php:145
1838
  msgid ""
1839
+ "You can filter the list of topics by forum status using the text links in "
1840
+ "the upper left to show All, Published, or Trashed topics. The default view "
1841
+ "is to show all topics."
1842
  msgstr ""
1843
 
1844
+ #: bbp-admin/bbp-topics.php:146
1845
  msgid ""
1846
+ "You can refine the list to show only topics from a specific month by using "
1847
+ "the dropdown menus above the topics list. Click the Filter button after "
1848
+ "making your selection. You also can refine the list by clicking on the forum "
1849
+ "creator in the topics list."
1850
  msgstr ""
1851
 
1852
+ #: bbp-admin/bbp-topics.php:155
1853
  msgid ""
1854
+ "Hovering over a row in the topics list will display action links that allow "
1855
+ "you to manage your topic. You can perform the following actions:"
1856
  msgstr ""
1857
 
1858
+ #: bbp-admin/bbp-topics.php:159
1859
  msgid ""
1860
  "<strong>Spam</strong> removes your topic from this list and places it in the "
1861
  "spam queue, from which you can permanently delete it."
1862
  msgstr ""
1863
 
1864
+ #: bbp-admin/bbp-topics.php:160
1865
  msgid ""
1866
  "<strong>Preview</strong> will show you what your draft topic will look like "
1867
  "if you publish it. View will take you to your live site to view the topic. "
1868
  "Which link is available depends on your topic&#8217;s status."
1869
  msgstr ""
1870
 
1871
+ #: bbp-admin/bbp-topics.php:169
1872
+ msgid ""
1873
+ "You can also edit or move multiple topics to the trash at once. Select the "
1874
+ "topics you want to act on using the checkboxes, then select the action you "
1875
+ "want to take from the Bulk Actions menu and click Apply."
1876
+ msgstr ""
1877
+
1878
+ #: bbp-admin/bbp-topics.php:170
1879
  msgid ""
1880
  "When using Bulk Edit, you can change the metadata (categories, author, etc.) "
1881
+ "for all selected topics at once. To remove a topic from the grouping, just "
1882
  "click the x next to its name in the Bulk Edit area that appears."
1883
  msgstr ""
1884
 
1885
+ #: bbp-admin/bbp-topics.php:191
1886
  msgid ""
1887
  "The title field and the big topic editing Area are fixed in place, but you "
1888
  "can reposition all the other boxes using drag and drop, and can minimize or "
1892
  "screen."
1893
  msgstr ""
1894
 
1895
+ #: bbp-admin/bbp-topics.php:201
1896
  msgid "Title and Topic Editor"
1897
  msgstr ""
1898
 
1899
+ #: bbp-admin/bbp-topics.php:203
1900
  msgid ""
1901
  "<strong>Title</strong> - Enter a title for your topic. After you enter a "
1902
  "title, you&#8217;ll see the permalink below, which you can edit."
1903
  msgstr ""
1904
 
1905
+ #: bbp-admin/bbp-topics.php:204
1906
  msgid ""
1907
  "<strong>Topic Editor</strong> - Enter the text for your topic. There are two "
1908
  "modes of editing: Visual and HTML. Choose the mode by clicking on the "
1916
  "over the top area. Exit Fullscreen back to the regular topic editor."
1917
  msgstr ""
1918
 
1919
+ #: bbp-admin/bbp-topics.php:207
1920
  msgid ""
1921
  "<strong>Publish</strong> - You can set the terms of publishing your topic in "
1922
  "the Publish box. For Status, Visibility, and Publish (immediately), click on "
1927
  "future or backdate a topic."
1928
  msgstr ""
1929
 
1930
+ #: bbp-admin/bbp-topics.php:210
1931
  msgid ""
1932
  "<strong>topic Format</strong> - This designates how your theme will display "
1933
  "a specific topic. For example, you could have a <em>standard</em> blog topic "
1938
  "formats."
1939
  msgstr ""
1940
 
1941
+ #: bbp-admin/bbp-topics.php:214
1942
  msgid ""
1943
  "<strong>Featured Image</strong> - This allows you to associate an image with "
1944
  "your topic without inserting it. This is usually useful only if your theme "
1946
  "custom header, etc."
1947
  msgstr ""
1948
 
1949
+ #: bbp-admin/bbp-topics.php:219 bbp-admin/bbp-topics.php:264
1950
  msgid "Topic Attributes"
1951
  msgstr ""
1952
 
1953
+ #: bbp-admin/bbp-topics.php:221
1954
  msgid "Select the attributes that your topic should have:"
1955
  msgstr ""
1956
 
1957
+ #: bbp-admin/bbp-topics.php:223
1958
  msgid ""
1959
  "<strong>Forum</strong> dropdown determines the parent forum that the topic "
1960
  "belongs to. Select the forum or category from the dropdown, or leave the "
1961
  "default (No Forum) to post the topic without an assigned forum."
1962
  msgstr ""
1963
 
1964
+ #: bbp-admin/bbp-topics.php:224
1965
  msgid ""
1966
  "<strong>Topic Type</strong> dropdown indicates the sticky status of the "
1967
  "topic. Selecting the super sticky option would stick the topic to the front "
1969
  "its respective forum. Selecting normal would not stick the topic anywhere."
1970
  msgstr ""
1971
 
1972
+ #: bbp-admin/bbp-topics.php:239
1973
  msgid ""
1974
  "<strong>Discussion</strong> - You can turn comments and pings on or off, and "
1975
  "if there are comments on the topic, you can see them here and moderate them."
1976
  msgstr ""
1977
 
1978
+ #: bbp-admin/bbp-topics.php:530
1979
  msgid "The topic was not found!"
1980
  msgstr ""
1981
 
1982
+ #: bbp-admin/bbp-topics.php:620
1983
  msgid "There was a problem opening the topic \"%1$s\"."
1984
  msgstr ""
1985
 
1986
+ #: bbp-admin/bbp-topics.php:620
1987
  msgid "Topic \"%1$s\" successfully opened."
1988
  msgstr ""
1989
 
1990
+ #: bbp-admin/bbp-topics.php:624
1991
  msgid "There was a problem closing the topic \"%1$s\"."
1992
  msgstr ""
1993
 
1994
+ #: bbp-admin/bbp-topics.php:624
1995
  msgid "Topic \"%1$s\" successfully closed."
1996
  msgstr ""
1997
 
1998
+ #: bbp-admin/bbp-topics.php:628
1999
  msgid "There was a problem sticking the topic \"%1$s\" to front."
2000
  msgstr ""
2001
 
2002
+ #: bbp-admin/bbp-topics.php:628
2003
  msgid "Topic \"%1$s\" successfully sticked to front."
2004
  msgstr ""
2005
 
2006
+ #: bbp-admin/bbp-topics.php:632
2007
  msgid "There was a problem sticking the topic \"%1$s\"."
2008
  msgstr ""
2009
 
2010
+ #: bbp-admin/bbp-topics.php:632
2011
  msgid "Topic \"%1$s\" successfully sticked."
2012
  msgstr ""
2013
 
2014
+ #: bbp-admin/bbp-topics.php:636
2015
  msgid "There was a problem unsticking the topic \"%1$s\"."
2016
  msgstr ""
2017
 
2018
+ #: bbp-admin/bbp-topics.php:636
2019
  msgid "Topic \"%1$s\" successfully unsticked."
2020
  msgstr ""
2021
 
2022
+ #: bbp-admin/bbp-topics.php:640
2023
  msgid "There was a problem marking the topic \"%1$s\" as spam."
2024
  msgstr ""
2025
 
2026
+ #: bbp-admin/bbp-topics.php:640
2027
  msgid "Topic \"%1$s\" successfully marked as spam."
2028
  msgstr ""
2029
 
2030
+ #: bbp-admin/bbp-topics.php:644
2031
  msgid "There was a problem unmarking the topic \"%1$s\" as spam."
2032
  msgstr ""
2033
 
2034
+ #: bbp-admin/bbp-topics.php:644
2035
  msgid "Topic \"%1$s\" successfully unmarked as spam."
2036
  msgstr ""
2037
 
2038
+ #: bbp-admin/bbp-topics.php:680 bbp-theme-compat/bbpress/loop-topics.php:20
2039
  #: bbp-themes/bbp-twentyten/bbpress/loop-topics.php:18
2040
  msgid "Voices"
2041
  msgstr ""
2042
 
2043
+ #: bbp-admin/bbp-topics.php:775 bbp-includes/bbp-topic-template.php:1764
2044
  msgid "No Replies"
2045
  msgstr ""
2046
 
2047
+ #: bbp-admin/bbp-topics.php:832
2048
  msgid "Close this topic"
2049
  msgstr ""
2050
 
2051
+ #: bbp-admin/bbp-topics.php:832
2052
  msgctxt "Close a Topic"
2053
  msgid "Close"
2054
  msgstr ""
2055
 
2056
+ #: bbp-admin/bbp-topics.php:834
2057
  msgid "Open this topic"
2058
  msgstr ""
2059
 
2060
+ #: bbp-admin/bbp-topics.php:834
2061
  msgctxt "Open a Topic"
2062
  msgid "Open"
2063
  msgstr ""
2064
 
2065
+ #: bbp-admin/bbp-topics.php:843
2066
  msgid "Unstick this topic"
2067
  msgstr ""
2068
 
2069
+ #: bbp-admin/bbp-topics.php:843 bbp-includes/bbp-topic-template.php:2436
2070
  msgid "Unstick"
2071
  msgstr ""
2072
 
2073
+ #: bbp-admin/bbp-topics.php:846
2074
  msgid "Stick this topic to its forum"
2075
  msgstr ""
2076
 
2077
+ #: bbp-admin/bbp-topics.php:846 bbp-includes/bbp-topic-template.php:2435
2078
  msgid "Stick"
2079
  msgstr ""
2080
 
2081
+ #: bbp-admin/bbp-topics.php:846
2082
  msgid "Stick this topic to front"
2083
  msgstr ""
2084
 
2085
+ #: bbp-admin/bbp-topics.php:846 bbp-includes/bbp-topic-template.php:2437
2086
  msgid "to front"
2087
  msgstr ""
2088
 
2089
+ #: bbp-admin/bbp-topics.php:853
2090
  msgid "Mark the topic as not spam"
2091
  msgstr ""
2092
 
2093
+ #: bbp-admin/bbp-topics.php:855
2094
  msgid "Mark this topic as spam"
2095
  msgstr ""
2096
 
2097
+ #: bbp-admin/bbp-topics.php:965
2098
  msgid "Topic updated. <a href=\"%s\">View topic</a>"
2099
  msgstr ""
2100
 
2101
+ #: bbp-admin/bbp-topics.php:974
2102
  msgid "Topic updated."
2103
  msgstr ""
2104
 
2105
  #. translators: %s: date and time of the revision
2106
+ #: bbp-admin/bbp-topics.php:979
2107
  msgid "Topic restored to revision from %s"
2108
  msgstr ""
2109
 
2110
+ #: bbp-admin/bbp-topics.php:983
2111
  msgid "Topic created. <a href=\"%s\">View topic</a>"
2112
  msgstr ""
2113
 
2114
+ #: bbp-admin/bbp-topics.php:986
2115
  msgid "Topic saved."
2116
  msgstr ""
2117
 
2118
+ #: bbp-admin/bbp-topics.php:989
2119
  msgid "Topic submitted. <a target=\"_blank\" href=\"%s\">Preview topic</a>"
2120
  msgstr ""
2121
 
2122
+ #: bbp-admin/bbp-topics.php:992
2123
  msgid ""
2124
  "Topic scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
2125
  "\">Preview topic</a>"
2126
  msgstr ""
2127
 
2128
+ #: bbp-admin/bbp-topics.php:999
2129
  msgid "Topic draft updated. <a target=\"_blank\" href=\"%s\">Preview topic</a>"
2130
  msgstr ""
2131
 
2287
 
2288
  #: bbp-includes/bbp-common-template.php:1832
2289
  #: bbp-includes/bbp-reply-template.php:1454
2290
+ #: bbp-includes/bbp-topic-template.php:2184 bbpress.php:481 bbpress.php:538
2291
  #: bbpress.php:595
2292
  msgid "Edit"
2293
  msgstr ""
2402
  msgstr ""
2403
 
2404
  #: bbp-includes/bbp-core-widgets.php:182 bbp-includes/bbp-core-widgets.php:308
2405
+ #: bbp-includes/bbp-core-widgets.php:447 bbp-includes/bbp-core-widgets.php:653
2406
+ #: bbp-includes/bbp-core-widgets.php:813
2407
  msgid "Title:"
2408
  msgstr ""
2409
 
2431
  msgid "(bbPress) Forums List"
2432
  msgstr ""
2433
 
2434
+ #: bbp-includes/bbp-core-widgets.php:453
2435
  msgid "Parent Forum ID:"
2436
  msgstr ""
2437
 
2438
+ #: bbp-includes/bbp-core-widgets.php:459
2439
  msgid "\"0\" to show only root - \"any\" to show all"
2440
  msgstr ""
2441
 
2442
+ #: bbp-includes/bbp-core-widgets.php:490
2443
  msgid "A list of recent topics, sorted by popularity or freshness."
2444
  msgstr ""
2445
 
2446
+ #: bbp-includes/bbp-core-widgets.php:493
2447
  msgid "(bbPress) Recent Topics"
2448
  msgstr ""
2449
 
2450
+ #: bbp-includes/bbp-core-widgets.php:654
2451
  msgid "Maximum topics to show:"
2452
  msgstr ""
2453
 
2454
+ #: bbp-includes/bbp-core-widgets.php:655 bbp-includes/bbp-core-widgets.php:815
2455
  msgid "Show post date:"
2456
  msgstr ""
2457
 
2458
+ #: bbp-includes/bbp-core-widgets.php:657
2459
  msgid "Order By:"
2460
  msgstr ""
2461
 
2462
+ #: bbp-includes/bbp-core-widgets.php:659
2463
  msgid "Newest Topics"
2464
  msgstr ""
2465
 
2466
+ #: bbp-includes/bbp-core-widgets.php:660
2467
  #: bbp-theme-compat/extras/page-forum-statistics.php:100
2468
  #: bbp-themes/bbp-twentyten/page-forum-statistics.php:99
2469
  msgid "Popular Topics"
2470
  msgstr ""
2471
 
2472
+ #: bbp-includes/bbp-core-widgets.php:661
2473
  msgid "Topics With Recent Replies"
2474
  msgstr ""
2475
 
2476
+ #: bbp-includes/bbp-core-widgets.php:693
2477
  msgid "A list of the most recent replies."
2478
  msgstr ""
2479
 
2480
+ #: bbp-includes/bbp-core-widgets.php:696
2481
  msgid "(bbPress) Recent Replies"
2482
  msgstr ""
2483
 
2484
  #. translators: bbpress replies widget: 1: reply author, 2: reply link, 3:
2485
  #. reply date, 4: reply time
2486
+ #: bbp-includes/bbp-core-widgets.php:764
2487
  msgctxt "widgets"
2488
  msgid "%1$s on %2$s %3$s, %4$s"
2489
  msgstr ""
2490
 
2491
+ #: bbp-includes/bbp-core-widgets.php:766
2492
  msgctxt "widgets"
2493
  msgid "%1$s on %2$s"
2494
  msgstr ""
2495
 
2496
+ #: bbp-includes/bbp-core-widgets.php:814
2497
  msgid "Maximum replies to show:"
2498
  msgstr ""
2499
 
2695
  msgstr[1] ""
2696
 
2697
  #: bbp-includes/bbp-forum-template.php:1147
2698
+ #: bbp-includes/bbp-topic-template.php:1821
2699
  msgid " (+ %d hidden)"
2700
  msgstr ""
2701
 
2702
  #: bbp-includes/bbp-forum-template.php:1838
2703
+ #: bbp-includes/bbp-topic-template.php:1805
2704
  msgid "%s reply"
2705
  msgid_plural "%s replies"
2706
  msgstr[0] ""
2879
  msgstr ""
2880
 
2881
  #: bbp-includes/bbp-reply-functions.php:1498
2882
+ #: bbp-includes/bbp-topic-functions.php:3160
2883
  msgid "Replies: %s"
2884
  msgstr ""
2885
 
2892
  msgstr ""
2893
 
2894
  #: bbp-includes/bbp-reply-template.php:859
2895
+ #: bbp-includes/bbp-topic-template.php:1171
2896
  #: bbp-includes/bbp-user-template.php:164
2897
  msgid "Anonymous"
2898
  msgstr ""
2899
 
2900
  #: bbp-includes/bbp-reply-template.php:960
2901
+ #: bbp-includes/bbp-topic-template.php:1276
2902
  #: bbp-includes/bbp-user-template.php:1196
2903
  msgid "View %s's profile"
2904
  msgstr ""
2905
 
2906
  #: bbp-includes/bbp-reply-template.php:960
2907
+ #: bbp-includes/bbp-topic-template.php:1276
2908
  #: bbp-includes/bbp-user-template.php:1196
2909
  msgid "Visit %s's website"
2910
  msgstr ""
2911
 
2912
  #: bbp-includes/bbp-reply-template.php:1576
2913
+ #: bbp-includes/bbp-topic-template.php:2307
2914
  #: bbp-theme-compat/bbpress/form-topic-tag.php:88
2915
  #: bbp-theme-compat/bbpress/form-topic-tag.php:101
2916
  #: bbp-themes/bbp-twentyten/bbpress/form-topic-tag.php:89
2919
  msgstr ""
2920
 
2921
  #: bbp-includes/bbp-reply-template.php:1595
2922
+ #: bbp-includes/bbp-topic-template.php:2326
2923
  msgid "Are you sure you want to delete that permanently?"
2924
  msgstr ""
2925
 
2926
  #: bbp-includes/bbp-reply-template.php:1646
2927
+ #: bbp-includes/bbp-topic-template.php:2563
2928
  msgid "Unspam"
2929
  msgstr ""
2930
 
3189
  msgid "<strong>ERROR</strong>: There was a problem deleting the topic."
3190
  msgstr ""
3191
 
3192
+ #: bbp-includes/bbp-topic-template.php:804
3193
  msgid "This topic was modified %1$s by %2$s. Reason: %3$s"
3194
  msgstr ""
3195
 
3196
+ #: bbp-includes/bbp-topic-template.php:806
3197
  msgid "This topic was modified %1$s by %2$s."
3198
  msgstr ""
3199
 
3200
+ #: bbp-includes/bbp-topic-template.php:1983
3201
  msgid "Tagged:"
3202
  msgstr ""
3203
 
3204
+ #: bbp-includes/bbp-topic-template.php:2375
3205
  msgctxt "Topic Status"
3206
  msgid "Close"
3207
  msgstr ""
3208
 
3209
+ #: bbp-includes/bbp-topic-template.php:2376
3210
  msgctxt "Topic Status"
3211
  msgid "Open"
3212
  msgstr ""
3213
 
3214
+ #: bbp-includes/bbp-topic-template.php:2506
3215
  #: bbp-theme-compat/bbpress/form-topic-tag.php:59
3216
  #: bbp-theme-compat/bbpress/form-topic-tag.php:73
3217
  #: bbp-themes/bbp-twentyten/bbpress/form-topic-tag.php:59
3219
  msgid "Merge"
3220
  msgstr ""
3221
 
3222
+ #: bbp-includes/bbp-topic-template.php:2618
3223
  msgid "Viewing %1$s topic"
3224
  msgid_plural "Viewing %1$s topics"
3225
  msgstr[0] ""
3226
  msgstr[1] ""
3227
 
3228
+ #: bbp-includes/bbp-topic-template.php:2622
3229
  msgid "Viewing topic %2$s (of %4$s total)"
3230
  msgid_plural "Viewing %1$s topics - %2$s through %3$s (of %4$s total)"
3231
  msgstr[0] ""
3232
  msgstr[1] ""
3233
 
3234
+ #: bbp-includes/bbp-topic-template.php:2682
3235
  msgid "This topic is marked as spam."
3236
  msgstr ""
3237
 
3238
+ #: bbp-includes/bbp-topic-template.php:2687
3239
  msgid "This topic is in the trash."
3240
  msgstr ""
3241
 
3242
+ #: bbp-includes/bbp-topic-template.php:2725
3243
  msgid "Normal"
3244
  msgstr ""
3245
 
3246
+ #: bbp-includes/bbp-topic-template.php:2726
3247
  msgid "Sticky"
3248
  msgstr ""
3249
 
3250
+ #: bbp-includes/bbp-topic-template.php:2727
3251
  msgid "Super Sticky"
3252
  msgstr ""
3253
 
3254
+ #: bbp-includes/bbp-topic-template.php:2848
3255
  msgid "%s voice"
3256
  msgid_plural "%s voices"
3257
  msgstr[0] ""
3258
  msgstr[1] ""
3259
 
3260
+ #: bbp-includes/bbp-topic-template.php:2854
3261
  msgid "This topic contains %1$s, has %2$s, and was last updated by %3$s %4$s."
3262
  msgstr ""
3263
 
3264
+ #: bbp-includes/bbp-topic-template.php:2858
3265
  msgid "This topic contains %1$s and has %2$s."
3266
  msgstr ""
3267
 
3268
+ #: bbp-includes/bbp-topic-template.php:2862
3269
  msgid "This topic has no replies."
3270
  msgstr ""
3271
 
4376
  msgid "bbPress"
4377
  msgstr ""
4378
 
4379
+ #. #-#-#-#-# plugin.pot (bbPress 2.1.2) #-#-#-#-#
4380
  #. Plugin URI of the plugin/theme
4381
+ #. #-#-#-#-# plugin.pot (bbPress 2.1.2) #-#-#-#-#
4382
  #. Author URI of the plugin/theme
4383
  msgid "http://bbpress.org"
4384
  msgstr ""
bbp-theme-compat/css/bbpress-rtl.css CHANGED
@@ -30,6 +30,10 @@
30
  background-color: #fbfbfb;
31
  }
32
 
 
 
 
 
33
  #bbpress-forums div.bbp-topic-header,
34
  #bbpress-forums div.bbp-reply-header {
35
  background-color: #f4f4f4;
30
  background-color: #fbfbfb;
31
  }
32
 
33
+ #bbpress-forums div.reply {
34
+ height: auto;
35
+ }
36
+
37
  #bbpress-forums div.bbp-topic-header,
38
  #bbpress-forums div.bbp-reply-header {
39
  background-color: #f4f4f4;
bbp-theme-compat/css/bbpress.css CHANGED
@@ -30,6 +30,10 @@
30
  background-color: #fbfbfb;
31
  }
32
 
 
 
 
 
33
  #bbpress-forums div.bbp-topic-header,
34
  #bbpress-forums div.bbp-reply-header {
35
  background-color: #f4f4f4;
30
  background-color: #fbfbfb;
31
  }
32
 
33
+ #bbpress-forums div.reply {
34
+ height: auto;
35
+ }
36
+
37
  #bbpress-forums div.bbp-topic-header,
38
  #bbpress-forums div.bbp-reply-header {
39
  background-color: #f4f4f4;
bbpress.php CHANGED
@@ -5,7 +5,7 @@
5
  *
6
  * bbPress is forum software with a twist from the creators of WordPress.
7
  *
8
- * $Id: bbpress.php 4110 2012-07-23 16:06:47Z johnjamesjacoby $
9
  *
10
  * @package bbPress
11
  * @subpackage Main
@@ -17,7 +17,7 @@
17
  * Description: bbPress is forum software with a twist from the creators of WordPress.
18
  * Author: The bbPress Community
19
  * Author URI: http://bbpress.org
20
- * Version: 2.1.1
21
  * Text Domain: bbpress
22
  * Domain Path: /bbp-languages/
23
  */
@@ -173,8 +173,8 @@ final class bbPress {
173
 
174
  /** Versions **********************************************************/
175
 
176
- $this->version = '2.1.1'; // bbPress version
177
- $this->db_version = '211'; // bbPress DB version
178
 
179
  /** Paths *************************************************************/
180
 
5
  *
6
  * bbPress is forum software with a twist from the creators of WordPress.
7
  *
8
+ * $Id: bbpress.php 4131 2012-08-01 07:22:46Z johnjamesjacoby $
9
  *
10
  * @package bbPress
11
  * @subpackage Main
17
  * Description: bbPress is forum software with a twist from the creators of WordPress.
18
  * Author: The bbPress Community
19
  * Author URI: http://bbpress.org
20
+ * Version: 2.1.2
21
  * Text Domain: bbpress
22
  * Domain Path: /bbp-languages/
23
  */
173
 
174
  /** Versions **********************************************************/
175
 
176
+ $this->version = '2.1.2'; // bbPress version
177
+ $this->db_version = '212'; // bbPress DB version
178
 
179
  /** Paths *************************************************************/
180
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: matt, johnjamesjacoby
3
  Tags: forums, discussion, support, theme, akismet, multisite
4
  Requires at least: 3.4
5
  Tested up to: 3.4
6
- Stable tag: 2.1.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -26,6 +26,12 @@ We're keeping things as small and light as possible while still allowing for gre
26
 
27
  == Changelog ==
28
 
 
 
 
 
 
 
29
  = 2.1.1 =
30
  * Fixed Invision, phpBB, and vBulletin importers
31
  * Fixed private/hidden forum bugs
3
  Tags: forums, discussion, support, theme, akismet, multisite
4
  Requires at least: 3.4
5
  Tested up to: 3.4
6
+ Stable tag: 2.1.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
26
 
27
  == Changelog ==
28
 
29
+ = 2.1.2 =
30
+ * Fixed admin-side help verbiage
31
+ * Fixed reply height CSS
32
+ * Fixed password converter
33
+ * Fixed child post trash and delete functions
34
+
35
  = 2.1.1 =
36
  * Fixed Invision, phpBB, and vBulletin importers
37
  * Fixed private/hidden forum bugs