Dear Drupal masters
I am new to drupal,
Now i want to make some jobsites with a single database and code base. if i have sites called site1, site2, site3..... site200 etc.
with all country names. So i want all users(employers, employees) Once they registered in one site should access all the sites. Jobs posted from employers should be posted on their selected websites(may be multiple sites) all the jobs and resumes should be filtered regarding their selected website. All the information should be filtered in each site. All the themes and modules should be same for all of my sites. and i wan to create my own database for employees and employers, posting cv, posting jobs, banners, ads..etc... Please let me know is this possible from drupal.
Thanks in advance
Comments
Yep.
The short answer is yes, Drupal can support this. But it is an advanced setup. If you are new to Drupal, expect a bit of a learning curve.
There are probably a number of different ways to go about doing what you want. I'd first check into Drupal's multi-site feature and table sharing (you can share the users, sessions, and various profile tables so that they are available across sites).
_
You also want to investigate doing this with the http://drupal.org/project/domain module.