Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #879690
    Dirk-Jan K
    Participant

    Hello!

    We have translated 20+ Xtheme websites with succes. In our recent project found a problem:

    We have inserted the bbPress Search Widget in our page. We’d like to translate te text “Search…” into a dutch translation.
    How can we do this?

    #880071
    Thai
    Moderator

    Hi There,

    Please copy this file: x/bbpress/form-search.php to your child theme directory: x-child/bbpress/.

    And then take a look at line 16, change:

    <input tabindex="<?php bbp_tab_index(); ?>" type="text" value="<?php echo esc_attr( bbp_get_search_terms() ); ?>" name="bbp_search" id="bbp_search" placeholder="Search..." />

    To

    <input tabindex="<?php bbp_tab_index(); ?>" type="text" value="<?php echo esc_attr( bbp_get_search_terms() ); ?>" name="bbp_search" id="bbp_search" placeholder="Your new text" />

    Hope it helps 🙂

    #882713
    Dirk-Jan K
    Participant

    Hello,

    This works, thanks a lot!

    Dirk-Jan

    #883534
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-879690 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>