Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to change content displayed on “account activate page”

  • @william_oneb

    Participant

    Hi, the “Activate Page” displays the following content after account activation:

    Your account was activated successfully! You can now log in with the username and password you provided when you signed up.

    How can I change this content without modifying the core files? I’d like to change it to something like “Account Activated.”

Viewing 6 replies - 1 through 6 (of 6 total)
  • @henrywright

    Moderator

    Check out the Customizing Labels, Messages, and URLs article. You can use a language file to “localise” BuddyPress strings.

    @william_oneb

    Participant

    Thanks for your suggestion @henrywright. Is it possible to achieve this with hooks instead?

    @henrywright

    Moderator

    Actually, no. But overriding the activate.php template is an option if you wanted to go down that route.

    @william_oneb

    Participant

    Thanks again @henrywright. What’s the simplest way to override activate.php? I don’t mind overriding it if I won’t be modifying the core files.

    @henrywright

    Moderator

    BuddyPress uses a Template Hierarchy, just as WordPress does. If you have a copy of activate.php in your theme, BuddyPress will look for it and load that in place of the core template file. See the article for more info.

    @william_oneb

    Participant

    Thanks @henrywright for pointing me in right direction. This will definitely work. I’m giving it a try and will let you know the results!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to change content displayed on “account activate page”’ is closed to new replies.
Skip to toolbar