[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/src/includes/admin/tools/ -> repair.php (summary)

bbPress Admin Repair Page

File Size: 1306 lines (47 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 21 functions

  bbp_admin_repair_page()
  bbp_admin_repair_topic_reply_count()
  bbp_admin_repair_topic_voice_count()
  bbp_admin_repair_topic_hidden_reply_count()
  bbp_admin_repair_forum_topic_count()
  bbp_admin_repair_topic_tag_count()
  bbp_admin_repair_forum_reply_count()
  bbp_admin_repair_forum_hidden_reply_count()
  bbp_admin_repair_user_topic_count()
  bbp_admin_repair_user_reply_count()
  bbp_admin_repair_user_favorites()
  bbp_admin_repair_user_topic_subscriptions()
  bbp_admin_repair_user_forum_subscriptions()
  bbp_admin_repair_user_roles()
  bbp_admin_repair_freshness()
  bbp_admin_repair_sticky()
  bbp_admin_repair_closed_topics()
  bbp_admin_repair_forum_visibility()
  bbp_admin_repair_forum_meta()
  bbp_admin_repair_topic_meta()
  bbp_admin_repair_reply_menu_order()

Functions
Functions that are not part of a class:

bbp_admin_repair_page()   X-Ref
Admin repair page

since: 2.0.0 bbPress (r2613) Converted from bbPress 1.2
since: 2.6.0 bbPress (r5885) Upgraded to list-table UI

bbp_admin_repair_topic_reply_count()   X-Ref
Recount topic replies

return: array An array of the status code and the message
since: 2.0.0 bbPress (r2613)

bbp_admin_repair_topic_voice_count()   X-Ref
Recount topic voices

return: array An array of the status code and the message
since: 2.0.0 bbPress (r2613)

bbp_admin_repair_topic_hidden_reply_count()   X-Ref
Recount non-public replies per topic (pending/spammed/trashed)

return: array An array of the status code and the message
since: 2.0.0 bbPress (r2747)

bbp_admin_repair_forum_topic_count()   X-Ref
Recount forum topics

return: array An array of the status code and the message
since: 2.0.0 bbPress (r2613)

bbp_admin_repair_topic_tag_count()   X-Ref
Recount topic in each topic-tag

return: array An array of the status code and the message
since: 2.6.0 bbPress (r6256)

bbp_admin_repair_forum_reply_count()   X-Ref
Recount forum replies

return: array An array of the status code and the message
since: 2.0.0 bbPress (r2613)

bbp_admin_repair_forum_hidden_reply_count()   X-Ref
Recount non-public forum replies

return: array An array of the status code and the message
since: 2.6.0 bbPress (r6922)
since: 2.6.0 bbPress (r6932) Rename to match the topic reply recount function

bbp_admin_repair_user_topic_count()   X-Ref
Recount topics by the users

return: array An array of the status code and the message
since: 2.1.0 bbPress (r3889)

bbp_admin_repair_user_reply_count()   X-Ref
Recount topic replied by the users

return: array An array of the status code and the message
since: 2.0.0 bbPress (r2613)

bbp_admin_repair_user_favorites()   X-Ref
Repair user favorites

return: array An array of the status code and the message
since: 2.0.0 bbPress (r2613)

bbp_admin_repair_user_topic_subscriptions()   X-Ref
Clean the user topic subscriptions

return: array An array of the status code and the message
since: 2.0.0 bbPress (r2668)

bbp_admin_repair_user_forum_subscriptions()   X-Ref
Clean the user forum subscriptions

return: array An array of the status code and the message
since: 2.5.0 bbPress (r5155)

bbp_admin_repair_user_roles()   X-Ref
This repair tool will map each user of the current site to their respective
forums role. By default, Admins will be Key Masters, and every other role
will be the default role defined in Settings > Forums (Participant).

since: 2.2.0 bbPress (r4340)

bbp_admin_repair_freshness()   X-Ref
Repair the last post in every topic and forum

return: array An array of the status code and the message
since: 2.0.0 bbPress (r3040)

bbp_admin_repair_sticky()   X-Ref
Repair the relationship of sticky topics to the actual parent forum

return: array An array of the status code and the message
since: 2.3.0 bbPress (r4695)

bbp_admin_repair_closed_topics()   X-Ref
Repair closed topics

Closed topics that are missing the post-meta "_bbp_status" key value "publish"
result in unexpected behavior, primarily this would have only occurred if you
had imported forums from another forum package previous to bbPress v2.6,
https://bbpress.trac.wordpress.org/ticket/2577

return: array An array of the status code and the message
since: 2.6.0 bbPress (r5668)

bbp_admin_repair_forum_visibility()   X-Ref
Repair the private and hidden forums

return: array An array of the status code and the message
since: 2.2.0 bbPress (r4104)

bbp_admin_repair_forum_meta()   X-Ref
Repair the parent forum meta for each topic and reply

return: array An array of the status code and the message
since: 2.1.0 bbPress (r3876)

bbp_admin_repair_topic_meta()   X-Ref
Repair the topic for each post

return: array An array of the status code and the message
since: 2.1.0 bbPress (r3876)

bbp_admin_repair_reply_menu_order()   X-Ref
Recalculate reply menu order

return: array An array of the status code and the message
since: 2.5.4 bbPress (r5367)



Generated: Sat May 18 01:00:57 2024 Cross-referenced by PHPXref 0.7.1