このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Multisite bbPress Slave

説明

If you have a multisite setup, you normally cannot have the same bbPress forums across all sites of the network. Now you can.

Install this plugin and activate it on the main site and for each subsite that should use the main site’s forums, or network-activate to enable on all sub sites.

If you want both main site and sub site forums displayed on the sub site, set a different root slug and topics slug in the forum settings. After that, both slugs will be known on the sub site and display their respective forums.

BUT! There is a reason why you cannot normally do this and that is because the code base is not really supportive of it. I have monkey patched my way to the goal and I’m doing some evil black magic like hooking ‘query’ and running regular expressions on the query. All of this is only ever done to your forum pages, so be cool, give it a try. If it works for you: great. If it doesn’t: deactivate, relax, look for a different solution (or patch mine).

Profile Note: Profiles are not merged! Favorites, topics started etc show main/sub site only. If you want your users to see all their subscriptions in one place, you’ll have to write some custom code and likely patch my code too.

BuddyPress Note: It does work with network enabled BuddyPress, but they don’t play together nicely because of the BuddyPress/bbPress integration stuff. I have monkey patched this to work. If you do not have BuddyPress installed in /members/ you’ll have to monkey patch my monkey patch, please see the code. And as for the profiles: Same thing as with bbPress profiles.

評価

2018年12月27日
It is Great Alternative plugin. Really appreciate
1件のレビューをすべて表示

貢献者と開発者

Multisite bbPress Slave はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Multisite bbPress Slave” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0

  • initial release