- 状态
- 等待作者
- 主题标签
- Compatibility
问题概述
如果您使用的是 BuddyBoss Platform 插件 2.8.80 或更高版本,您会发现在 feed 页面上,文章和动态未能按语言正确筛选。
临时解决方法
- 打开文件 wp-content/plugins/buddyboss-platform/bp-core/compatibility/class-bb-wpml-helpers.php
- 注释掉第 83 行
// add_filter( 'bp_init', array( $this, 'bb_prevent_translated_post_activities' ) ); - 保存文件。新文章和翻译将再次为每种语言写入活动行(现有的缺失条目无法追溯)。