Skip Navigation

Open

Reported for: BuddyPress Multilingual 1.7.0

Topic Tags: Compatibility

Overview of the issue

When using BuddyBoss with WPML, Profile Types display all member types—both the original and translated versions—on the registration form. This issue occurs even when Profile Types are set to “Translatable – only show translated content.”

Workaround

Please, make sure of having a full site backup of your site before proceeding.

  • Open …/wp-content/plugins/buddyboss-platform/bp-members/bp-members-functions.php file.
  • Look for line 3466.
  • Replace:
    	if ( isset( $cache[ $cache_key ] ) ) {
    		return $cache[ $cache_key ];
    	}
    
  • With:
    	if (isset($cache[$cache_key]) && !class_exists('Sitepress')) {
    		return $cache[$cache_key];
    	}
    

Leave a Reply

Please stay on topic and be respectful to others. If you need help with issues not related to this post, use our Support Forum to start a chat or submit a ticket.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>