Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
975 views
in Q2A Core by
Is that possible to force users to upload avatar during registration process??

Thanks in Advance
Q2A version: 1.6.1

1 Answer

+1 vote
by
selected by
 
Best answer
My opinion:

It is also necessary to prevent deleting after registration. filter_profile() is best. However, because unfortunately this function supports only expansion item, avatar is not checked. You add flag to user table in the same way as email confirmation. If you do it, you may prevent access of users that don't register avatar.
by
+1
QA_USER_FLAGS_SHOW_AVATAR
by
Thanks alot samaa your answer really helped me
...