Hi,

I am looking for a module that will allow someone to register and setup their profile for models/actors. I'd like to have a consistent look to the pages have the users enter their info pictures, video, audio etc...

Thanks for any help!

Comments

LiquidWeb’s picture

Try CCK to construct data structure and use your theming skills for shaping look of pages. Contemplate may help at these theming steps.

iandickson’s picture

Usernode, Node Profile, Advanced Profile for options (and you'll be using CCK).

Ian Dickson

Likal.com

mastahl’s picture

By using this will I be able to only allow them to create just one page and list all their details? I don't want them to be able to setup up 5 profiles/pages. This is for a casting agent that wants one page per person that they can edit. From what I have read so far it shouldn't be any problem for them to upload as many pics as we determine and some video of their work. Is that right?

Search wise, someone should be able to search on blondes, age group, ethnicity etc...

LiquidWeb’s picture

Use bio module to have 1 user-1 profile structure, you may use node profile also but node profile is depended on other modules and somehow I don't like it much.

Image module and CCK field module for image will let users to add multiple images to their profile node

Use views to have custom list of these bio nodes

Use CCK multi image plugin or lightbox to present those pictures uploaded by users

These are first things I can recommend.
Good luck

mastahl’s picture

I will check out all recommendations.