Skip to:
Content
Pages
Categories
Search
Top
Bottom

“Mail” instead of “Email” on reply form

  • @davissm

    Participant

    Hi,

    I recently installed bbPress on my site at http://www.focusonfacilitationcop.com/forums/forum/cop-community/

    When clicking on an open topic, the title for email in the reply form is entitled:
    Mail (will not be published) (required):

    How can I change “Mail” to “email”? This is an outdated label and surprised to find it here in current plugin.

    Thanks for your help!

    Best,
    Steve

Viewing 1 replies (of 1 total)
  • @robin-w

    Moderator

    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-anonymous.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-anonymous.php
    bbPress will now use this template instead of the original
    and you can amend this

    Then you’ll see that line 27 contains the text you want to alter.

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