Skip to:
Content

BuddyPress.org

Changeset 13852


Ignore:
Timestamp:
05/05/2024 11:24:23 AM (14 months ago)
Author:
imath
Message:

Documentation: migrate the codex page about BuddyPress Emails

  • Update explanations and screenshots.
  • Add info about the Reinstall emails repair tool.
  • Create a placeholder page for Email Tokens.

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

Location:
trunk/docs/user
Files:
12 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/user/administration/README.md

    r13658 r13852  
    99- Activity
    1010- Groups
    11 - Emails
     11- [Emails](./emails/README.md)
  • trunk/docs/user/administration/tools/repair.md

    r13501 r13852  
    88
    99![Reset BP URLs](../../assets/bp-tools-reset-slugs.png)
     10
     11## Reinstall Emails
     12
     13Use 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.
     14
     15![Reset BP URLs](../../assets/administration-tools-reinstall-emails.png)
  • trunk/docs/user/manifest.json

    r13750 r13852  
    9595        "markdown_source": "../user/administration/users/signups.md",
    9696        "parent": null
     97    },
     98    {
     99        "title": "BuddyPress Emails",
     100        "slug": "administration-emails",
     101        "markdown_source": "../user/administration/emails/README.md",
     102        "parent": null
     103    },
     104    {
     105        "title": "BuddyPress Email Tokens",
     106        "slug": "administration-email-tokens",
     107        "markdown_source": "../user/administration/emails/tokens.md",
     108        "parent": null
    97109    }
    98110]
Note: See TracChangeset for help on using the changeset viewer.