Title: [Plugin: Polylang] Buddypress support
Last modified: August 20, 2016

---

# [Plugin: Polylang] Buddypress support

 *  [Sami kamal](https://wordpress.org/support/users/kumo99/)
 * (@kumo99)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-polylang-buddypress-support/)
 * First of all thanks for this great plugin.. I mainly work work with buddypress
   which in the 1.5.x version added support for wordpress pages to give each component
   its own page.. that’s great, now to make these pages multilingual (only page 
   title and SEO information not content) I installed your plugin and it does translate
   the page title but the buddypress components are missing in the page..
    I would
   highly appreciate if you can add support for buddypress so we can translate the
   page title and SEO information.
 * thank you so much
    Sami
 * [http://wordpress.org/extend/plugins/polylang/](http://wordpress.org/extend/plugins/polylang/)

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

 *  Plugin Author [Chouby](https://wordpress.org/support/users/chouby/)
 * (@chouby)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-polylang-buddypress-support/#post-2678677)
 * I am sorry to disappoint you, but support of BuddyPress is far out of my scope
   for the moment. It is pure luck if something works. I have to make choices and
   prefer to go on working on WP core functionalities that Polylang does not support
   yet (media for example). I hope you will understand my point.
 *  [carlla](https://wordpress.org/support/users/carlla/)
 * (@carlla)
 * [14 years ago](https://wordpress.org/support/topic/plugin-polylang-buddypress-support/#post-2678684)
 * I’m facing the same problem. It’s seems that buddypress is too early to load 
   textdomain when polylang is active.
 * [filter] override_load_textdomain
    > Polylang break loading all the mofiles
 * [action] plugins_loaded
    > buddypress register its nav_itens. In this point bp
   already use __() and _e() functions to name its components, but no mofile was
   loaded yet
 * [action] wp
    > load mofiles, only since this point the translate will work. But
   it’s too later to translate most part of buddypress.
 * I’m looking a way to fix it. Any idea?
 *  [carlla](https://wordpress.org/support/users/carlla/)
 * (@carlla)
 * [14 years ago](https://wordpress.org/support/topic/plugin-polylang-buddypress-support/#post-2678685)
 * I changed this line on bp-core.php
 * from
    `add_action( 'bp_loaded', 'bp_setup_nav', 8 );` to `add_action( 'wp', '
   bp_setup_nav', 80 );`
 * I’m trying this for while. Let’s see if it breaks something.
 *  [MMaxim](https://wordpress.org/support/users/mmaxim/)
 * (@mmaxim)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-polylang-buddypress-support/#post-2678702)
 * Chouby, of course I want to thank you for the great plugin. I understand that
   your priorities for polylang lie elsewhere than buddypress-compatibility.
 * However, can you maybe give me a possible set-up how I can integrate polylang
   in buddypress by myself? I do not get it done.
 * Thank you very much!
 *  Plugin Author [Chouby](https://wordpress.org/support/users/chouby/)
 * (@chouby)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-polylang-buddypress-support/#post-2678703)
 * Sorry. I don’t know Buddypress at all. So I have no clue of what has to be done.
 *  [MMaxim](https://wordpress.org/support/users/mmaxim/)
 * (@mmaxim)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-polylang-buddypress-support/#post-2678705)
 * Thank you for your very quick response.
 * Instead of the lang value in the page-URL or the polylang-cookie, I would like
   to set the language on a page in a different way by using a function in the init.
 * Chouby, do you know a possibility? Can I manipulate polylang by a filter or function
   in the init?
 *  [originalconcept](https://wordpress.org/support/users/originalconcept/)
 * (@originalconcept)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-polylang-buddypress-support/#post-2678717)
 * Hi [@carlla](https://wordpress.org/support/users/carlla/) I saw your post about
   hiding wp-login, do you have any update about this matter?

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

The topic ‘[Plugin: Polylang] Buddypress support’ is closed to new replies.

 * ![](https://ps.w.org/polylang/assets/icon-256x256.png?rev=3433336)
 * [Polylang](https://wordpress.org/plugins/polylang/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/polylang/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/polylang/)
 * [Active Topics](https://wordpress.org/support/plugin/polylang/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/polylang/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/polylang/reviews/)

 * 7 replies
 * 5 participants
 * Last reply from: [originalconcept](https://wordpress.org/support/users/originalconcept/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-polylang-buddypress-support/#post-2678717)
 * Status: not resolved