Hi,
I'm new to Drupal and I've been trying to set up a site to run as a basic social networking site that for the moment allows users to set up a profile which allows them to display the following information;
- Basic personal details (name, dob, location, bio etc.)
- Embed video from YouTube etc
- Upload images of themselves that can be possibly grouped in albums
I would like to set it up so that each users profile will look like the 'Movie Details' section (half way down the page) on the following site - http://www.ilovebolly.com/movie/pyar-impossible-2009
I am looking to use a similar 'tab' arrangement where users personal information is created and displayed on one of the tabs and they can the embed movies and add images.
Is it possible to set up a users profile so that when they filled out the registration form their basic personal details were displayed in one of the tabs
I'm new to Drupal so if anyone has any advice or information that would help me achieve this i would be really grateful as i've already spent over 30hrs on this project and i'm running out of time. Thank you in advance for your help.
Cheers
Jules
Comments
You can use various modules
You can use various modules to do so,
http://drupal.org/project/panels_tabs
But this all is possible, Drupal is very flexible...only your imagination is the boundary.
Good Luck you can also use voting API and five star and Views concourse
Hi JulianCoates
We created ilovebolly movies and other landing pages using panels and the following modules.
Your requirement is already implemented in ilovebolly user page. You can check this by registering on the site, in your account page you can find personal , social information in different tabs. This is achieved using views and content profile module for adding Personal, Social Information during registration.
Cheers,
Anil Sagar,
iLoveBolly Team.