Hi All,
I have just now installed drupal and could create site. My requirement is to create multiple sites accessing single database.
Please see below for details: my db is : db_xyz. my sites are www.ky.com, www.sz.com,www.tr.com (say all these are resolvable)
Now I need to set up all the three above mentioned sites using drupal such that all the three sites access same db_xyz database ( with out any tables prefixes approach).
I am stuck, Any help would be highly appreciated.
Thanks, S
Domain Access module: http://drupal.org/project/domain
On 15/10/11 14:40, drupal dev wrote:
Hi All, I have just now installed drupal and could create site. My requirement is to create multiple sites accessing single database. Please see below for details: my db is : db_xyz. my sites are www.ky.com http://www.ky.com/, www.sz.com,www.tr.com http://www.sz.com,www.tr.com/ (say all these are resolvable) Now I need to set up all the three above mentioned sites using drupal such that all the three sites access same db_xyz database ( with out any tables prefixes approach). I am stuck, Any help would be highly appreciated. Thanks, S
Hi all,
Thanks i was able to create virtual sites using condition and virtual_site module.
Now i wanted to make different user admister different virtual site. As per drupal base setup the user we have created while installing drupal will adminster all the virtual sites.But i wanted different user adminster different virtual sites.Below is detail explanation.
the adminstartor creates virtual sites. while creating the virtual site he should be able to give user who will admister the virutal site ( and this user of course should not be able to admister other virtual sites).
do anybody know if there is ready made module for acheving above.Or anybody has written custom module to do this. Please let me know or share with me.
Thanks, S On Sat, Oct 15, 2011 at 11:02 AM, Peter Anderson list@panda.id.au wrote:
Domain Access module: http://drupal.org/project/domain
On 15/10/11 14:40, drupal dev wrote:
Hi All,
I have just now installed drupal and could create site. My requirement is to create multiple sites accessing single database.
Please see below for details: my db is : db_xyz. my sites are www.ky.com, www.sz.com,www.tr.com (say all these are resolvable)
Now I need to set up all the three above mentioned sites using drupal such that all the three sites access same db_xyz database ( with out any tables prefixes approach).
I am stuck, Any help would be highly appreciated.
Thanks, S
-- Kind regards, Peter Anderson.http://panda.id.au
-- [ Drupal support list | http://lists.drupal.org/ ]
Hi Guru, Thanks for the help.
I am able to create multiple domains using the domain module itself.
I have another problem to assign the domain adminstartors, normal users. Below is the detailed problem.
1) I have installed the following modules.
*domain domain_admin domain_blocks domain_profile domain_rules domain_user_default front jqueryui_theme jquery_ui jquery_update menu_per_role rules user_selectable_roles* ** I have created the following two domains
www.family.com -- parent domain. www.father.family.com -- subdomain.
I could navigate to above two.
*admin *is the user I have created while creating the parent domain who has all the access.
After that i have created two roles superadmin,siteadmin.
I have give adminsternodes and edit domains permissions to siteadmin (role). created a user *fatheradmin* under www.father.family.com and assigned him siteadmin role. But when i login with the *fatheradmin* i dont see any menu for *adminsternodes and editing domains*
Here is what i wanted to do:
1) create two roles superadmin and siteadmin. 2) superadmin is the admin user who can do anything on the system. 3) siteadmin can only edit the domains which are assigned to him ( edit name,website,email of the domain).
Please help me in doing above.
Thanks, S On Sat, Oct 15, 2011 at 9:10 AM, drupal dev drupal.php.user@gmail.comwrote:
Hi All,
I have just now installed drupal and could create site. My requirement is to create multiple sites accessing single database.
Please see below for details: my db is : db_xyz. my sites are www.ky.com, www.sz.com,www.tr.com (say all these are resolvable)
Now I need to set up all the three above mentioned sites using drupal such that all the three sites access same db_xyz database ( with out any tables prefixes approach).
I am stuck, Any help would be highly appreciated.
Thanks, S