Hi there,
please bear with me as I am new to drupal and constantly learning.
I did search on the forum about my problem but I realize that the more I read the less I understand :)

So can someone please enlighten me on this matter ...

This is a talent agency website I want to create.

I want 2 types of users to be able to create accounts on the website, and SPECIFY their choice when they register: AGENCIES and CANDIDATES.

I also want different fields on the registration page.

I have already installed the video module and it is working fine.

I want the CANDIDATES to be able to upload videos, edit their own videos and the AGENCIES to be able to watch those videos only.

I am very very confused about roles, profiles in the User management section.

Any ideas which modules I should use to accomplish my wish ?

Thank you.

Comments

barrett’s picture

You want to create the user types as roles.

For allowing users to select their role when registering, you might look at http://drupal.org/project/user_selectable_roles

I'm not familiar with the video module, but I would expect you will be able to set create/edit vs view privileges on video content using the core permissions management tools.

WorldFallz’s picture

The best way to create different types of users with different profiles and different registration forms is with the http://drupal.org/project/content_profile and http://drupal.org/project/autoassignrole modules.