bwakad Posted August 30, 2014 Posted August 30, 2014 I could use some help in suggestions upon a process flow. The registration currently only add the user page for login purpose. I know the member page (with username) can be created at the time before actually creating the user page. Right now I keep things separate in this way (not to be confused with page tree): GUEST - registration (add user page) MEMBER - login - logout - delete (should also delete member page if present) PROFILE - add details (add member page) - change details So after a user registered, they can go to the profile submittance form, and after submittance, member page is created. Now, how do I prevent the member for browsing other members until his/her member page is created? isloggedIn() will not be good for this. Or do I create user AND member page upon registration BUT set status on member page to hidden, how? Still, I would need to prevent this member from browsing.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now