Were you able to figure this out? I’m looking at doing something similar, but I have no idea how to approach it. I’m assuming I would create accounts for each client, or let them register (not sure how to send them to the registration page). Then would I assign them to a “clients” member group manually?
On their page, I expect to list data specific to their projects. I’m assuming I would setup a weblog with fields pertaining to each project that would be posted. Would I create a category for each client, and then use that to filter out only posts specific to them? This is for something entirely different than backend access. Clients would only get frontend access.
Not sure what code to use to:
* setup the login form on the /clients/ page
* redirect them to their “client dashboard” (/clients/client-name/) after logging in
* provide a projects page (/clients/client-name/projects/)
* feedback on projects (using comments most likley)
* offer file upload/download capabilities (/clients/client-name/files/)
* provide a resources page (/clients/client-name/resources/)
Not sure how to approach the multiple tiers, or if it’s even possible. I’m open to all options.
Anyone have any tips to point me in the desired direction?