wordpress 4.4とともにbudypress 2.2.4をインストールしました。
今私が直面している問題は、プラグインファイル自体でbudypressプラグインにいくつかの変更を加えたことです。そして、元に戻ります。変更したファイルを元のバージョンに変更します。私もローカルで同じ結果でこれを試します。
私はサーバーの男に尋ねましたが、彼はバディプレスの問題について話しました。
wordpress 4.4とともにbudypress 2.2.4をインストールしました。
今私が直面している問題は、プラグインファイル自体でbudypressプラグインにいくつかの変更を加えたことです。そして、元に戻ります。変更したファイルを元のバージョンに変更します。私もローカルで同じ結果でこれを試します。
私はサーバーの男に尋ねましたが、彼はバディプレスの問題について話しました。
BP ファイルを変更すると、ブラウザーに変更が表示されますか? それとも、コード エディターでファイルを閉じた後、ファイルはすぐに元の状態に戻りますか? BP プラグイン ファイルのファイル許可設定は何ですか?
どのファイルを変更し、どのような変更を加えますか?
Are you hitting update for the plugin? Plugin updates always overwrite local changes as new files are written over the old ones (unless you juggle with write-permissions for the files).
It is not a BuddyPress issue by itself (tried it myself and I could hack the plugin files just fine). It could be the server giving you the illusion of write-allowed files whilst keeping the files unchanged ("reverting"). Or then the plugins are updated constantly, undoing your changes.
The proper way to make modifications is to either use hooks in a plugin or a theme, or copy over the BuddyPress templates to your theme and make modifications there.