Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Robin W

    (@robin-w)

    This appears when then user clicks ‘edit’ in the screenshot you posted – I’ll amend then text to make that clearer

    Thread Starter Chuckie

    (@ajtruckle)

    Ah! I see. I wonder if another word could be used? I see “Edit” at the bottom of all pages when in admin mode so it did not stand out to me.

    Could it be “Edit Profile” or “View and edit your profile”?

    Plugin Author Robin W

    (@robin-w)

    The best way would be to amend the user-details template
    so if you wanted to amend loop-single-topic you would do the following
    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/bbpressuser-details.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/user-details.php
    bbPress will now use this template instead of the original
    and you can amend this

    then you can amend line 65 to make the words whatever you wish

    • This reply was modified 4 years, 6 months ago by Robin W.

    Does this work for any template file?
    If the theme will be updated, will the adde directory remain and not deletes?

    Plugin Author Robin W

    (@robin-w)

    It must be a Child theme

    see

    https://codex.bbpress.org/functions-files-and-child-themes-explained/

    and the video/tutorials within this

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Avatars on the profile page’ is closed to new replies.