Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
socialengine4 PHPフレームワークのサインアッププロセスからプロファイル情報ステップを削除するにはどうすればよいですか。
アカウントの作成ステップのみが必要です。
どんな助けでも大歓迎です。ありがとうございました
データベースで次の sql コマンドを実行します。
UPDATE engine4_user_signupSET enable= '0' WHERE class= 'User_Plugin_Signup_Fields'
engine4_user_signup
enable
class