PluginProbe
wpForo Forum / 3.1.6
wpForo Forum v3.1.6
3.1.6 3.1.5 3.1.4 3.1.2 3.1.1 3.1.0 3.0.9 3.0.8 3.0.7 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 All 138 releases
← All changes | classes/Settings.php +168 -159 3.0.83.1.6 View file →
@@ -124,9 +124,9 @@
124 124 "Here you can manage admin bar displaying options, using WordPress date format in forum and permalinks of general pages. If you have hmore then one forum board, this settings are still are general for all forum boards.",
125 125 "wpforo"
126 126 ),
127 127 "description_original" => "Here you can manage admin bar displaying options, using WordPress date format in forum and permalinks of general pages. If you have hmore then one forum board, this settings are still are general for all forum boards.",
128 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/general-settings/",
128 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/general-settings/",
129 129 "status" => "ok",
130 130 "base" => true,
131 131 "callback_for_page" => function() {
132 132 require_once( WPFORO_DIR . '/admin/settings/general.php' );
@@ -140,9 +140,9 @@
140 140 "This option displays the top black bar for accessing to the dashboard. Make sure the regular members can only access to their own profile editing page before enabling this option.",
141 141 "wpforo"
142 142 ),
143 143 "description_original" => "This option displays the top black bar for accessing to the dashboard. Make sure the regular members can only access to their own profile editing page before enabling this option.",
144 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/general-settings/#show-admin-bar-for-usergroups",
144 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/general-settings/#show-admin-bar-for-usergroups",
145 145 "variants" => $this->get_variants_usergroups( 4 ),
146 146 ],
147 147 "wp_date_format" => [
148 148 "type" => "radio",
@@ -149,9 +149,9 @@
149 149 "label" => esc_html__( "Enable WordPress Date/Time Format", "wpforo" ),
150 150 "label_original" => "Enable WordPress Date/Time Format",
151 151 "description" => esc_html__( "You can manage WordPress date and time format in WordPress Settings > General admin page.", "wpforo" ),
152 152 "description_original" => "You can manage WordPress date and time format in WordPress Settings > General admin page.",
153 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/general-settings/#enable-wordpress-date-time-format",
153 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/general-settings/#enable-wordpress-date-time-format",
154 154 ],
155 155 "fontawesome" => [
156 156 "type" => "radio",
157 157 "label" => esc_html__( "Enable wpForo Font-Awesome Lib", "wpforo" ),
@@ -162,9 +162,9 @@
162 162 [ 'value' => 'sitewide', 'label' => 'Sitewide' ],
163 163 [ 'value' => 'forum', 'label' => 'Forum' ],
164 164 [ 'value' => 'off', 'label' => 'Off' ],
165 165 ],
166 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/colors-styles/#enable-wpforo-font-awesome-lib",
166 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/colors-styles/#enable-wpforo-font-awesome-lib",
167 167 ],
168 168 "debug_mode" => [
169 169 "type" => "radio",
170 170 "label" => esc_html__( "Enable Debug Mode", "wpforo" ),
@@ -173,9 +173,9 @@
173 173 "If you got some issue with wpForo, please enable this option before asking for support, this outputs hidden important information to help us debug your issue.",
174 174 "wpforo"
175 175 ),
176 176 "description_original" => "If you got some issue with wpForo, please enable this option before asking for support, this outputs hidden important information to help us debug your issue.",
177 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/general-settings/#enable-debug-mode",
177 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/general-settings/#enable-debug-mode",
178 178 ],
179 179 ],
180 180 ],
181 181 "board" => [
@@ -186,9 +186,9 @@
186 186 "This is a board specific general setting page. Boards are separate forums in separate pages. By default, there is a one forum board and one setting menu. If you create a second forum board, you'll have a separate set of menus per board. You can create a new board if you want to have more than one forum in your website. For example, you can use boards to create separate forums for different languages \"EN Forum\" and \"FR Forum\". Here, you can enable forum cache and manage some board specific permalinks.",
187 187 "wpforo"
188 188 ),
189 189 "description_original" => "This is a board specific general setting page. Boards are separate forums in separate pages. By default, there is a one forum board and one setting menu. If you create a second forum board, you'll have a separate set of menus per board. You can create a new board if you want to have more than one forum in your website. For example, you can use boards to create separate forums for different languages \"EN Forum\" and \"FR Forum\". Here, you can enable forum cache and manage some board specific permalinks.",
190 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/board-settings/",
190 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/board-settings/",
191 191 "status" => "ok",
192 192 "base" => false,
193 193 "callback_for_page" => function() {
194 194 require_once( WPFORO_DIR . '/admin/settings/board.php' );
@@ -199,9 +199,9 @@
199 199 "label" => esc_html__( "Under Construction", "wpforo" ),
200 200 "label_original" => "Under Construction",
201 201 "description" => esc_html__( "You can enable option Under Construction for each boards separately. (This option has no effect for site admins.)", "wpforo" ),
202 202 "description_original" => "You can enable option Under Construction for each boards separately. (This option has no effect for site admins.)",
203 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/board-settings/#under-construction",
203 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/board-settings/#under-construction",
204 204 ],
205 205 "cache" => [
206 206 "type" => "radio",
207 207 "label" => esc_html__( "Enable Cache", "wpforo" ),
@@ -207,9 +207,9 @@
207 207 "label" => esc_html__( "Enable Cache", "wpforo" ),
208 208 "label_original" => "Enable Cache",
209 209 "description" => esc_html__( "wpForo has own cache system, enable this to reduce sql requests and make your forum run faster.", "wpforo" ),
210 210 "description_original" => "wpForo has own cache system, enable this to reduce sql requests and make your forum run faster.",
211 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/board-settings/#enable-cache",
211 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/board-settings/#enable-cache",
212 212 ],
213 213 "url_structure" => [
214 214 "type" => "radio",
215 215 "label" => esc_html__( "URL Structure", "wpforo" ),
@@ -235,9 +235,9 @@
235 235 "wpForo is a forum plugin which is loaded in one WordPress page, so the whole forum with its categories, forums, topics, members and profile pages are loaded dynamically in one WordPress page. Almost all components you can see in the page content area (forum area) can be displayed or hidden in wpForo settings, especially here, in the Display Components admin page.",
236 236 "wpforo"
237 237 ),
238 238 "description_original" => "wpForo is a forum plugin which is loaded in one WordPress page, so the whole forum with its categories, forums, topics, members and profile pages are loaded dynamically in one WordPress page. Almost all components you can see in the page content area (forum area) can be displayed or hidden in wpForo settings, especially here, in the Display Components admin page.",
239 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-components/",
239 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-components/",
240 240 "status" => "ok",
241 241 "base" => false,
242 242 "callback_for_page" => function() {
243 243 require_once( WPFORO_DIR . '/admin/settings/components.php' );
@@ -251,9 +251,9 @@
251 251 "This is a section with some important buttons for quick actions and accesses to certain admin pages. it's located in the forum home page under the forum list. This section is only available for website administrators.",
252 252 "wpforo"
253 253 ),
254 254 "description_original" => "This is a section with some important buttons for quick actions and accesses to certain admin pages. it's located in the forum home page under the forum list. This section is only available for website administrators.",
255 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-components/#frontend-admin-control-panel",
255 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-components/#frontend-admin-control-panel",
256 256 ],
257 257 "page_title" => [
258 258 "type" => "radio",
259 259 "label" => esc_html__( "Show Forum Page Title", "wpforo" ),
@@ -259,9 +259,9 @@
259 259 "label" => esc_html__( "Show Forum Page Title", "wpforo" ),
260 260 "label_original" => "Show Forum Page Title",
261 261 "description" => "",
262 262 "description_original" => "",
263 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-components/#show-forum-page-title",
263 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-components/#show-forum-page-title",
264 264 ],
265 265 "top_bar" => [
266 266 "type" => "radio",
267 267 "label" => esc_html__( "Show Forum Menu Bar", "wpforo" ),
@@ -267,9 +267,9 @@
267 267 "label" => esc_html__( "Show Forum Menu Bar", "wpforo" ),
268 268 "label_original" => "Show Forum Menu Bar",
269 269 "description" => esc_html__( "This menu bar contains the forum menu, notification bell and forum search section.", "wpforo" ),
270 270 "description_original" => "This menu bar contains the forum menu, notification bell and forum search section.",
271 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-components/#forum-menu-search-section-and-breadcrumb",
271 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-components/#forum-menu-search-section-and-breadcrumb",
272 272 ],
273 273 "top_bar_search" => [
274 274 "type" => "radio",
275 275 "label" => esc_html__( "Show Search Section in the Forum Menu Bar", "wpforo" ),
@@ -275,9 +275,9 @@
275 275 "label" => esc_html__( "Show Search Section in the Forum Menu Bar", "wpforo" ),
276 276 "label_original" => "Show Search Section in the Forum Menu Bar",
277 277 "description" => esc_html__( "The search icon in the forum menu will be hidden on the home page if the "Open [AI Assistant] widget by Default on Home Page" option is enabled in AI Features setting page.", "wpforo" ),
278 278 "description_original" => "The search icon in the forum menu will be hidden on the home page if the "Open [AI Assistant] widget by Default on Home Page" option is enabled in AI Features setting page.",
279 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-components/#forum-menu-search-section-and-breadcrumb",
279 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-components/#forum-menu-search-section-and-breadcrumb",
280 280 ],
281 281 "sidebar_location" => [
282 282 "type" => "radio",
283 283 "label" => esc_html__( "wpForo Sidebar Location", "wpforo" ),
@@ -300,9 +300,9 @@
300 300 "label" => esc_html__( "Show Breadcrumb", "wpforo" ),
301 301 "label_original" => "Show Breadcrumb",
302 302 "description" => "",
303 303 "description_original" => "",
304 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-components/#forum-menu-search-section-and-breadcrumb",
304 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-components/#forum-menu-search-section-and-breadcrumb",
305 305 ],
306 306 "footer" => [
307 307 "type" => "radio",
308 308 "label" => esc_html__( "Show Forum Footer", "wpforo" ),
@@ -311,9 +311,9 @@
311 311 "Forum footer is located at the bottom of all forum content. It includes forum statistic, last registered user and post information. As well as it contains the 'Mark all read' button and forums/topics icon description.",
312 312 "wpforo"
313 313 ),
314 314 "description_original" => "Forum footer is located at the bottom of all forum content. It includes forum statistic, last registered user and post information. As well as it contains the 'Mark all read' button and forums/topics icon description.",
315 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-components/#forum-footer-and-statistics",
315 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-components/#forum-footer-and-statistics",
316 316 ],
317 317 "footer_stat" => [
318 318 "type" => "radio",
319 319 "label" => esc_html__( "Show Forum Statistic", "wpforo" ),
@@ -319,9 +319,9 @@
319 319 "label" => esc_html__( "Show Forum Statistic", "wpforo" ),
320 320 "label_original" => "Show Forum Statistic",
321 321 "description" => "",
322 322 "description_original" => "",
323 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-components/#forum-footer-and-statistics",
323 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-components/#forum-footer-and-statistics",
324 324 ],
325 325 "copyright" => [
326 326 "type" => "radio",
327 327 "label" => esc_html__( "Help wpForo to grow, show plugin info", "wpforo" ),
@@ -344,9 +344,9 @@
344 344 "Here you can manage forum specific components which are displayed on the frontend. All options are grouped by forum layouts. You can find all necessary options to manage forum layout specific features. Each forum layout has its own specific features.",
345 345 "wpforo"
346 346 ),
347 347 "description_original" => "Here you can manage forum specific components which are displayed on the frontend. All options are grouped by forum layouts. You can find all necessary options to manage forum layout specific features. Each forum layout has its own specific features.",
348 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-forums/",
348 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-forums/",
349 349 "status" => "ok",
350 350 "base" => false,
351 351 "callback_for_page" => function() {
352 352 require_once( WPFORO_DIR . '/admin/settings/forums.php' );
@@ -361,9 +361,9 @@
361 361 "variants" => [
362 362 [ 'value' => false, 'label' => __( 'Collapsed', 'wpforo' ) ],
363 363 [ 'value' => true, 'label' => __( 'Expanded', 'wpforo' ) ],
364 364 ],
365 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-forums/#extended-forum-layout",
365 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-forums/#extended-forum-layout",
366 366 ],
367 367 "layout_extended_intro_topics_count" => [
368 368 "type" => "number",
369 369 "min" => 0,
@@ -370,9 +370,9 @@
370 370 "label" => esc_html__( "Extended Layout - Number of Recent topics", "wpforo" ),
371 371 "label_original" => "Extended Layout - Number of Recent topics",
372 372 "description" => "",
373 373 "description_original" => "",
374 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-forums/#extended-forum-layout",
374 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-forums/#extended-forum-layout",
375 375 ],
376 376 "layout_extended_intro_topics_length" => [
377 377 "type" => "number",
378 378 "min" => 0,
@@ -379,9 +379,9 @@
379 379 "label" => esc_html__( "Extended Layout - Recent topic length", "wpforo" ),
380 380 "label_original" => "Extended Layout - Recent topic length",
381 381 "description" => esc_html__( "Set this option value 0 if you want to show the whole title in recent topic area.", "wpforo" ),
382 382 "description_original" => "Set this option value 0 if you want to show the whole title in recent topic area.",
383 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-forums/#extended-forum-layout",
383 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-forums/#extended-forum-layout",
384 384 ],
385 385 "layout_simplified_add_topic_button" => [
386 386 "type" => "radio",
387 387 "label" => esc_html__( "Simplified Layout - Display Add Topic Button on Forum List", "wpforo" ),
@@ -387,9 +387,9 @@
387 387 "label" => esc_html__( "Simplified Layout - Display Add Topic Button on Forum List", "wpforo" ),
388 388 "label_original" => "Simplified Layout - Display Add Topic Button on Forum List",
389 389 "description" => "",
390 390 "description_original" => "",
391 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-forums/#simplified-forum-layout",
391 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-forums/#simplified-forum-layout",
392 392 ],
393 393 "layout_qa_intro_topics_toggle" => [
394 394 "type" => "radio",
395 395 "label" => esc_html__( "Q&A Layout - Recent topics", "wpforo" ),
@@ -399,9 +399,9 @@
399 399 "variants" => [
400 400 [ 'value' => false, 'label' => __( 'Collapsed', 'wpforo' ) ],
401 401 [ 'value' => true, 'label' => __( 'Expanded', 'wpforo' ) ],
402 402 ],
403 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-forums/#q-a-forum-layout",
403 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-forums/#q-a-forum-layout",
404 404 ],
405 405 "layout_qa_intro_topics_count" => [
406 406 "type" => "number",
407 407 "min" => 0,
@@ -408,9 +408,9 @@
408 408 "label" => esc_html__( "Q&A Layout - Number of Recent topics", "wpforo" ),
409 409 "label_original" => "Q&A Layout - Number of Recent topics",
410 410 "description" => "",
411 411 "description_original" => "",
412 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-forums/#q-a-forum-layout",
412 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-forums/#q-a-forum-layout",
413 413 ],
414 414 "layout_qa_intro_topics_length" => [
415 415 "type" => "number",
416 416 "min" => 0,
@@ -417,9 +417,9 @@
417 417 "label" => esc_html__( "Q&A Layout - Recent topic length", "wpforo" ),
418 418 "label_original" => "Q&A Layout - Recent topic length",
419 419 "description" => esc_html__( "Set this option value 0 if you want to show the whole title in recent topic area.", "wpforo" ),
420 420 "description_original" => "Set this option value 0 if you want to show the whole title in recent topic area.",
421 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-forums/#q-a-forum-layout",
421 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-forums/#q-a-forum-layout",
422 422 ],
423 423 "layout_qa_add_topic_button" => [
424 424 "type" => "radio",
425 425 "label" => esc_html__( "Q&A Layout - Display Add Topic Button on Forum List", "wpforo" ),
@@ -425,9 +425,9 @@
425 425 "label" => esc_html__( "Q&A Layout - Display Add Topic Button on Forum List", "wpforo" ),
426 426 "label_original" => "Q&A Layout - Display Add Topic Button on Forum List",
427 427 "description" => "",
428 428 "description_original" => "",
429 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-forums/#q-a-forum-layout",
429 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-forums/#q-a-forum-layout",
430 430 ],
431 431 "layout_threaded_intro_topics_toggle" => [
432 432 "type" => "radio",
433 433 "label" => esc_html__( "Threaded Layout - Forums List", "wpforo" ),
@@ -437,9 +437,9 @@
437 437 "variants" => [
438 438 [ 'value' => false, 'label' => __( 'Collapsed', 'wpforo' ) ],
439 439 [ 'value' => true, 'label' => __( 'Expanded', 'wpforo' ) ],
440 440 ],
441 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-forums/#threaded-forum-layout",
441 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-forums/#threaded-forum-layout",
442 442 ],
443 443 "layout_threaded_display_subforums" => [
444 444 "type" => "radio",
445 445 "label" => esc_html__( "Threaded Layout - Display Sub Forums with Parent Forums", "wpforo" ),
@@ -445,9 +445,9 @@
445 445 "label" => esc_html__( "Threaded Layout - Display Sub Forums with Parent Forums", "wpforo" ),
446 446 "label_original" => "Threaded Layout - Display Sub Forums with Parent Forums",
447 447 "description" => "",
448 448 "description_original" => "",
449 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-forums/#threaded-forum-layout",
449 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-forums/#threaded-forum-layout",
450 450 ],
451 451 "layout_threaded_filter_buttons" => [
452 452 "type" => "radio",
453 453 "label" => esc_html__( "Threaded Layout - Display Thread Filtering Buttons", "wpforo" ),
@@ -461,9 +461,9 @@
461 461 "label" => esc_html__( "Threaded Layout - Display Add Topic Button on Forum List", "wpforo" ),
462 462 "label_original" => "Threaded Layout - Display Add Topic Button on Forum List",
463 463 "description" => "",
464 464 "description_original" => "",
465 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-forums/#threaded-forum-layout",
465 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-forums/#threaded-forum-layout",
466 466 ],
467 467 "layout_threaded_intro_topics_count" => [
468 468 "type" => "number",
469 469 "min" => 0,
@@ -470,9 +470,9 @@
470 470 "label" => esc_html__( "Threaded Layout - Number of Recent topics", "wpforo" ),
471 471 "label_original" => "Threaded Layout - Number of Recent topics",
472 472 "description" => "",
473 473 "description_original" => "",
474 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-forums/#threaded-forum-layout",
474 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-forums/#threaded-forum-layout",
475 475 ],
476 476 "layout_threaded_intro_topics_length" => [
477 477 "type" => "number",
478 478 "min" => 0,
@@ -479,9 +479,9 @@
479 479 "label" => esc_html__( "Threaded Layout - Recent topic length", "wpforo" ),
480 480 "label_original" => "Threaded Layout - Recent topic length",
481 481 "description" => "",
482 482 "description_original" => "",
483 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-forums/#threaded-forum-layout",
483 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-forums/#threaded-forum-layout",
484 484 ],
485 485
486 486 ],
487 487 ],
@@ -493,9 +493,9 @@
493 493 "Here you can change your forum style. There are six predefined styles (default, red, green, orange, gray and dark), these are set of different colors. You can change them and create your own set of colors. If you need more customization, you can add custom CSS code in the corresponding textarea. Also, you can change font size of forums, topics and post content.",
494 494 "wpforo"
495 495 ),
496 496 "description_original" => "Here you can change your forum style. There are six predefined styles (default, red, green, orange, gray and dark), these are set of different colors. You can change them and create your own set of colors. If you need more customization, you can add custom CSS code in the corresponding textarea. Also, you can change font size of forums, topics and post content.",
497 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/colors-styles/",
497 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/colors-styles/",
498 498 "status" => "ok",
499 499 "base" => false,
500 500 "callback_for_page" => function() {
501 501 require_once( WPFORO_DIR . '/admin/settings/styles.php' );
@@ -506,9 +506,9 @@
506 506 "label" => esc_html__( 'Font Sizes', 'wpforo' ),
507 507 "label_original" => "Font Sizes:",
508 508 "description" => __( 'These options allow you to change the font sizes of forum and topic titles as well as the font size of post content.', 'wpforo' ),
509 509 "description_original" => 'These options allow you to change the font sizes of forum and topic titles as well as the font size of post content.',
510 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/colors-styles/#font-sizes",
510 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/colors-styles/#font-sizes",
511 511 "options_keys" => [ 'font_size_forum', 'font_size_topic', 'font_size_post_content' ],
512 512 ],
513 513 "font_size_forum" => [
514 514 "type" => "select",
@@ -593,9 +593,9 @@
593 593 "label" => esc_html__( "Custom CSS Code", "wpforo" ),
594 594 "label_original" => "Custom CSS Code",
595 595 "description" => "",
596 596 "description_original" => "",
597 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/colors-styles/#custom-css-code",
597 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/colors-styles/#custom-css-code",
598 598 ],
599 599 "style" => [
600 600 "type" => "color",
601 601 "label" => esc_html__( "Forum Color Styles", "wpforo" ),
@@ -601,9 +601,9 @@
601 601 "label" => esc_html__( "Forum Color Styles", "wpforo" ),
602 602 "label_original" => "Forum Color Styles",
603 603 "description" => "",
604 604 "description_original" => "",
605 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/colors-styles/#forum-styles",
605 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/colors-styles/#forum-styles",
606 606 ],
607 607 ],
608 608 ],
609 609 'topics' => [
@@ -614,9 +614,9 @@
614 614 "This is the right place to manage topics and posts displaying options. Here you can manage the number of topics and posts per page, also you can display or hide recent posts under each topic in certain forum layouts. Some options are grouped by forum layouts.",
615 615 "wpforo"
616 616 ),
617 617 "description_original" => "This is the right place to manage topics and posts displaying options. Here you can manage the number of topics and posts per page, also you can display or hide recent posts under each topic in certain forum layouts. Some options are grouped by forum layouts.",
618 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-topics-posts/",
618 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-topics-posts/",
619 619 "status" => "ok",
620 620 "base" => false,
621 621 "callback_for_page" => function() {
622 622 require_once( WPFORO_DIR . '/admin/settings/topics.php' );
@@ -631,9 +631,9 @@
631 631 "variants" => [
632 632 [ 'value' => false, 'label' => __( 'Collapsed', 'wpforo' ) ],
633 633 [ 'value' => true, 'label' => __( 'Expanded', 'wpforo' ) ],
634 634 ],
635 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-topics-posts/#extended-forum-layout",
635 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-topics-posts/#extended-forum-layout",
636 636 ],
637 637 "layout_extended_intro_posts_count" => [
638 638 "type" => "number",
639 639 "min" => 0,
@@ -640,9 +640,9 @@
640 640 "label" => esc_html__( "Extended Layout - Number of Recent posts", "wpforo" ),
641 641 "label_original" => "Extended Layout - Number of Recent posts",
642 642 "description" => esc_html__( "Set this option value 0 if you want to show all posts in recent posts area.", "wpforo" ),
643 643 "description_original" => "Set this option value 0 if you want to show all posts in recent posts area.",
644 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-topics-posts/#extended-forum-layout",
644 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-topics-posts/#extended-forum-layout",
645 645 ],
646 646 "layout_extended_intro_posts_length" => [
647 647 "type" => "number",
648 648 "min" => 0,
@@ -649,9 +649,9 @@
649 649 "label" => esc_html__( "Extended Layout - Recent post length", "wpforo" ),
650 650 "label_original" => "Extended Layout - Recent post length",
651 651 "description" => "",
652 652 "description_original" => "",
653 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-topics-posts/#extended-forum-layout",
653 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-topics-posts/#extended-forum-layout",
654 654 ],
655 655 "layout_qa_posts_per_page" => [
656 656 "type" => "number",
657 657 "min" => 5,
@@ -658,9 +658,9 @@
658 658 "label" => esc_html__( "Q&A Layout - Number of Answers per Page", "wpforo" ),
659 659 "label_original" => "Q&A Layout - Number of Answers per Page",
660 660 "description" => "",
661 661 "description_original" => "",
662 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-topics-posts/#q-a-forum-layout",
662 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-topics-posts/#q-a-forum-layout",
663 663 ],
664 664 "layout_qa_comments_limit_count" => [
665 665 "type" => "number",
666 666 "min" => 0,
@@ -670,9 +670,9 @@
670 670 "This is the number of comments under the answers before clicking the [load more comments] button. Set this option value 0 if you want to show all comments.",
671 671 "wpforo"
672 672 ),
673 673 "description_original" => "This is the number of comments under the answers before clicking the [load more comments] button. Set this option value 0 if you want to show all comments",
674 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-topics-posts/#q-a-forum-layout",
674 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-topics-posts/#q-a-forum-layout",
675 675 ],
676 676 "layout_qa_first_post_reply" => [
677 677 "type" => "radio",
678 678 "label" => esc_html__( "Q&A Layout - Enable Comments on the First Post (question)", "wpforo" ),
@@ -678,9 +678,9 @@
678 678 "label" => esc_html__( "Q&A Layout - Enable Comments on the First Post (question)", "wpforo" ),
679 679 "label_original" => "Q&A Layout - Enable Comments on the First Post (question)",
680 680 "description" => "",
681 681 "description_original" => "",
682 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-topics-posts/#q-a-forum-layout",
682 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-topics-posts/#q-a-forum-layout",
683 683 ],
684 684 "layout_threaded_posts_per_page" => [
685 685 "type" => "number",
686 686 "min" => 5,
@@ -687,9 +687,9 @@
687 687 "label" => esc_html__( "Threaded Layout - Number of Parent Posts per Page", "wpforo" ),
688 688 "label_original" => "Threaded Layout - Number of Parent Posts per Page",
689 689 "description" => "",
690 690 "description_original" => "",
691 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-topics-posts/#threaded-forum-layout",
691 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-topics-posts/#threaded-forum-layout",
692 692 ],
693 693 "layout_threaded_nesting_level" => [
694 694 "type" => "number",
695 695 "min" => 0,
@@ -697,9 +697,9 @@
697 697 "label" => esc_html__( "Threaded Layout - Replies Nesting Levels Deep", "wpforo" ),
698 698 "label_original" => "Threaded Layout - Replies Nesting Levels Deep",
699 699 "description" => "",
700 700 "description_original" => "",
701 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-topics-posts/#threaded-forum-layout",
701 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-topics-posts/#threaded-forum-layout",
702 702 ],
703 703 "layout_threaded_first_post_reply" => [
704 704 "type" => "radio",
705 705 "label" => esc_html__( "Threaded Layout - First Post Reply Button", "wpforo" ),
@@ -705,9 +705,9 @@
705 705 "label" => esc_html__( "Threaded Layout - First Post Reply Button", "wpforo" ),
706 706 "label_original" => "Threaded Layout - First Post Reply Button",
707 707 "description" => "",
708 708 "description_original" => "",
709 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-topics-posts/#threaded-forum-layout",
709 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-topics-posts/#threaded-forum-layout",
710 710 ],
711 711 "include_subforums_topics" => [
712 712 "type" => "radio",
713 713 "label" => esc_html__( "Display Subforums' Topics with the Parent Forum Topics", "wpforo" ),
@@ -722,9 +722,9 @@
722 722 "label" => esc_html__( "Number of Topics per Page", "wpforo" ),
723 723 "label_original" => "Number of Topics per Page",
724 724 "description" => "",
725 725 "description_original" => "",
726 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-topics-posts/#number-of-topics-and-posts-per-page",
726 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-topics-posts/#number-of-topics-and-posts-per-page",
727 727 ],
728 728 "posts_per_page" => [
729 729 "type" => "number",
730 730 "min" => 5,
@@ -731,9 +731,9 @@
731 731 "label" => esc_html__( "Number of Posts per Page", "wpforo" ),
732 732 "label_original" => "Number of Posts per Page",
733 733 "description" => "",
734 734 "description_original" => "",
735 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-topics-posts/#number-of-topics-and-posts-per-page",
735 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-topics-posts/#number-of-topics-and-posts-per-page",
736 736 ],
737 737 "search_max_results" => [
738 738 "type" => "number",
739 739 "min" => 0,
@@ -740,9 +740,9 @@
740 740 "label" => esc_html__( "Maximum Number of Search Results", "wpforo" ),
741 741 "label_original" => "Maximum number of search results",
742 742 "description" => "",
743 743 "description_original" => "",
744 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-topics-posts/#maximum-number-of-search-results",
744 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-topics-posts/#maximum-number-of-search-results",
745 745 ],
746 746 "union_first_post" => [
747 747 "type" => "radio",
748 748 "label" => esc_html__( "Stick Topic's First Post on Top for Certain Forum Layout", "wpforo" ),
@@ -751,9 +751,9 @@
751 751 "This option keeps the first topic post on top when you navigate through pages of that topic. You can manage this option by forum layouts.",
752 752 "wpforo"
753 753 ),
754 754 "description_original" => "This option keeps the first topic post on top when you navigate through pages of that topic. You can manage this option by forum layouts.",
755 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-topics-posts/#maximum-number-of-search-results",
755 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-topics-posts/#maximum-number-of-search-results",
756 756 ],
757 757 "recent_posts_type" => [
758 758 "type" => "radio",
759 759 "label" => esc_html__( "Recent Posts Display Type", "wpforo" ),
@@ -763,9 +763,9 @@
763 763 "variants" => [
764 764 [ 'value' => 'topics', 'label' => 'Topics' ],
765 765 [ 'value' => 'posts', 'label' => 'Posts' ],
766 766 ],
767 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-topics-posts/#recent-posts-display-type",
767 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-topics-posts/#recent-posts-display-type",
768 768 ],
769 769 "topic_head" => [
770 770 "type" => "radio",
771 771 "label" => esc_html__( "Display Topic Statistics and Overview Panel", "wpforo" ),
@@ -792,9 +792,9 @@
792 792 "Tags are a free form method of categorization, currently being used to group and categorize similar topics. The goal of using these tags in the forum is to create a \"heat map\", an index of topics covered within the Forum. The larger the size of the tag, the more discussions about the topic.",
793 793 "wpforo"
794 794 ),
795 795 "description_original" => "Tags are a free form method of categorization, currently being used to group and categorize similar topics. The goal of using these tags in the forum is to create a \"heat map\", an index of topics covered within the Forum. The larger the size of the tag, the more discussions about the topic.",
796 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/topic-tags/",
796 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/topic-tags/",
797 797 "status" => "ok",
798 798 "base" => false,
799 799 "callback_for_page" => function() {
800 800 require_once( WPFORO_DIR . '/admin/settings/tags.php' );
@@ -806,9 +806,9 @@
806 806 "label" => esc_html__( "Maximum Number of Tags per Topic", "wpforo" ),
807 807 "label_original" => "Maximum Number of Tags per Topic",
808 808 "description" => "",
809 809 "description_original" => "",
810 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/topic-tags/#maximum-number-of-tags-per-topic",
810 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/topic-tags/#maximum-number-of-tags-per-topic",
811 811 ],
812 812 "per_page" => [
813 813 "type" => "number",
814 814 "min" => 0,
@@ -815,9 +815,9 @@
815 815 "label" => esc_html__( "Number of Tags per Page", "wpforo" ),
816 816 "label_original" => "Number of Tags per Page",
817 817 "description" => "",
818 818 "description_original" => "",
819 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/topic-tags/#number-of-tags-per-page",
819 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/topic-tags/#number-of-tags-per-page",
820 820 ],
821 821 "length" => [
822 822 "type" => "number",
823 823 "min" => 1,
@@ -825,9 +825,9 @@
825 825 "label" => esc_html__( "Maximum Tag Length", "wpforo" ),
826 826 "label_original" => "Maximum Tag Length",
827 827 "description" => "",
828 828 "description_original" => "",
829 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/topic-tags/#maximum-tags-length",
829 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/topic-tags/#maximum-tags-length",
830 830 ],
831 831 "suggest_limit" => [
832 832 "type" => "number",
833 833 "min" => 0,
@@ -834,9 +834,9 @@
834 834 "label" => esc_html__( "Maximum Number of Suggested Tags", "wpforo" ),
835 835 "label_original" => "Maximum Number of Suggested Tags",
836 836 "description" => esc_html__( "Tags are suggested while you type in the tag field. Using this option you can limit the maximum number of suggested tags.", "wpforo" ),
837 837 "description_original" => "Tags are suggested while you type in the tag field. Using this option you can limit the maximum number of suggested tags.",
838 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/topic-tags/#maximum-number-of-suggested-tags",
838 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/topic-tags/#maximum-number-of-suggested-tags",
839 839 ],
840 840 "lowercase" => [
841 841 "type" => "radio",
842 842 "label" => esc_html__( "Force Lowercase Tags", "wpforo" ),
@@ -842,9 +842,9 @@
842 842 "label" => esc_html__( "Force Lowercase Tags", "wpforo" ),
843 843 "label_original" => "Force Lowercase Tags",
844 844 "description" => "",
845 845 "description_original" => "",
846 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/topic-tags/#force-lowercase-tags",
846 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/topic-tags/#force-lowercase-tags",
847 847 ],
848 848 ],
849 849 ],
850 850 'posting' => [
@@ -855,9 +855,9 @@
855 855 "Here, you can find all settings related to topic and post creation including rich editor settings, text limitations, attachments control, option to enable WordPress plugin shortcodes in wpForo posts, post drafting and preview options. Some settings are grouped by forum layouts and some of them are general for all forum layouts.",
856 856 "wpforo"
857 857 ),
858 858 "description_original" => "Here, you can find all settings related to topic and post creation including rich editor settings, text limitations, attachments control, option to enable WordPress plugin shortcodes in wpForo posts, post drafting and preview options. Some settings are grouped by forum layouts and some of them are general for all forum layouts.",
859 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/posting-editor-settings/",
859 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/posting-editor-settings/",
860 860 "status" => "ok",
861 861 "base" => false,
862 862 "callback_for_page" => function() {
863 863 require_once( WPFORO_DIR . '/admin/settings/posting.php' );
@@ -868,9 +868,9 @@
868 868 "label" => esc_html__( "Q&A Layout - Display Answer Editor", "wpforo" ),
869 869 "label_original" => "Q&A Layout - Display Answer Editor",
870 870 "description" => "",
871 871 "description_original" => "",
872 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/posting-editor-settings/#q-a-layout-%E2%80%93-display-answer-editor",
872 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/posting-editor-settings/#q-a-layout-%E2%80%93-display-answer-editor",
873 873 ],
874 874 "qa_comments_rich_editor" => [
875 875 "type" => "radio",
876 876 "label" => esc_html__( "Q&A Layout - Comment Form Type", "wpforo" ),
@@ -880,9 +880,9 @@
880 880 "variants" => [
881 881 [ 'value' => false, 'label' => __( 'Text Editor', 'wpforo' ) ],
882 882 [ 'value' => true, 'label' => __( 'Visual Editor', 'wpforo' ) ],
883 883 ],
884 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/posting-editor-settings/#q-a-layout-%E2%80%93-comment-form-type",
884 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/posting-editor-settings/#q-a-layout-%E2%80%93-comment-form-type",
885 885 ],
886 886 "threaded_reply_rich_editor" => [
887 887 "type" => "radio",
888 888 "label" => esc_html__( "Threaded Layout - Reply Form Type", "wpforo" ),
@@ -892,9 +892,9 @@
892 892 "variants" => [
893 893 [ 'value' => false, 'label' => __( 'Text Editor', 'wpforo' ) ],
894 894 [ 'value' => true, 'label' => __( 'Visual Editor', 'wpforo' ) ],
895 895 ],
896 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/posting-editor-settings/#threaded-layout-%E2%80%93-reply-form-type",
896 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/posting-editor-settings/#threaded-layout-%E2%80%93-reply-form-type",
897 897 ],
898 898 "topic_title_min_length" => [
899 899 "type" => "number",
900 900 "min" => 1,
@@ -1012,9 +1012,9 @@
1012 1012 "The topic edit logging information 'This post was modified 2 hours ago by John' is displayed under modified topic first post content...",
1013 1013 "wpforo"
1014 1014 ),
1015 1015 "description_original" => "The topic edit logging information 'This post was modified 2 hours ago by John' is displayed under modified topic first post content...",
1016 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/posting-editor-settings/#display-topic-and-post-editing-information",
1016 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/posting-editor-settings/#display-topic-and-post-editing-information",
1017 1017 ],
1018 1018 "edit_post" => [
1019 1019 "type" => "radio",
1020 1020 "label" => esc_html__( "Display Post Editing Information", "wpforo" ),
@@ -1020,9 +1020,9 @@
1020 1020 "label" => esc_html__( "Display Post Editing Information", "wpforo" ),
1021 1021 "label_original" => "Display Post Editing Information",
1022 1022 "description" => esc_html__( "The post edit logging information 'This post was modified 2 hours ago by John' is displayed under modified post content...", "wpforo" ),
1023 1023 "description_original" => "The post edit logging information 'This post was modified 2 hours ago by John' is displayed under modified post content...",
1024 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/posting-editor-settings/#display-topic-and-post-editing-information",
1024 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/posting-editor-settings/#display-topic-and-post-editing-information",
1025 1025 ],
1026 1026 "edit_log_display_limit" => [
1027 1027 "type" => "number",
1028 1028 "min" => 0,
@@ -1032,9 +1032,9 @@
1032 1032 "Limit the post edit logging information 'This post was modified 2 hours ago by John'. Set this option value 0 if you want to disable limiting.",
1033 1033 "wpforo"
1034 1034 ),
1035 1035 "description_original" => "Limit the post edit logging information 'This post was modified 2 hours ago by John'. Set this option value 0 if you want to disable limiting.",
1036 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/posting-editor-settings/#limit-post-editing-information",
1036 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/posting-editor-settings/#limit-post-editing-information",
1037 1037 ],
1038 1038 "is_preview_on" => [
1039 1039 "type" => "radio",
1040 1040 "label" => esc_html__( "Post Preview", "wpforo" ),
@@ -1040,9 +1040,9 @@
1040 1040 "label" => esc_html__( "Post Preview", "wpforo" ),
1041 1041 "label_original" => "Post Preview",
1042 1042 "description" => "",
1043 1043 "description_original" => "",
1044 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/posting-editor-settings/#post-preview-and-auto-drafting",
1044 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/posting-editor-settings/#post-preview-and-auto-drafting",
1045 1045 ],
1046 1046 "is_draft_on" => [
1047 1047 "type" => "radio",
1048 1048 "label" => esc_html__( "Post Revisions and Draft Saving", "wpforo" ),
@@ -1048,9 +1048,9 @@
1048 1048 "label" => esc_html__( "Post Revisions and Draft Saving", "wpforo" ),
1049 1049 "label_original" => "Post Revisions and Draft Saving",
1050 1050 "description" => "",
1051 1051 "description_original" => "",
1052 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/posting-editor-settings/#post-preview-and-auto-drafting",
1052 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/posting-editor-settings/#post-preview-and-auto-drafting",
1053 1053 ],
1054 1054 "auto_draft_interval" => [
1055 1055 "type" => "select",
1056 1056 "label" => esc_html__( "Auto Drafting Interval", "wpforo" ),
@@ -1064,9 +1064,9 @@
1064 1064 [ 'value' => 60000, 'label' => __( '1 minute', 'wpforo' ) ],
1065 1065 [ 'value' => 120000, 'label' => __( '2 minute', 'wpforo' ) ],
1066 1066 [ 'value' => 300000, 'label' => __( '5 minute', 'wpforo' ) ],
1067 1067 ],
1068 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/posting-editor-settings/#post-preview-and-auto-drafting",
1068 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/posting-editor-settings/#post-preview-and-auto-drafting",
1069 1069 ],
1070 1070 "max_drafts_per_page" => [
1071 1071 "type" => "number",
1072 1072 "min" => 3,
@@ -1073,9 +1073,9 @@
1073 1073 "label" => esc_html__( "Max Number of Revisions", "wpforo" ),
1074 1074 "label_original" => "Max Number of Revisions",
1075 1075 "description" => "",
1076 1076 "description_original" => "",
1077 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/posting-editor-settings/#post-preview-and-auto-drafting",
1077 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/posting-editor-settings/#post-preview-and-auto-drafting",
1078 1078 ],
1079 1079 "max_upload_size" => [
1080 1080 "type" => "megabyte",
1081 1081 "label" => esc_html__( "Maximum upload file size", "wpforo" ),
@@ -1104,9 +1104,9 @@
1104 1104 "variants" => [
1105 1105 [ 'value' => 'top', 'label' => __( 'Top', 'wpforo' ) ],
1106 1106 [ 'value' => 'bottom', 'label' => __( 'Bottom', 'wpforo' ) ],
1107 1107 ],
1108 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/posting-editor-settings/#rich-editor-toolbar-location",
1108 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/posting-editor-settings/#rich-editor-toolbar-location",
1109 1109 ],
1110 1110 "reply_editor_toolbar_location" => [
1111 1111 "type" => "radio",
1112 1112 "label" => esc_html__( "Toolbar Location of the Reply Editor", "wpforo" ),
@@ -1116,9 +1116,9 @@
1116 1116 "variants" => [
1117 1117 [ 'value' => 'top', 'label' => __( 'Top', 'wpforo' ) ],
1118 1118 [ 'value' => 'bottom', 'label' => __( 'Bottom', 'wpforo' ) ],
1119 1119 ],
1120 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/posting-editor-settings/#rich-editor-toolbar-location",
1120 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/posting-editor-settings/#rich-editor-toolbar-location",
1121 1121 ],
1122 1122 "content_do_shortcode" => [
1123 1123 "type" => "radio",
1124 1124 "label" => esc_html__( "Enable WordPress Shortcodes in Post Content", "wpforo" ),
@@ -1148,9 +1148,9 @@
1148 1148 "This is the members' directory setting page. wpForo forum has a members' page where you can see all members. The members' page is called members directory, and it's general for all forum boards. Starting from wpForo 2.0 you can create multiple separate forum boards in your website, however the members' directory will be one for all boards.",
1149 1149 "wpforo"
1150 1150 ),
1151 1151 "description_original" => "This is the members' directory setting page. wpForo forum has a members' page where you can see all members. The members' page is called members directory, and it's general for all forum boards. Starting from wpForo 2.0 you can create multiple separate forum boards in your website, however the members' directory will be one for all forums.",
1152 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-members/",
1152 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-members/",
1153 1153 "status" => "ok",
1154 1154 "base" => true,
1155 1155 "callback_for_page" => function() {
1156 1156 require_once( WPFORO_DIR . '/admin/settings/members.php' );
@@ -1178,9 +1178,9 @@
1178 1178 "label" => esc_html__( "Hide Inactive Members", "wpforo" ),
1179 1179 "label_original" => "Hide Inactive Members",
1180 1180 "description" => esc_html__( "Members who have not confirmed their email after the registration are set as 'inactive'. In most cases they are spam bots.", "wpforo" ),
1181 1181 "description_original" => "Members who have not confirmed their email after the registration are set as 'inactive'. In most cases they are spam bots.",
1182 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/display-members/#hide-inactive-members",
1182 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/display-members/#hide-inactive-members",
1183 1183 ],
1184 1184 "members_per_page" => [
1185 1185 "type" => "number",
1186 1186 "min" => 5,
@@ -1212,9 +1212,9 @@
1212 1212 "wpForo forum has a powerful user profile system which can be managed in this setting page. Here you can hide/show forum header and footer on profile pages, manage profile components like avatars, member titles, nickname, URL structure, signature etc... In case you use BuddyPress or Ultimate Members plugins, you can switch forum profile page to the plugin profile page.",
1213 1213 "wpforo"
1214 1214 ),
1215 1215 "description_original" => "wpForo forum has a powerful user profile system which can be managed in this setting page. Here you can hide/show forum header and footer on profile pages, manage profile components like avatars, member titles, nickname, URL structure, signature etc... In case you use BuddyPress or Ultimate Members plugins, you can switch forum profile page to the plugin profile page.",
1216 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/member-profile/",
1216 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/member-profile/",
1217 1217 "status" => "ok",
1218 1218 "base" => true,
1219 1219 "callback_for_page" => function() {
1220 1220 require_once( WPFORO_DIR . '/admin/settings/profiles.php' );
@@ -1249,9 +1249,9 @@
1249 1249 'title' => esc_attr__( 'Ultimate Member Profile for the whole website including forum.', 'wpforo' ),
1250 1250 'disabled' => ! function_exists( 'UM' ),
1251 1251 ],
1252 1252 ],
1253 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/member-profile/#profile-page",
1253 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/member-profile/#profile-page",
1254 1254 ],
1255 1255 "profile_header" => [
1256 1256 "type" => "radio",
1257 1257 "label" => esc_html__( "Show Forum Header on Profile Pages", "wpforo" ),
@@ -1257,9 +1257,9 @@
1257 1257 "label" => esc_html__( "Show Forum Header on Profile Pages", "wpforo" ),
1258 1258 "label_original" => "Show Forum Header on Profile Pages",
1259 1259 "description" => "",
1260 1260 "description_original" => "",
1261 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/member-profile/#show-forum-header-and-footer-on-profile-pages",
1261 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/member-profile/#show-forum-header-and-footer-on-profile-pages",
1262 1262 ],
1263 1263 "profile_footer" => [
1264 1264 "type" => "radio",
1265 1265 "label" => esc_html__( "Show Forum Footer under Profile Pages", "wpforo" ),
@@ -1265,9 +1265,9 @@
1265 1265 "label" => esc_html__( "Show Forum Footer under Profile Pages", "wpforo" ),
1266 1266 "label_original" => "Show Forum Footer under Profile Pages",
1267 1267 "description" => "",
1268 1268 "description_original" => "",
1269 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/member-profile/#show-forum-header-and-footer-on-profile-pages",
1269 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/member-profile/#show-forum-header-and-footer-on-profile-pages",
1270 1270 ],
1271 1271 "url_structure" => [
1272 1272 "type" => "radio",
1273 1273 "label" => esc_html__( "Members URL Structure", "wpforo" ),
@@ -1273,9 +1273,9 @@
1273 1273 "label" => esc_html__( "Members URL Structure", "wpforo" ),
1274 1274 "label_original" => "Members URL Structure",
1275 1275 "description" => esc_html__( "By default ", "wpforo" ),
1276 1276 "description_original" => "",
1277 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/member-profile/#members-url-structure-and-member-nickname",
1277 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/member-profile/#members-url-structure-and-member-nickname",
1278 1278 "variants" => [
1279 1279 [ 'value' => 'id', 'label' => 'USER_ID', 'title' => wpforo_url( 'profile', 'member' ) . 'USER_ID/' ],
1280 1280 [ 'value' => 'nicename', 'label' => 'USER_NICENAME', 'title' => wpforo_url( 'profile', 'member' ) . 'USER_NICENAME/' ],
1281 1281 ],
@@ -1293,9 +1293,9 @@
1293 1293 "label" => esc_html__( "Member Custom Titles", "wpforo" ),
1294 1294 "label_original" => "Member Custom Titles",
1295 1295 "description" => "",
1296 1296 "description_original" => "",
1297 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/member-profile/#member-custom-title",
1297 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/member-profile/#member-custom-title",
1298 1298 ],
1299 1299 "default_title" => [
1300 1300 "type" => "text",
1301 1301 "label" => esc_html__( "Member Custom Title by Default", "wpforo" ),
@@ -1301,9 +1301,9 @@
1301 1301 "label" => esc_html__( "Member Custom Title by Default", "wpforo" ),
1302 1302 "label_original" => "Member Custom Title by Default",
1303 1303 "description" => "",
1304 1304 "description_original" => "",
1305 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/member-profile/#member-custom-title",
1305 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/member-profile/#member-custom-title",
1306 1306 ],
1307 1307 "title_groupids" => [
1308 1308 "type" => "checkbox",
1309 1309 "label" => esc_html__( "Display Member Primary Usergroup", "wpforo" ),
@@ -1309,9 +1309,9 @@
1309 1309 "label" => esc_html__( "Display Member Primary Usergroup", "wpforo" ),
1310 1310 "label_original" => "Display Member Primary Usergroup",
1311 1311 "description" => esc_html__( "The names of selected usergroups will be displayed under the corresponding usergroup's users avatar in forum posts.", "wpforo" ),
1312 1312 "description_original" => "The selected usergroup names will be displayed under the corresponding usergroup users avatar in forum posts.",
1313 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/member-profile/#display-primary-and-secondary-usergroups-under-post-author-avata",
1313 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/member-profile/#display-primary-and-secondary-usergroups-under-post-author-avata",
1314 1314 "variants" => $this->get_variants_usergroups(),
1315 1315 ],
1316 1316 "title_secondary_groupids" => [
1317 1317 "type" => "checkbox",
@@ -1321,9 +1321,9 @@
1321 1321 "The names of selected secondary usergroups will be displayed under the corresponding usergroup's users avatar in forum posts.",
1322 1322 "wpforo"
1323 1323 ),
1324 1324 "description_original" => "The names of selected secondary usergroups will be displayed under the corresponding usergroup's users avatar in forum posts.",
1325 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/member-profile/#display-primary-and-secondary-usergroups-under-post-author-avata",
1325 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/member-profile/#display-primary-and-secondary-usergroups-under-post-author-avata",
1326 1326 "variants" => $this->get_variants_usergroups( [], true ),
1327 1327 ],
1328 1328 "mention_nicknames" => [
1329 1329 "type" => "radio",
@@ -1333,9 +1333,9 @@
1333 1333 "Nicknames are displayed with '@' symbol, like @john and are used for the user mentioning in posts. Please note, that this is not the user login name (username). If they are the same, users can change their nickname in the profile account page to secure the login name.",
1334 1334 "wpforo"
1335 1335 ),
1336 1336 "description_original" => "Nicknames are displayed with '@' symbol, like @john and are used for the user mentioning in posts. Please note, that this is not the user login name (username). If they are the same, users can change their nickname in the profile account page to secure the login name.",
1337 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/member-profile/#members-url-structure-and-member-nickname",
1337 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/member-profile/#members-url-structure-and-member-nickname",
1338 1338 ],
1339 1339 "avatars" => [
1340 1340 "type" => "radio",
1341 1341 "label" => esc_html__( "Enable Avatars", "wpforo" ),
@@ -1355,9 +1355,9 @@
1355 1355 "By default wpForo uses WordPress avatars. In most cases it's the Gravatar. If this option is enabled, users will be able to set their avatars with external URLs or upload from their devices.",
1356 1356 "wpforo"
1357 1357 ),
1358 1358 "description_original" => "By default wpForo uses WordPress avatars. In most cases it's the Gravatar. If this option is enabled, users will be able to set their avatars with external URLs or upload from their devices.",
1359 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/member-profile/#enable-custom-avatars",
1359 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/member-profile/#enable-custom-avatars",
1360 1360 ],
1361 1361 "replace_avatar" => [
1362 1362 "type" => "radio",
1363 1363 "label" => esc_html__( "Site-wide Usage of Forum Profile Avatar", "wpforo" ),
@@ -1395,9 +1395,9 @@
1395 1395 " For an advanced user ranking and members' point awarding system we recommend using myCRED plugin with the integration addon: ",
1396 1396 "wpforo"
1397 1397 ) . '<a href="https://gvectors.com/product/wpforo-mycred/" target="_blank">wpForo myCRED Integration.</a>',
1398 1398 "description_original" => "wpForo has built-in member reputation system based on points user get when he/she creates new topic, posts, when gets likes or dislikes. This system grants Rating Titles and Rating Badges. All component of this system (number of posts, titles, badges) can be customized and changed in this admin section.",
1399 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/member-rating/",
1399 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/member-rating/",
1400 1400 "status" => "ok",
1401 1401 "base" => true,
1402 1402 "callback_for_page" => function() {
1403 1403 require_once( WPFORO_DIR . '/admin/settings/rating.php' );
@@ -1408,9 +1408,9 @@
1408 1408 "label" => esc_html__( "Enable Member Rating Badges", "wpforo" ),
1409 1409 "label_original" => "Enable Member Rating Badges",
1410 1410 "description" => "",
1411 1411 "description_original" => "",
1412 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/member-rating/#enable-member-rating-badges-and-titles",
1412 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/member-rating/#enable-member-rating-badges-and-titles",
1413 1413 ],
1414 1414 "rating_title" => [
1415 1415 "type" => "radio",
1416 1416 "label" => esc_html__( "Enable Member Rating Titles", "wpforo" ),
@@ -1416,9 +1416,9 @@
1416 1416 "label" => esc_html__( "Enable Member Rating Titles", "wpforo" ),
1417 1417 "label_original" => "Enable Member Rating Titles",
1418 1418 "description" => "",
1419 1419 "description_original" => "",
1420 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/member-rating/#enable-member-rating-badges-and-titles",
1420 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/member-rating/#enable-member-rating-badges-and-titles",
1421 1421 ],
1422 1422 "member_rating" => [
1423 1423 "label" => esc_html__( "Member Reputation and Titles", "wpforo" ),
1424 1424 "label_original" => "Member Reputation and Titles",
@@ -1432,9 +1432,9 @@
1432 1432 "label" => esc_html__( "Points for One Topic", "wpforo" ),
1433 1433 "label_original" => "Points for One Topic",
1434 1434 "description" => "",
1435 1435 "description_original" => "",
1436 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/member-rating/#reputation-point-counting",
1436 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/member-rating/#reputation-point-counting",
1437 1437 ],
1438 1438 "post_points" => [
1439 1439 "type" => "float",
1440 1440 "min" => 0,
@@ -1441,9 +1441,9 @@
1441 1441 "label" => esc_html__( "Points for One Post", "wpforo" ),
1442 1442 "label_original" => "Points for 1 Post",
1443 1443 "description" => "",
1444 1444 "description_original" => "",
1445 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/member-rating/#reputation-point-counting",
1445 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/member-rating/#reputation-point-counting",
1446 1446 ],
1447 1447 "like_points" => [
1448 1448 "type" => "float",
1449 1449 "min" => 0,
@@ -1450,9 +1450,9 @@
1450 1450 "label" => esc_html__( "Points for One Like", "wpforo" ),
1451 1451 "label_original" => "Points for One Post",
1452 1452 "description" => "",
1453 1453 "description_original" => "",
1454 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/member-rating/#reputation-point-counting",
1454 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/member-rating/#reputation-point-counting",
1455 1455 ],
1456 1456 "dislike_points" => [
1457 1457 "type" => "float",
1458 1458 "max" => 0,
@@ -1459,9 +1459,9 @@
1459 1459 "label" => esc_html__( "Points for One Dislike", "wpforo" ),
1460 1460 "label_original" => "Points for One Dislike",
1461 1461 "description" => esc_html__( "This should be set a negative value like '-1' to decrease the user reputation points if he/she receives dislikes.", "wpforo" ),
1462 1462 "description_original" => "This should be set a negative value like '-1' to decrease the user reputation points if he/she receives dislikes.",
1463 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/member-rating/#reputation-point-counting",
1463 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/member-rating/#reputation-point-counting",
1464 1464 ],
1465 1465 "rating_title_ug" => [
1466 1466 "type" => "checkbox",
1467 1467 "label" => esc_html__( "Enable Reputation Titles for Selected Usergroups", "wpforo" ),
@@ -1501,9 +1501,9 @@
1501 1501 'If you need to customize the registration form and add custom fields, you should check out user custom field builder addon:',
1502 1502 'wpforo'
1503 1503 ) . ' <a href="https://gvectors.com/product/wpforo-user-custom-fields/" target="_blank">wpForo Users Custom Field.</a>',
1504 1504 "description_original" => "wpForo is one of the very rare plugins which has its own user registration and login pages. Both features are based on WordPress functions. Here you can control user registration, account approval and deleting settings. Also, you can manage redirections after user login, register and password resting actions.",
1505 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/login-registration/",
1505 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/login-registration/",
1506 1506 "status" => "ok",
1507 1507 "base" => true,
1508 1508 "callback_for_page" => function() {
1509 1509 require_once( WPFORO_DIR . '/admin/settings/authorization.php' );
@@ -1517,9 +1517,9 @@
1517 1517 "This option is not synced with WordPress 'Anyone can register' option in Dashboard > Settings > General admin page. If this option is enabled new users will always be able to register.",
1518 1518 "wpforo"
1519 1519 ),
1520 1520 "description_original" => "This option is not synced with WordPress 'Anyone can register' option in Dashboard > Settings > General admin page. If this option is enabled new users will always be able to register.",
1521 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/login-registration/#enable-user-registration",
1521 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/login-registration/#enable-user-registration",
1522 1522 ],
1523 1523 "user_register_email_confirm" => [
1524 1524 "type" => "radio",
1525 1525 "label" => esc_html__( "Enable User Registration email confirmation", "wpforo" ),
@@ -1525,9 +1525,9 @@
1525 1525 "label" => esc_html__( "Enable User Registration email confirmation", "wpforo" ),
1526 1526 "label_original" => "Enable User Registration email confirmation",
1527 1527 "description" => esc_html__( "If you have enabled this option, after registering, user can not login without confirming the email.", "wpforo" ),
1528 1528 "description_original" => "If you have enabled this option, after registering, user can not login without confirming the email.",
1529 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/login-registration/#enable-user-registration-email-confirmation",
1529 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/login-registration/#enable-user-registration-email-confirmation",
1530 1530 ],
1531 1531 "manually_approval" => [
1532 1532 "type" => "radio",
1533 1533 "label" => esc_html__( "Enable User Manually Approval System", "wpforo" ),
@@ -1533,9 +1533,9 @@
1533 1533 "label" => esc_html__( "Enable User Manually Approval System", "wpforo" ),
1534 1534 "label_original" => "Enable User Manually Approval System",
1535 1535 "description" => esc_html__( "If you have enabled this option, after registering, user can not login without manually approving of administrator.", "wpforo" ),
1536 1536 "description_original" => "If you have enabled this option, after registering, user can not login without manually approving of administrator.",
1537 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/login-registration/#enable-user-manually-approval-system",
1537 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/login-registration/#enable-user-manually-approval-system",
1538 1538 ],
1539 1539 "manually_approval_contact_form" => [
1540 1540 "type" => "radio",
1541 1541 "label" => esc_html__( "Admin Contacting Form under the \"Awaiting approval\" Message", "wpforo" ),
@@ -1544,9 +1544,9 @@
1544 1544 "This option displays a contact form under the 'Awaiting approval' text to allow inactive users send a message to website administrator. This message will be sent to the administrator email address.",
1545 1545 "wpforo"
1546 1546 ),
1547 1547 "description_original" => "This option displays a contact form under the 'Awaiting approval' text to allow inactive users send a message to website administrator. This message will be sent to the administrator email address.",
1548 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/login-registration/#enable-user-manually-approval-system",
1548 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/login-registration/#enable-user-manually-approval-system",
1549 1549 ],
1550 1550 "role_synch" => [
1551 1551 "type" => "radio",
1552 1552 "label" => esc_html__( "Role-Usergroup Synchronization", "wpforo" ),
@@ -1555,9 +1555,9 @@
1555 1555 "Keep enabled this option to synch WordPress User Roles with Forum Usergroups. This connection allows to automatically change Usergroup of a user when his/her User Role is changed by administrators or by membership plugins. In other words this option allows to manage Usergroups based on Users Roles, thus you can directly control users forum accesses based on Users Roles. If this option is turned off, User Roles don't have any affection to users forum accesses, they are only controlled by forum Usergroups.",
1556 1556 "wpforo"
1557 1557 ),
1558 1558 "description_original" => "Keep enabled this option to synch WordPress User Roles with Forum Usergroups. This connection allows to automatically change Usergroup of a user when his/her User Role is changed by administrators or by membership plugins. In other words this option allows to manage Usergroups based on Users Roles, thus you can directly control users forum accesses based on Users Roles. If this option is turned off, User Roles don't have any affection to users forum accesses, they are only controlled by forum Usergroups.",
1559 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/login-registration/#role-usergroup-synchronization",
1559 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/login-registration/#role-usergroup-synchronization",
1560 1560 ],
1561 1561 "user_delete_method" => [
1562 1562 "type" => "radio",
1563 1563 "label" => esc_html__( "User Delete Method", "wpforo" ),
@@ -1574,9 +1574,9 @@
1574 1574 'title' => __( 'This method will delete only profile information so all content which created this user will be kept and renamed as Anonymous.', 'wpforo' ),
1575 1575 ],
1576 1576 [ 'value' => 'hard', 'label' => __( 'Hard', 'wpforo' ), 'title' => __( 'This method will also remove all user information and content.', 'wpforo' ) ],
1577 1577 ],
1578 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/login-registration/#user-delete-method",
1578 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/login-registration/#user-delete-method",
1579 1579 ],
1580 1580 "send_email_after_user_delete" => [
1581 1581 "type" => "radio",
1582 1582 "label" => esc_html__( "Send Email to Admins After User Self Delete", "wpforo" ),
@@ -1617,9 +1617,9 @@
1617 1617 'Use this option only if you have set other pages for authorization. wpForo doesn\'t change its own URLs, these options are only for other plugin compatibility. For example, if you use BuddyPress or Ultimate Member plugin you can set your profile plugin url',
1618 1618 'wpforo'
1619 1619 ),
1620 1620 "description_original" => "Use this option only if you have set other pages for authorization. wpForo doesn\'t change its own URLs, these options are only for other plugin compatibility. For example, if you use BuddyPress or Ultimate Member plugin you can set your profile plugin url",
1621 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/login-registration/#custom-authorization-urls",
1621 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/login-registration/#custom-authorization-urls",
1622 1622 "options_keys" => [ 'login_url', 'register_url', 'lost_password_url' ],
1623 1623 ],
1624 1624 "login_url" => [
1625 1625 "type" => "text",
@@ -1691,9 +1691,9 @@
1691 1691 "Here, you can configure header information (FROM name and email) of forum specific emails. You can set administrators and moderators email addresses to get email notification when a new topic or reply is posted. Here you can also find user registration, password resetting and post reporting email templates.",
1692 1692 "wpforo"
1693 1693 ),
1694 1694 "description_original" => "Here, you can configure header information (FROM name and email) of forum specific emails. You can set administrators and moderators email addresses to get email notification when a new topic or reply is posted. Here you can also find user registration, password resetting and post reporting email templates.",
1695 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/email-settings/",
1695 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/email-settings/",
1696 1696 "status" => "ok",
1697 1697 "base" => true,
1698 1698 "callback_for_page" => function() {
1699 1699 require_once( WPFORO_DIR . '/admin/settings/email.php' );
@@ -1704,9 +1704,9 @@
1704 1704 "label" => esc_html__( "FROM Name", "wpforo" ),
1705 1705 "label_original" => "FROM Name",
1706 1706 "description" => "",
1707 1707 "description_original" => "",
1708 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/email-settings/#from-name-and-email-address",
1708 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/email-settings/#from-name-and-email-address",
1709 1709 ],
1710 1710 "from_email" => [
1711 1711 "type" => "text",
1712 1712 "label" => esc_html__( "FROM Email Address", "wpforo" ),
@@ -1712,9 +1712,9 @@
1712 1712 "label" => esc_html__( "FROM Email Address", "wpforo" ),
1713 1713 "label_original" => "FROM Email Address",
1714 1714 "description" => "",
1715 1715 "description_original" => "",
1716 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/email-settings/#from-name-and-email-address",
1716 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/email-settings/#from-name-and-email-address",
1717 1717 ],
1718 1718 "admin_emails" => [
1719 1719 "type" => "text_,",
1720 1720 "label" => esc_html__( "Forum Admins Email Addresses", "wpforo" ),
@@ -1738,8 +1738,16 @@
1738 1738 "description" => esc_html__( "Send Notification emails to all email addresses (comma separated ) of forum administrators when a new Reply is created.", "wpforo" ),
1739 1739 "description_original" => "Send Notification emails to all email addresses (comma separated ) of forum administrators when a new Reply is created.",
1740 1740 "docurl" => "",
1741 1741 ],
1742 + "async_notifications" => [
1743 + "type" => "radio",
1744 + "label" => esc_html__( "Send Notification Emails Asynchronously", "wpforo" ),
1745 + "label_original" => "Send Notification Emails Asynchronously",
1746 + "description" => esc_html__( "Queue subscription, mention, and follow notification emails to be sent in the background. This prevents delays when posting replies to topics with many subscribers. Recommended for forums with active subscriptions.", "wpforo" ),
1747 + "description_original" => "Queue subscription, mention, and follow notification emails to be sent in the background. This prevents delays when posting replies to topics with many subscribers. Recommended for forums with active subscriptions.",
1748 + "docurl" => "",
1749 + ],
1742 1750 "disable_new_user_admin_notification" => [
1743 1751 "type" => "radio",
1744 1752 "label" => esc_html__( "Stop Sending Emails to Admins on New User Registration", "wpforo" ),
1745 1753 "label_original" => "Stop Sending Emails to Admins on New User Registration",
@@ -1932,9 +1940,9 @@
1932 1940 "wpForo has almost all kind of way to keep forum users updated about the latest posted content. Users can subscribe to forums and topics, they can be mentioned in posts, they can follow to other users. On all these cases, users get email and in-forum notification. And all these features can be managed in this admin section.",
1933 1941 "wpforo"
1934 1942 ),
1935 1943 "description_original" => "wpForo has almost all kind of way to keep forum users updated about the latest posted content. Users can subscribe to forums and topics, they can be mentioned in posts, they can follow to other users. On all these cases, users get email and in-forum notification. And all these features can be managed in this admin section.",
1936 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/subscriptions-mentioning/",
1944 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/subscriptions-mentioning/",
1937 1945 "status" => "ok",
1938 1946 "base" => false,
1939 1947 "callback_for_page" => function() {
1940 1948 require_once( WPFORO_DIR . '/admin/settings/subscriptions.php' );
@@ -1945,9 +1953,9 @@
1945 1953 "label" => esc_html__( "Enable Subscription Confirmation", "wpforo" ),
1946 1954 "label_original" => "Enable Subscription Confirmation",
1947 1955 "description" => esc_html__( "Forum and Topic subscription with double opt-in/confirmation system.", "wpforo" ),
1948 1956 "description_original" => "Forum and Topic subscription with double opt-in/confirmation system.",
1949 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/subscriptions-mentioning/#enable-subscription-confirmation",
1957 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/subscriptions-mentioning/#enable-subscription-confirmation",
1950 1958 ],
1951 1959 "subscribe_checkbox_on_post_editor" => [
1952 1960 "type" => "radio",
1953 1961 "label" => esc_html__( "Topic subscription option on post editor", "wpforo" ),
@@ -1953,9 +1961,9 @@
1953 1961 "label" => esc_html__( "Topic subscription option on post editor", "wpforo" ),
1954 1962 "label_original" => "Topic subscription option on post editor",
1955 1963 "description" => esc_html__( "This option adds topic subscription checkbox next to new topic and post submit button.", "wpforo" ),
1956 1964 "description_original" => "This option adds topic subscription checkbox next to new topic and post submit button.",
1957 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/subscriptions-mentioning/#topic-subscription-option-on-post-editor",
1965 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/subscriptions-mentioning/#topic-subscription-option-on-post-editor",
1958 1966 ],
1959 1967 "subscribe_checkbox_default_status" => [
1960 1968 "type" => "radio",
1961 1969 "label" => esc_html__( "Topic subscription option on post editor - checked/enabled", "wpforo" ),
@@ -1961,9 +1969,9 @@
1961 1969 "label" => esc_html__( "Topic subscription option on post editor - checked/enabled", "wpforo" ),
1962 1970 "label_original" => "Topic subscription option on post editor - checked/enabled",
1963 1971 "description" => esc_html__( "Enable this option if you want the topic subscription checkbox to be checked by default.", "wpforo" ),
1964 1972 "description_original" => "Enable this option if you want the topic subscription checkbox to be checked by default.",
1965 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/subscriptions-mentioning/#topic-subscription-option-on-post-editor",
1973 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/subscriptions-mentioning/#topic-subscription-option-on-post-editor",
1966 1974 ],
1967 1975 "user_mention_notify" => [
1968 1976 "type" => "radio",
1969 1977 "label" => esc_html__( "Enable User Mentioning", "wpforo" ),
@@ -1969,9 +1977,9 @@
1969 1977 "label" => esc_html__( "Enable User Mentioning", "wpforo" ),
1970 1978 "label_original" => "Enable User Mentioning",
1971 1979 "description" => esc_html__( "If this option is enabled, users will receive email notification when someone uses @nickname of the user in posts.", "wpforo" ),
1972 1980 "description_original" => "If this option is enabled, users will receive email notification when someone uses @nickname of the user in posts.",
1973 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/subscriptions-mentioning/#enable-user-mentioning",
1981 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/subscriptions-mentioning/#enable-user-mentioning",
1974 1982 ],
1975 1983 "user_following_notify" => [
1976 1984 "type" => "radio",
1977 1985 "label" => esc_html__( "Enable User Following", "wpforo" ),
@@ -1980,9 +1988,9 @@
1980 1988 "If this option is enabled, the [Follow] button will be displayed on user's profile pages, allowing users to subscribe to certain users topics and posts. The follower user will receive email notification when the followed user posts a new topic or post.",
1981 1989 "wpforo"
1982 1990 ),
1983 1991 "description_original" => "If this option is enabled, the [Follow] button will be displayed on user's profile pages, allowing users to subscribe to certain users topics and posts. The follower user will receive email notification when the followed user posts a new topic or post.",
1984 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/subscriptions-mentioning/#enable-user-following",
1992 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/subscriptions-mentioning/#enable-user-following",
1985 1993 ],
1986 1994 "confirmation_email_subject" => [
1987 1995 "type" => "text",
1988 1996 "label" => esc_html__( "Subscribe confirmation email subject", "wpforo" ),
@@ -2145,9 +2153,9 @@
2145 2153 "As an addition to email notification functions, wpForo has in-forum notification system. You can see the notification bell on forum menu bar or in the sidebar with 'My Profile and Notifications' widget.",
2146 2154 "wpforo"
2147 2155 ),
2148 2156 "description_original" => "As an addition to email notification functions, wpForo has in-forum notification system. You can see the notification bell on forum menu bar or in the sidebar with 'My Profile and Notifications' widget.",
2149 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/forum-notifications/",
2157 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/forum-notifications/",
2150 2158 "status" => "ok",
2151 2159 "base" => false,
2152 2160 "callback_for_page" => function() {
2153 2161 require_once( WPFORO_DIR . '/admin/settings/notifications.php' );
@@ -2166,9 +2174,9 @@
2166 2174 "label" => esc_html__( "Enable User Notification Live Update", "wpforo" ),
2167 2175 "label_original" => "Enable User Notification Live Update",
2168 2176 "description" => "",
2169 2177 "description_original" => "",
2170 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/forum-notifications/#enable-user-notification-live-update",
2178 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/forum-notifications/#enable-user-notification-live-update",
2171 2179 ],
2172 2180 "notifications_bar" => [
2173 2181 "type" => "radio",
2174 2182 "label" => esc_html__( "Display User Notification Bell on Menu Bar", "wpforo" ),
@@ -2174,9 +2182,9 @@
2174 2182 "label" => esc_html__( "Display User Notification Bell on Menu Bar", "wpforo" ),
2175 2183 "label_original" => "Display User Notification Bell on Menu Bar",
2176 2184 "description" => "",
2177 2185 "description_original" => "",
2178 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/forum-notifications/#display-user-notification-bell-on-menu-bar",
2186 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/forum-notifications/#display-user-notification-bell-on-menu-bar",
2179 2187 ],
2180 2188 ],
2181 2189 ],
2182 2190 'activity' => [
@@ -2286,9 +2294,9 @@
2286 2294 "wpForo logging system allows tracking and providing live information about forum viewers. It detects read/unread status of forums and posts for guests and logged-in users individually. Here you can manage all functions and features of the forum logging system.",
2287 2295 "wpforo"
2288 2296 ),
2289 2297 "description_original" => "wpForo logging system allows tracking and providing live information about forum viewers. It detects read/unread status of forums and posts for guests and logged-in users individually. Here you can manage all functions and features of the forum logging system.",
2290 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/action-logging-views/",
2298 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/action-logging-views/",
2291 2299 "status" => "ok",
2292 2300 "base" => false,
2293 2301 "callback_for_page" => function() {
2294 2302 require_once( WPFORO_DIR . '/admin/settings/logging.php' );
@@ -2299,9 +2307,9 @@
2299 2307 "label" => esc_html__( "Log Viewed Forums and Topics", "wpforo" ),
2300 2308 "label_original" => "Log Viewed Forums and Topics",
2301 2309 "description" => "",
2302 2310 "description_original" => "",
2303 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/action-logging-views/#log-viewed-forums-and-topics",
2311 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/action-logging-views/#log-viewed-forums-and-topics",
2304 2312 ],
2305 2313 "track_logging" => [
2306 2314 "type" => "radio",
2307 2315 "label" => esc_html__( "Track Forum and Topic Current Viewers", "wpforo" ),
@@ -2307,9 +2315,9 @@
2307 2315 "label" => esc_html__( "Track Forum and Topic Current Viewers", "wpforo" ),
2308 2316 "label_original" => "Track Forum and Topic Current Viewers",
2309 2317 "description" => "",
2310 2318 "description_original" => "",
2311 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/action-logging-views/#track-forum-and-topic-current-viewers",
2319 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/action-logging-views/#track-forum-and-topic-current-viewers",
2312 2320 ],
2313 2321 "goto_unread" => [
2314 2322 "type" => "radio",
2315 2323 "label" => esc_html__( "Topic Links - Jump to First Unread Post", "wpforo" ),
@@ -2318,9 +2326,9 @@
2318 2326 "If this option is enabled, all topic links on forums page and on topics page will refer to the first unread post. This behavior is only enabled for logged-in users.",
2319 2327 "wpforo"
2320 2328 ),
2321 2329 "description_original" => "If this option is enabled, all topic links on forums page and on topics page will refer to the first unread post. This behavior is only enabled for logged-in users.",
2322 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/action-logging-views/#topic-links-jump-to-first-unread-post",
2330 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/action-logging-views/#topic-links-jump-to-first-unread-post",
2323 2331 ],
2324 2332 "goto_unread_button" => [
2325 2333 "type" => "radio",
2326 2334 "label" => esc_html__( "Jump to First Unread Post with [new] Button in Topic Link", "wpforo" ),
@@ -2326,9 +2334,9 @@
2326 2334 "label" => esc_html__( "Jump to First Unread Post with [new] Button in Topic Link", "wpforo" ),
2327 2335 "label_original" => "Jump to First Unread Post with [new] Button in Topic Link",
2328 2336 "description" => esc_html__( "Adds [new] button at the and of topic links, which jumps to the first unread post.", "wpforo" ),
2329 2337 "description_original" => "Adds [new] button at the and of topic links, which jumps to the first unread post.",
2330 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/action-logging-views/#jump-to-first-unread-post-with-new-button-in-topic-link",
2338 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/action-logging-views/#jump-to-first-unread-post-with-new-button-in-topic-link",
2331 2339 ],
2332 2340 "display_forum_current_viewers" => [
2333 2341 "type" => "radio",
2334 2342 "label" => esc_html__( "Display Forum Current Viewers", "wpforo" ),
@@ -2334,9 +2342,9 @@
2334 2342 "label" => esc_html__( "Display Forum Current Viewers", "wpforo" ),
2335 2343 "label_original" => "Display Forum Current Viewers",
2336 2344 "description" => esc_html__( "Displays information about forum current viewers (x viewing) next to forum title.", "wpforo" ),
2337 2345 "description_original" => "Displays information about forum current viewers (x viewing) next to forum title.",
2338 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/action-logging-views/#display-forum-and-topic-current-viewers",
2346 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/action-logging-views/#display-forum-and-topic-current-viewers",
2339 2347 ],
2340 2348 "display_topic_current_viewers" => [
2341 2349 "type" => "radio",
2342 2350 "label" => esc_html__( "Display Topic Current Viewers", "wpforo" ),
@@ -2342,9 +2350,9 @@
2342 2350 "label" => esc_html__( "Display Topic Current Viewers", "wpforo" ),
2343 2351 "label_original" => "Display Topic Current Viewers",
2344 2352 "description" => esc_html__( "Displays information about topic current viewers (x viewing) next to topic title", "wpforo" ),
2345 2353 "description_original" => "Displays information about topic current viewers (x viewing) next to topic title",
2346 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/action-logging-views/#display-forum-and-topic-current-viewers",
2354 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/action-logging-views/#display-forum-and-topic-current-viewers",
2347 2355 ],
2348 2356 "display_recent_viewers" => [
2349 2357 "type" => "radio",
2350 2358 "label" => esc_html__( "Display Recent Viewers in the Topic Footer", "wpforo" ),
@@ -2350,9 +2358,9 @@
2350 2358 "label" => esc_html__( "Display Recent Viewers in the Topic Footer", "wpforo" ),
2351 2359 "label_original" => "Display Recent Viewers in the Topic Footer",
2352 2360 "description" => esc_html__( "Displays information about topic recent viewers (users visited within last one hour)", "wpforo" ),
2353 2361 "description_original" => "Displays information about topic recent viewers (users visited within last one hour)",
2354 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/action-logging-views/#display-recent-viewers-in-the-topic-footer",
2362 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/action-logging-views/#display-recent-viewers-in-the-topic-footer",
2355 2363 ],
2356 2364 "display_admin_viewers" => [
2357 2365 "type" => "radio",
2358 2366 "label" => esc_html__( "Display Administrators in the Topic Recent Viewers Section", "wpforo" ),
@@ -2371,9 +2379,9 @@
2371 2379 "wpForo comes with built-in powerful forum SEO features. wpForo doesn't need any SEO plugin, however you should use SEO plugins for other parts of your website (posts, pages, products, etc...). wpForo disables SEO plugins on forum pages and generates all necessary SEO meta tags.",
2372 2380 "wpforo"
2373 2381 ),
2374 2382 "description_original" => "wpForo comes with built-in powerful forum SEO features. wpForo doesn't need any SEO plugin, however you should use SEO plugins for other parts of your website (posts, pages, products, etc...). wpForo disables SEO plugins on forum pages and generates all necessary SEO meta tags.",
2375 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/wpforo-seo/",
2383 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/wpforo-seo/",
2376 2384 "status" => "ok",
2377 2385 "base" => false,
2378 2386 "callback_for_page" => function() {
2379 2387 require_once( WPFORO_DIR . '/admin/settings/seo.php' );
@@ -2384,9 +2392,9 @@
2384 2392 "label" => esc_html__( "Enable Meta Titles", "wpforo" ),
2385 2393 "label_original" => "Enable eta Titles",
2386 2394 "description" => "",
2387 2395 "description_original" => "",
2388 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/wpforo-seo/#enable-meta-title-and-seo-tags",
2396 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/wpforo-seo/#enable-meta-title-and-seo-tags",
2389 2397 ],
2390 2398 "seo_meta" => [
2391 2399 "type" => "radio",
2392 2400 "label" => esc_html__( "Enable Meta Tags", "wpforo" ),
@@ -2392,9 +2400,9 @@
2392 2400 "label" => esc_html__( "Enable Meta Tags", "wpforo" ),
2393 2401 "label_original" => "Enable Meta Tags",
2394 2402 "description" => "",
2395 2403 "description_original" => "",
2396 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/wpforo-seo/#enable-meta-title-and-seo-tags",
2404 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/wpforo-seo/#enable-meta-title-and-seo-tags",
2397 2405 ],
2398 2406 "seo_profile" => [
2399 2407 "type" => "radio",
2400 2408 "label" => esc_html__( "Enable User Profile Page indexing", "wpforo" ),
@@ -2400,9 +2408,9 @@
2400 2408 "label" => esc_html__( "Enable User Profile Page indexing", "wpforo" ),
2401 2409 "label_original" => "Enable User Profile Page indexing",
2402 2410 "description" => "",
2403 2411 "description_original" => "",
2404 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/wpforo-seo/#enable-user-profile-page-indexing",
2412 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/wpforo-seo/#enable-user-profile-page-indexing",
2405 2413 ],
2406 2414 "forums_sitemap" => [
2407 2415 "type" => "radio",
2408 2416 "label" => esc_html__( "Enable Forums Sitemap", "wpforo" ),
@@ -2408,9 +2416,9 @@
2408 2416 "label" => esc_html__( "Enable Forums Sitemap", "wpforo" ),
2409 2417 "label_original" => "Enable Forums Sitemap",
2410 2418 "description" => "",
2411 2419 "description_original" => "",
2412 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/wpforo-seo/#enable-forums-topics-and-members-sitemap",
2420 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/wpforo-seo/#enable-forums-topics-and-members-sitemap",
2413 2421 ],
2414 2422 "topics_sitemap" => [
2415 2423 "type" => "radio",
2416 2424 "label" => esc_html__( "Enable Topics Sitemap", "wpforo" ),
@@ -2416,9 +2424,9 @@
2416 2424 "label" => esc_html__( "Enable Topics Sitemap", "wpforo" ),
2417 2425 "label_original" => "Enable Topics Sitemap",
2418 2426 "description" => "",
2419 2427 "description_original" => "",
2420 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/wpforo-seo/#enable-forums-topics-and-members-sitemap",
2428 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/wpforo-seo/#enable-forums-topics-and-members-sitemap",
2421 2429 ],
2422 2430 "members_sitemap" => [
2423 2431 "type" => "radio",
2424 2432 "label" => esc_html__( "Enable Members Sitemap", "wpforo" ),
@@ -2424,9 +2432,9 @@
2424 2432 "label" => esc_html__( "Enable Members Sitemap", "wpforo" ),
2425 2433 "label_original" => "Enable Members Sitemap",
2426 2434 "description" => "",
2427 2435 "description_original" => "",
2428 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/wpforo-seo/#enable-forums-topics-and-members-sitemap",
2436 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/wpforo-seo/#enable-forums-topics-and-members-sitemap",
2429 2437 ],
2430 2438 "dofollow" => [
2431 2439 "type" => 'textarea_\n',
2432 2440 "placeholder" => "example.com",
@@ -2461,9 +2469,9 @@
2461 2469 "Here you can find many ways to protect your forum from spammers. Most of them are already configured and enabled with default values. You can make spam protection more powerfully if you configure Google reCAPTCHA in Settings > Google reCAPTCHA section and install others spam protection plugins like Akismet.",
2462 2470 "wpforo"
2463 2471 ),
2464 2472 "description_original" => "Here you can find many ways to protect your forum from spammers. Most of them are already configured and enabled with default values. You can make spam protection more powerfully if you configure Google reCAPTCHA in Settings > Google reCAPTCHA section and install others spam protection plugins like Akismet.",
2465 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/spam-protection/",
2473 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/spam-protection/",
2466 2474 "status" => "ok",
2467 2475 "base" => true,
2468 2476 "callback_for_page" => function() {
2469 2477 require_once( WPFORO_DIR . '/admin/settings/antispam.php' );
@@ -2474,9 +2482,9 @@
2474 2482 "label" => esc_html__( "Enable wpForo Spam Control", "wpforo" ),
2475 2483 "label_original" => "Enable wpForo Spam Control",
2476 2484 "description" => "",
2477 2485 "description_original" => "",
2478 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/spam-protection/#wpforo-spam-control",
2486 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/spam-protection/#wpforo-spam-control",
2479 2487 ],
2480 2488 "spam_user_ban" => [
2481 2489 "type" => "radio",
2482 2490 "label" => esc_html__( "Ban user when spam is suspected", "wpforo" ),
@@ -2482,9 +2490,9 @@
2482 2490 "label" => esc_html__( "Ban user when spam is suspected", "wpforo" ),
2483 2491 "label_original" => "Ban user when spam is suspected",
2484 2492 "description" => "",
2485 2493 "description_original" => "",
2486 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/spam-protection/#wpforo-spam-control",
2494 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/spam-protection/#wpforo-spam-control",
2487 2495 ],
2488 2496 "should_unapprove_after_report" => [
2489 2497 "type" => "radio",
2490 2498 "label" => esc_html__( "Make the reported post unapproved.", "wpforo" ),
@@ -2490,9 +2498,9 @@
2490 2498 "label" => esc_html__( "Make the reported post unapproved.", "wpforo" ),
2491 2499 "label_original" => "Make the reported post unapproved.",
2492 2500 "description" => esc_html__( "When a post is reported set it under moderation.", "wpforo" ),
2493 2501 "description_original" => "When a post is reported set it under moderation.",
2494 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/spam-protection/#wpforo-spam-control",
2502 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/spam-protection/#wpforo-spam-control",
2495 2503 ],
2496 2504 "spam_filter_level_topic" => [
2497 2505 "type" => "number",
2498 2506 "min" => 1,
@@ -2500,9 +2508,9 @@
2500 2508 "label" => esc_html__( "Spam Suspicion Level for Topics", "wpforo" ),
2501 2509 "label_original" => "Spam Suspicion Level for Topics",
2502 2510 "description" => esc_html__( "Lower values require higher similarity to flag as spam (1 = 99% match, 20 = 80% match).", "wpforo" ),
2503 2511 "description_original" => "Lower values require higher similarity to flag as spam (1 = 99% match, 20 = 80% match).",
2504 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/spam-protection/#wpforo-spam-control",
2512 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/spam-protection/#wpforo-spam-control",
2505 2513 ],
2506 2514 "spam_filter_level_post" => [
2507 2515 "type" => "number",
2508 2516 "min" => 1,
@@ -2510,9 +2518,9 @@
2510 2518 "label" => esc_html__( "Spam Suspicion Level for Posts", "wpforo" ),
2511 2519 "label_original" => "Spam Suspicion Level for Posts",
2512 2520 "description" => esc_html__( "Lower values require higher similarity to flag as spam (1 = 99% match, 20 = 80% match).", "wpforo" ),
2513 2521 "description_original" => "Lower values require higher similarity to flag as spam (1 = 99% match, 20 = 80% match).",
2514 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/spam-protection/#wpforo-spam-control",
2522 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/spam-protection/#wpforo-spam-control",
2515 2523 ],
2516 2524 "new_user_max_posts" => [
2517 2525 "type" => "number",
2518 2526 "min" => 0,
@@ -2519,9 +2527,9 @@
2519 2527 "label" => esc_html__( "User is New (under hard spam control) during first [X] posts", "wpforo" ),
2520 2528 "label_original" => "User is New (under hard spam control) during first [X] posts",
2521 2529 "description" => "",
2522 2530 "description_original" => "",
2523 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/spam-protection/#user-is-new-under-hard-spam-control-during-first-x-posts",
2531 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/spam-protection/#user-is-new-under-hard-spam-control-during-first-x-posts",
2524 2532 ],
2525 2533 "unapprove_post_if_user_is_new" => [
2526 2534 "type" => "radio",
2527 2535 "label" => esc_html__( "Posts must be manually approved", "wpforo" ),
@@ -2527,9 +2535,9 @@
2527 2535 "label" => esc_html__( "Posts must be manually approved", "wpforo" ),
2528 2536 "label_original" => "Posts must be manually approved",
2529 2537 "description" => "",
2530 2538 "description_original" => "",
2531 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/spam-protection/#posts-must-be-manually-approved",
2539 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/spam-protection/#posts-must-be-manually-approved",
2532 2540 ],
2533 2541 "min_number_posts_to_edit_account" => [
2534 2542 "type" => "number",
2535 2543 "min" => 0,
@@ -2536,9 +2544,9 @@
2536 2544 "label" => esc_html__( "Min number of posts to be able to edit profile information", "wpforo" ),
2537 2545 "label_original" => "Min number of posts to be able to edit profile information",
2538 2546 "description" => "",
2539 2547 "description_original" => "",
2540 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/spam-protection/#min-number-of-posts-to-be-able-to-edit-profile-information",
2548 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/spam-protection/#min-number-of-posts-to-be-able-to-edit-profile-information",
2541 2549 ],
2542 2550 "min_number_posts_to_attach" => [
2543 2551 "type" => "number",
2544 2552 "min" => 0,
@@ -2545,9 +2553,9 @@
2545 2553 "label" => esc_html__( "Min number of posts to be able to attach files", "wpforo" ),
2546 2554 "label_original" => "Min number of posts to be able to attach files",
2547 2555 "description" => "",
2548 2556 "description_original" => "",
2549 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/spam-protection/#min-number-of-posts-to-be-able-to-attach-a-file-or-post-links",
2557 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/spam-protection/#min-number-of-posts-to-be-able-to-attach-a-file-or-post-links",
2550 2558 ],
2551 2559 "min_number_posts_to_link" => [
2552 2560 "type" => "number",
2553 2561 "min" => 0,
@@ -2554,9 +2562,9 @@
2554 2562 "label" => esc_html__( "Min number of posts to be able to post links", "wpforo" ),
2555 2563 "label_original" => "Min number of posts to be able to post links",
2556 2564 "description" => "",
2557 2565 "description_original" => "",
2558 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/spam-protection/#min-number-of-posts-to-be-able-to-attach-a-file-or-post-links",
2566 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/spam-protection/#min-number-of-posts-to-be-able-to-attach-a-file-or-post-links",
2559 2567 ],
2560 2568 "limited_file_ext" => [
2561 2569 "type" => "textarea_|",
2562 2570 "label" => esc_html__( "Do not allow attaching files with following extensions", "wpforo" ),
@@ -2562,9 +2570,9 @@
2562 2570 "label" => esc_html__( "Do not allow attaching files with following extensions", "wpforo" ),
2563 2571 "label_original" => "Do not allow attaching files with following extensions",
2564 2572 "description" => "",
2565 2573 "description_original" => "",
2566 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/spam-protection/#do-not-allow-attaching-files-with-following-extensions",
2574 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/spam-protection/#do-not-allow-attaching-files-with-following-extensions",
2567 2575 ],
2568 2576 "flood_protection_enabled" => [
2569 2577 "type" => "radio",
2570 2578 "label" => esc_html__( "Enable Advanced Flood Protection", "wpforo" ),
@@ -2665,9 +2673,9 @@
2665 2673 "reCAPTCHA protects you against spam and other types of automated abuse. It secures topic and post editors when Guest Posting is allowed, and protects login and registration forms against spam attacks. wpForo supports reCAPTCHA v2 (Checkbox and Invisible) and v3 (score-based, invisible).",
2666 2674 "wpforo"
2667 2675 ),
2668 2676 "description_original" => "reCAPTCHA protects you against spam and other types of automated abuse. It secures topic and post editors when Guest Posting is allowed, and protects login and registration forms against spam attacks. wpForo supports reCAPTCHA v2 (Checkbox and Invisible) and v3 (score-based, invisible).",
2669 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/google-recaptcha/",
2677 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/google-recaptcha/",
2670 2678 "status" => "ok",
2671 2679 "base" => true,
2672 2680 "callback_for_page" => function() {
2673 2681 require_once( WPFORO_DIR . '/admin/settings/recaptcha.php' );
@@ -2697,9 +2705,9 @@
2697 2705 'To start using reCAPTCHA, you need to sign up for an API key pair for your site. Important: API keys are version-specific - you must create keys matching the version selected above. ',
2698 2706 'wpforo'
2699 2707 ) . '<a href="https://www.google.com/recaptcha/admin" target="_blank">' . __( 'Register your site and get API keys here &raquo;', 'wpforo' ) . '</a>',
2700 2708 "description_original" => 'To start using reCAPTCHA, you need to sign up for an API key pair for your site. Important: API keys are version-specific.',
2701 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/google-recaptcha/#recaptcha-api-keys-version-2-%E2%80%9Ci%E2%80%99m-not-a-robot%E2%80%9D-checkbox",
2709 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/google-recaptcha/#recaptcha-api-keys-version-2-%E2%80%9Ci%E2%80%99m-not-a-robot%E2%80%9D-checkbox",
2702 2710 "options_keys" => [ 'site_key', 'secret_key' ],
2703 2711 ],
2704 2712 "site_key" => [
2705 2713 "type" => "text",
@@ -2851,9 +2859,9 @@
2851 2859 "RSS (Rich Site Summary; originally RDF Site Summary; often called Really Simple Syndication) uses a family of standard web feed formats to publish frequently updated information like new topics in forums, new posts in topics. An RSS document (called “feed”, “web feed”, or “channel”) includes topic and post  titles/links/excerpt publishing date and author’s name.",
2852 2860 "wpforo"
2853 2861 ),
2854 2862 "description_original" => "RSS (Rich Site Summary; originally RDF Site Summary; often called Really Simple Syndication) uses a family of standard web feed formats to publish frequently updated information like new topics in forums, new posts in topics. An RSS document (called “feed”, “web feed”, or “channel”) includes topic and post  titles/links/excerpt publishing date and author’s name.",
2855 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/forum-feed-rss/",
2863 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/forum-feed-rss/",
2856 2864 "status" => "ok",
2857 2865 "base" => false,
2858 2866 "callback_for_page" => function() {
2859 2867 require_once( WPFORO_DIR . '/admin/settings/rss.php' );
@@ -2864,9 +2872,9 @@
2864 2872 "label" => esc_html__( "Enable RSS Feed", "wpforo" ),
2865 2873 "label_original" => "Enable RSS Feed",
2866 2874 "description" => "",
2867 2875 "description_original" => "",
2868 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/forum-feed-rss/#enable-rss-feed",
2876 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/forum-feed-rss/#enable-rss-feed",
2869 2877 ],
2870 2878 "feed_general" => [
2871 2879 "type" => "radio",
2872 2880 "label" => esc_html__( "Enable General RSS Feed", "wpforo" ),
@@ -2872,9 +2880,9 @@
2872 2880 "label" => esc_html__( "Enable General RSS Feed", "wpforo" ),
2873 2881 "label_original" => "Enable General RSS Feed",
2874 2882 "description" => "",
2875 2883 "description_original" => "",
2876 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/forum-feed-rss/#enable-general-rss-feed",
2884 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/forum-feed-rss/#enable-general-rss-feed",
2877 2885 ],
2878 2886 "feed_forum" => [
2879 2887 "type" => "radio",
2880 2888 "label" => esc_html__( "Enable Forum RSS Feed", "wpforo" ),
@@ -2880,9 +2888,9 @@
2880 2888 "label" => esc_html__( "Enable Forum RSS Feed", "wpforo" ),
2881 2889 "label_original" => "Enable Forum RSS Feed",
2882 2890 "description" => "",
2883 2891 "description_original" => "",
2884 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/forum-feed-rss/#enable-forum-rss-feed",
2892 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/forum-feed-rss/#enable-forum-rss-feed",
2885 2893 ],
2886 2894 "feed_topic" => [
2887 2895 "type" => "radio",
2888 2896 "label" => esc_html__( "Enable Topic RSS Feed", "wpforo" ),
@@ -2888,9 +2896,9 @@
2888 2896 "label" => esc_html__( "Enable Topic RSS Feed", "wpforo" ),
2889 2897 "label_original" => "Enable Topic RSS Feed",
2890 2898 "description" => "",
2891 2899 "description_original" => "",
2892 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/forum-feed-rss/#enable-topic-rss-feed",
2900 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/forum-feed-rss/#enable-topic-rss-feed",
2893 2901 ],
2894 2902 ],
2895 2903 ],
2896 2904 'social' => [
@@ -2901,9 +2909,9 @@
2901 2909 "Here you can find social network sharing options. wpForo allows sharing almost all forum content (forums, topics, posts individually). The share button style and location is very flexible. There are a lot of options to set button style, type, location, etc...",
2902 2910 "wpforo"
2903 2911 ),
2904 2912 "description_original" => "Here you can find social network sharing options. wpForo allows sharing almost all forum content (forums, topics, posts individually). The share button style and location is very flexible. There are a lot of options to set button style, type, location, etc...",
2905 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/social-share/",
2913 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/social-share/",
2906 2914 "status" => "ok",
2907 2915 "base" => false,
2908 2916 "callback_for_page" => function() {
2909 2917 require_once( WPFORO_DIR . '/admin/settings/social.php' );
@@ -2916,9 +2924,9 @@
2916 2924 "Check the checkbox share options to activate.",
2917 2925 "wpforo"
2918 2926 ),
2919 2927 "description_original" => "Check the checkbox share options to activate.",
2920 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/social-share/#active-share-buttons",
2928 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/social-share/#active-share-buttons",
2921 2929 ],
2922 2930 "sb_on" => [
2923 2931 "type" => "radio",
2924 2932 "label" => esc_html__( "Enable General Share Buttons", "wpforo" ),
@@ -2927,9 +2935,9 @@
2927 2935 "General share buttons are forum and topic sharing buttons. They are located on the top and the bottom of each page. You can manage location of these buttons using 'Share Buttons Location' options below.",
2928 2936 "wpforo"
2929 2937 ),
2930 2938 "description_original" => "General share buttons are forum and topic sharing buttons. They are located on the top and the bottom of each page. You can manage location of these buttons using 'Share Buttons Location' options below.",
2931 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/social-share/#enable-general-share-buttons",
2939 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/social-share/#enable-general-share-buttons",
2932 2940 ],
2933 2941 "sb_toggle_on" => [
2934 2942 "type" => "radio",
2935 2943 "label" => esc_html__( "Enable Post Sharing Toggle", "wpforo" ),
@@ -2935,9 +2943,9 @@
2935 2943 "label" => esc_html__( "Enable Post Sharing Toggle", "wpforo" ),
2936 2944 "label_original" => "Enable Post Sharing Toggle",
2937 2945 "description" => "",
2938 2946 "description_original" => "",
2939 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/social-share/#general-share-buttons-color",
2947 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/social-share/#general-share-buttons-color",
2940 2948 ],
2941 2949 "sb_style" => [
2942 2950 "type" => "radio",
2943 2951 "label" => esc_html__( "General Share Buttons Color", "wpforo" ),
@@ -2947,9 +2955,9 @@
2947 2955 "variants" => [
2948 2956 [ 'value' => 'grey', 'label' => 'Grey' ],
2949 2957 [ 'value' => 'colored', 'label' => 'Colored' ],
2950 2958 ],
2951 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/social-share/#general-share-buttons-color",
2959 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/social-share/#general-share-buttons-color",
2952 2960 ],
2953 2961 "sb_type" => [
2954 2962 "type" => "radio",
2955 2963 "label" => esc_html__( "General Share Buttons Type", "wpforo" ),
@@ -2970,9 +2978,9 @@
2970 2978 "Post sharing toggle allows you to share posts individually. You can see post sharing toggles on the left, right side or in top bar of each post. The toggle blue color is the current primary color (#12) of your forum style. For example, if you use the red forum style, the color of all share toggles will be red. This doesn't affect share button colors. They are always gray with original colors on mouse hover.",
2971 2979 "wpforo"
2972 2980 ),
2973 2981 "description_original" => "Post sharing toggle allows you to share posts individually. You can see post sharing toggles on the left, right side or in top bar of each post. The toggle blue color is the current primary color (#12) of your forum style. For example, if you use the red forum style, the color of all share toggles will be red. This doesn't affect share button colors. They are always gray with original colors on mouse hover.",
2974 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/social-share/#post-sharing-toggle",
2982 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/social-share/#post-sharing-toggle",
2975 2983 ],
2976 2984 "sb_toggle_type" => [
2977 2985 "type" => "radio",
2978 2986 "label" => esc_html__( "Post Sharing Toggle View", "wpforo" ),
@@ -2982,9 +2990,9 @@
2982 2990 "variants" => [
2983 2991 [ 'value' => 'collapsed', 'label' => __( 'Collapsed', 'wpforo' ) ],
2984 2992 [ 'value' => 'expanded', 'label' => __( 'Expanded', 'wpforo' ) ],
2985 2993 ],
2986 - "docurl" => "https://wpforo.com/docs/wpforo-v2/settings/social-share/#post-sharing-toggle",
2994 + "docurl" => "https://wpforo.com/docs/wpforo-v3/settings/social-share/#post-sharing-toggle",
2987 2995 ],
2988 2996 "sb_icon" => [
2989 2997 "type" => "radio",
2990 2998 "label" => esc_html__( "Post Sharing Toggle Icon", "wpforo" ),
@@ -3272,9 +3280,9 @@
3272 3280 "Enable or disable the AI Assistant widget on the forum frontend.",
3273 3281 "wpforo"
3274 3282 ),
3275 3283 "description_original" => "Enable or disable the AI Assistant widget on the forum frontend.",
3276 - "docurl" => "",
3284 + "docurl" => "https://wpforo.com/docs/wpforo-v3/ai-features/ai-semantic-search/",
3277 3285 ],
3278 3286 "assistant_open" => [
3279 3287 "type" => "radio",
3280 3288 "label" => esc_html__( "Open [AI Assistant] widget by Default on Home Page", "wpforo" ),
@@ -3339,9 +3347,9 @@
3339 3347 "Enable or disable the AI-powered semantic search feature in the AI Assistant widget.",
3340 3348 "wpforo"
3341 3349 ),
3342 3350 "description_original" => "Enable or disable the AI-powered semantic search feature in the AI Assistant widget.",
3343 - "docurl" => "",
3351 + "docurl" => "https://wpforo.com/docs/wpforo-v3/ai-features/ai-semantic-search/",
3344 3352 ],
3345 3353 "search_quality" => [
3346 3354 "type" => "select",
3347 3355 "label" => esc_html__( "Semantic Search AI Quality", "wpforo" ),
@@ -3437,9 +3445,9 @@
3437 3445 "Enable or disable the AI-powered translation feature that allows users to translate forum posts.",
3438 3446 "wpforo"
3439 3447 ),
3440 3448 "description_original" => "Enable or disable the AI-powered translation feature that allows users to translate forum posts.",
3441 - "docurl" => "",
3449 + "docurl" => "https://wpforo.com/docs/wpforo-v3/ai-features/ai-translation/",
3442 3450 ],
3443 3451 "translation_quality" => [
3444 3452 "type" => "select",
3445 3453 "label" => esc_html__( "Translation AI Quality", "wpforo" ),
@@ -3465,9 +3473,9 @@
3465 3473 "Enable or disable the AI-powered topic summarization feature that generates concise summaries of forum discussions.",
3466 3474 "wpforo"
3467 3475 ),
3468 3476 "description_original" => "Enable or disable the AI-powered topic summarization feature that generates concise summaries of forum discussions.",
3469 - "docurl" => "",
3477 + "docurl" => "https://wpforo.com/docs/wpforo-v3/ai-features/ai-topic-summarization/",
3470 3478 ],
3471 3479 "topic_summary_quality" => [
3472 3480 "type" => "select",
3473 3481 "label" => esc_html__( "Topic Summary AI Quality", "wpforo" ),
@@ -3535,9 +3543,9 @@
3535 3543 "When enabled, AI will suggest similar topics, related topics, and quick answers when users create new topics. This helps prevent duplicate topics and provides immediate assistance.",
3536 3544 "wpforo"
3537 3545 ),
3538 3546 "description_original" => "When enabled, AI will suggest similar topics, related topics, and quick answers when users create new topics. This helps prevent duplicate topics and provides immediate assistance.",
3539 - "docurl" => "",
3547 + "docurl" => "https://wpforo.com/docs/wpforo-v3/ai-features/ai-topic-suggestions/",
3540 3548 ],
3541 3549 "topic_suggestions_quality" => [
3542 3550 "type" => "select",
3543 3551 "label" => esc_html__( "Topic Suggestions AI Quality", "wpforo" ),
@@ -3657,9 +3665,9 @@
3657 3665 "When enabled, AI will analyze new content for spam patterns including promotional content, link spam, and automated bot submissions.",
3658 3666 "wpforo"
3659 3667 ),
3660 3668 "description_original" => "When enabled, AI will analyze new content for spam patterns including promotional content, link spam, and automated bot submissions.",
3661 - "docurl" => "",
3669 + "docurl" => "https://wpforo.com/docs/wpforo-v3/ai-features/ai-content-moderation/ai-spam-detection/",
3662 3670 ],
3663 3671 "moderation_spam_quality" => [
3664 3672 "type" => "select",
3665 3673 "label" => esc_html__( "Spam Detection AI Quality", "wpforo" ),
@@ -3807,9 +3815,9 @@
3807 3815 "When enabled, AI will detect toxic content including hate speech, harassment, threats, profanity, and other harmful content that violates community guidelines.",
3808 3816 "wpforo"
3809 3817 ),
3810 3818 "description_original" => "When enabled, AI will detect toxic content including hate speech, harassment, threats, profanity, and other harmful content that violates community guidelines.",
3811 - "docurl" => "",
3819 + "docurl" => "https://wpforo.com/docs/wpforo-v3/ai-features/ai-content-moderation/ai-toxicity-detection/",
3812 3820 ],
3813 3821 "moderation_toxicity_sensitivity" => [
3814 3822 "type" => "select",
3815 3823 "label" => esc_html__( "Detection Sensitivity", "wpforo" ),
@@ -3851,9 +3859,9 @@
3851 3859 "When enabled, AI will check content against forum rules and policies, detecting off-topic posts, prohibited content types, and policy violations.",
3852 3860 "wpforo"
3853 3861 ),
3854 3862 "description_original" => "When enabled, AI will check content against forum rules and policies, detecting off-topic posts, prohibited content types, and policy violations.",
3855 - "docurl" => "",
3863 + "docurl" => "https://wpforo.com/docs/wpforo-v3/ai-features/ai-content-moderation/ai-rule-compliance/",
3856 3864 ],
3857 3865 "moderation_compliance_action" => [
3858 3866 "type" => "select",
3859 3867 "label" => esc_html__( "Action on Policy Violation", "wpforo" ),
@@ -3879,9 +3887,9 @@
3879 3887 "Enable or disable the AI Chatbot feature in the AI Assistant widget. When enabled, users can have conversations with an AI assistant that has knowledge of your forum content.",
3880 3888 "wpforo"
3881 3889 ),
3882 3890 "description_original" => "Enable or disable the AI Chatbot feature in the AI Assistant widget. When enabled, users can have conversations with an AI assistant that has knowledge of your forum content.",
3883 - "docurl" => "",
3891 + "docurl" => "https://wpforo.com/docs/wpforo-v3/ai-features/ai-chatbot/",
3884 3892 ],
3885 3893 "chatbot_quality" => [
3886 3894 "type" => "select",
3887 3895 "label" => esc_html__( "Chatbot AI Quality", "wpforo" ),
@@ -4017,9 +4025,9 @@
4017 4025 "Enable or disable the AI Bot Reply feature. This adds a Bot Reply button to posts and a Suggest Reply button in the reply form for moderators.",
4018 4026 "wpforo"
4019 4027 ),
4020 4028 "description_original" => "Enable or disable the AI Bot Reply feature. This adds a Bot Reply button to posts and a Suggest Reply button in the reply form for moderators.",
4021 - "docurl" => "",
4029 + "docurl" => "https://wpforo.com/docs/wpforo-v3/ai-features/ai-bot-reply/",
4022 4030 ],
4023 4031 "bot_reply_quality" => [
4024 4032 "type" => "select",
4025 4033 "label" => esc_html__( "AI Bot Reply Quality", "wpforo" ),
@@ -5359,8 +5367,9 @@
5359 5367 ];
5360 5368 $this->_email = [
5361 5369 'from_name' => $blogname . ' - ' . __( 'Forum', 'wpforo' ),
5362 5370 'from_email' => $adminemail,
5371 + 'async_notifications' => true,
5363 5372 'admin_emails' => (array) $adminemail,
5364 5373 'new_topic_notify' => true,
5365 5374 'new_reply_notify' => false,
5366 5375 'disable_new_user_admin_notification' => true,