Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change text on sign up page

Viewing 4 replies - 1 through 4 (of 4 total)

  • Robin W
    Moderator

    @robin-w

    I presume you are linking to a page that has the [bbp-login] widget in it ?


    Soukous
    Participant

    @soukous

    Yes,
    the link takes you to the front page of the website
    the login widget is there
    it is the text that displays when you have clicked on ‘Register’ that I wish to amend


    Robin W
    Moderator

    @robin-w

    ok, you’ll need to amend wp-content/plugins/bbpress/templates/default/bbpress/form-user-register.php

    so
    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your theme

    find
    wp-content/plugins/bbpress/templates/default/bbpress/form-user-register.php
    Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/form-user-register.php
    bbPress will now use this template instead of the original
    and you can amend this


    Soukous
    Participant

    @soukous

    Thank you,
    I will try that

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar