Ok - I need to have a basic registration with an optional "profile" part. But I want to be able to block certain pages from the people that didn’t fill in the "required" optional profile information. If they are logged in and try to access it with out the profile filled out - I want bring up the profile page for them to fill out. Is that possible? I might have already asked this before - but I’ve slept since then and done a dozen and half million projects since.
It can be done, but you would probably need a custom plugin fired on "onWebSaveUser". The plugin could check to make sure that there is a value in one or more of the profile fields and then add the user to a specific web group.
-sD-
Dr. Scotty Delicious, DFPA.
Thanks I’ll check into it.