Well I am wondering to know about How can I remove profile information step from signup process in socialengine4 PHP framework.
I just want only create account step.
Any help will be greatly appreciated.
Thankyou
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Run this sql command in your database:
UPDATE
engine4_user_signupSETenable= ‘0’ WHEREclass= ‘User_Plugin_Signup_Fields’