Skip to:
Content
Pages
Categories
Search
Top
Bottom

Rename "Submit" button


  • husdom
    Participant

    @husdom

    I would like to rename the “submit” button and have searched the topics here and can not find how to accomplish it.

    Would anyone have any suggestions?

    Mr Fox

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

  • Robin W
    Moderator

    @robin-w

    You’d need to change a couple of templates

    wp-content/plugins/bbpress/templates/default/bbpress/form-topic.php line 203

    and

    wp-content/plugins/bbpress/templates/default/bbpress/form-reply.php line 135

    You do this by creating a directory under your theme called “bbpress” and copying these two files to there. Then modify the lines as you want, you’ll need to change the word ‘Submit’ in the following towards the end of the line to whatever you want.

    <?php _e( ‘Submit’, ‘bbpress’ ); ?>

    bbPress will then use these files instead

    You could use a translate function, but Submit is such a widely used it might affect any submit on your site


    husdom
    Participant

    @husdom

    Robin,

    Thank you so much for your reply! I am about to catch a flight to Vegas but I will give this a try as soon as I can.

    Thank you again for your help,

    Mr Fox

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