Title: JoanBotella's Replies | WordPress.org

---

# JoanBotella

  [  ](https://wordpress.org/support/users/hitmark7/)

 *   [Profile](https://wordpress.org/support/users/hitmark7/)
 *   [Topics Started](https://wordpress.org/support/users/hitmark7/topics/)
 *   [Replies Created](https://wordpress.org/support/users/hitmark7/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/hitmark7/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/hitmark7/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/hitmark7/engagements/)
 *   [Favorites](https://wordpress.org/support/users/hitmark7/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Compatibility between bbPress and Polylang](https://wordpress.org/support/topic/compatibility-between-bbpress-and-polylang/)
 *  Thread Starter [JoanBotella](https://wordpress.org/support/users/hitmark7/)
 * (@hitmark7)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/compatibility-between-bbpress-and-polylang/#post-3151991)
 * The myTheme part was only a prefix to the function name. Many of the WordPress
   functions are globals, so for avoiding collisions, I add the theme or plugin 
   name as a prefix to my functions name. Anyway, it’s just the function name, so
   you can use ‘myTheme_bbPressTranslate’ and it should work.
 * Finally, I quit trying bbPress translation and installed phpBB. Thanks for letting
   me know about that update, I’ll study it. Registering twice, for commenting my
   blog and posting on my forum, it’s a good way for losing users.
 * I’m not using buddyPress now, but I’m sure your other post will eventually become
   very useful for me. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Compatibility between bbPress and Polylang](https://wordpress.org/support/topic/compatibility-between-bbpress-and-polylang/)
 *  Thread Starter [JoanBotella](https://wordpress.org/support/users/hitmark7/)
 * (@hitmark7)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/compatibility-between-bbpress-and-polylang/#post-3151985)
 * Put this code on your theme’s functions.php file:
 *     ```
       function myTheme_bbPressTranslate(){
           bbpress()->load_textdomain();
       }
       add_action('get_header','myTheme_bbPressTranslate');
       ```
   
 * That will make bbPress to reload language files before the theme’s header.php
   file shows. At this time, Polylang has already switched the language and bbPress
   appears translated.
 * That doesn’t fix the problem I was explaining, so, if you use bbPress with buddyPress,
   you will have that same issue. Tell us how it worked for you!

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