1. Is there a way so that user profile page not only consist of detail information of user but other things? For example, user can upload pdf file from their user profile page, not from registration page
Yes, one of the form field types is “file” which allows you to include a file upload field. Custom fields are created in the plugin’s Fields tab by selecting “Add New”.
How to make certain field only appear in user profile page but not appear in registration page?
For example, I want to create field Upload Abstract. But that field can only being showed when member go to their User Profile Page, not on Registration Page