Skip to:
Content

BuddyPress.org

Changeset 13875


Ignore:
Timestamp:
05/26/2024 05:15:55 AM (19 months ago)
Author:
imath
Message:

Documentation: update BuddyPress Repair Tool help page

Props emaralive

Closes https://github.com/buddypress/buddypress/pull/296

Location:
trunk/docs/user
Files:
1 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/user/administration/tools/repair.md

    r13852 r13875  
    1 # BuddyPress repair tool
     1# BuddyPress Repair Tool
    22
    3 This is the first BuddyPress tool, it helps you perform some reparations when your BuddyPress relationships are out of sync or some other bulk operations.
     3This is the 1st of 3 BuddyPress tools to help you perform an assortment of repair tasks when your BuddyPress relationships are out of sync or conduct other bulk operations.
    44
    5 ## Reset all BP URLs to their default values
     5![BP Repair Tool](../../assets/bp-tool-repair-02.png)
    66
    7 Since version 12.0 of BuddyPress, you can customize all URLs the plugin is generating. If for some reasons, you need to come back to the way there was before you customized them, you can use this tool.
     7### (1) Reset all BuddyPress slugs to default ones
     8Since version 12.0 of BuddyPress, you can customize all URLs the plugin utillizes on the front-end (see [Managing URLs](../settings/urls.md)). If for some reason, you need to revert back to a default state, you can use this task.
    89
    9 ![Reset BP URLs](../../assets/bp-tools-reset-slugs.png)
     10### (2) Repair total friends count for each member
     11> [!NOTE]
     12> Only available when the **Friend Connections** component is active!
    1013
    11 ## Reinstall Emails
     14Use this task to recalculate the total friends count for each member.
    1215
    13 Use this tool to delete all edits you may have made to BuddyPress Emails and restore their content to the default one. You may also need this tool if Emails were primarly installed in a different language than the one you use on your site.
     16### (3) Repair total groups count for each member
     17> [!NOTE]
     18> Only available when the **User Groups** component is active!
    1419
    15 ![Reset BP URLs](../../assets/administration-tools-reinstall-emails.png)
     20Use this task to recalculate the total groups count for each member.
     21
     22### (4) Repair total members count
     23Use this task to recalculate the total number of active site members.
     24### (5) Repopulate site tracking records
     25> [!NOTE]
     26> Only available when the **Site Tracking** component is active!
     27
     28Use this task to recalculate the "user-to-blog" relationships and other useful blog meta data.
     29
     30### (6) Repair site tracking site icons/blog avatars synchronization
     31> [!NOTE]
     32> Only available when the **Site Tracking** component is active and **Multisite** is enabled!
     33
     34Use this task to resynchronize site icons/blog avatars.
     35
     36### (7) Reinstall emails (delete and restore from defaults)
     37Use this task to delete all edits you may have made to BuddyPress Emails and restore their content to the default one (see [Managing BP Emails](../emails/README.md)). You may also need this tool if Emails were primarly installed in a different language than the one you use on your site.
     38
     39### (8) Create the database table for Invitations and migrate existing group invitations if needed
     40Use this task to create the database table for Invitations, if one does not exist. Additionally, migrate existing group invitations, if needed.
     41
Note: See TracChangeset for help on using the changeset viewer.