Closed (fixed)
Project:
Domain
Version:
5.x-1.0beta5
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2007 at 03:27 UTC
Updated:
25 Nov 2007 at 22:56 UTC
i have an existing site and want to add additional sites using subdomains, sharing the users between sites. I've been reading alot about creating multiple sites and after reading about Domain Access module, I wonder if I should wait for this to be ready? Would you say the goal of Domain Access is to be a replacement for doing a multisite setup in Drupal? what is the ETA for a stable version?
thanks
Comments
Comment #1
agentrickardThe module is designed to replace multiple installations. It also makes different assumptions than modules such as OG Multisite.
You should consider how you want to share and manage content before using this module.
Read the use case in the README:
Also pay attention to section 3 of the README documentation.
I would expect the first stable release by the end of November.
That would go more quickly if we had more beta testers. If you have a test site -- not your production site -- please install the module and report any issues you run across.
Comment #2
agentrickardComment #3
tnguyen85 commentedI am eagerly awaiting this module. i have an existing site, www.domain.com, and would like to set up the following:
site1.domain.com
site2.domain.com
site3.domain.com
up to now, i was considering a multisite configuration, but it looks like this will do the job. my concern is your disclaimer in the documentation that Organic Groups may exhibit "strange behavior." Can you elaborate? Will this be addressed?
thanks
Comment #4
tnguyen85 commentedComment #5
agentrickardSee http://groups.drupal.org/node/6444 for a long discussion of OG.
Simply put, I have not tested the module in conjunction with OG; Drupal can have trouble when two node access modules run on the same site.
I have written the Domain Access module to be extensible, so, in theory a Domain OG module could be written to address any issues that arise when using both modules together.
It may be that the Domain Prefix module -- which I should release in beta6 this weekend -- will eliminate the issue by allowing you to use OG tables on specific domains.
That said, I do not have the resources to test OG extensively, so I'll be counting on people to test how the modules interact.
Comment #6
tnguyen85 commentedi do not have a suitable development site to test this but am eager to use some of its features.
i have an existing site in production and would like to set up affiliates as described in previous post. i want all users to be able to add content to any site, but only the Admin can do administrative functions.
my site uses organic groups, buddylist, privatemsg, mass contact, simplenews, classified ads, forums, among other modules.
i do not care to use the domain prefix features. it seems like the other helper modules are working. would you recommend that i wait until a stable version is released or can i "proceed with caution?"
thanks
Comment #7
agentrickardI would wait for a stable release. Two basic reasons:
1) I cannot provide individual support for questions pertaining to how the module will function for individual sites:
2) http://drupal.org/node/191375 and possible fundamental changes to the module.
That said, it is "use at your own risk" and I plan to provide an upgrade path from beta6 to the final version. So if you want to use it and 'proceed with caution' go right ahead.
Just understand that there still may be unknown bugs. What I really need are testers who can uncover those and not panic.
Comment #8
tnguyen85 commentedinteresting. will you be proceeding with the core changes to this module immediately? will this delay the rollout of the stable version?
thanks
Comment #9
agentrickardThe core changes are ongoing in the HEAD branch of the module. They are internal changes, though, and should not affect the current functionality.
The stable version really can't be released until OG integration is properly addressed, since many people -- including the project sponsor -- want that integration.
Comment #10
tnguyen85 commentedOG is one of my requirements also. please keep us updated. thanks
Comment #11
agentrickardWhat I think I'm going to do about OG is the following:
- Write a patch to the node_access() function to enforce the behavior that I need.
- Document and submit an API change for Drupal 7 that uses the patch.
The proposed patch will not change the current behavior of node_access(), but it will _allow_ that behavior to be changed by modules such as Domain Access.
The patch would be distributed with the Domain Access module and would need to be applied to sites that use multiple access control modules (like DA and OG).
More detail (technical detail) over at: http://drupal.org/node/191375
Comment #12
tnguyen85 commentedhello,
any progress on OG integration into this module? Any timeline on another beta or a stable release?
thanks
Comment #13
agentrickardYes. There is progress to report.
See http://drupal.org/node/191375#comment-635244
I'm in the process of preparing a core patch for Drupal -- likely to be filed as a feature for D7 due to the release schedule. However, the patch for D5 is in early testing and can easily be prepared for D6.
Next step is to commit some of the changes to Domain Access that make use of the ability to run multiple access control schemes in parallel.
I would expect a beta7 release by Sunday of this week, assuming that I actually do some work during this American holiday weekend.
Comment #14
tnguyen85 commentedthat's great news. it seems that OG integration is coming along, but i'm not sure i want to install this on my production site yet. please keep us updated.
thanks
Comment #15
agentrickardI'm about to commit these changes to HEAD. They are definitely for testing only.
It just so happens that we're going to be testing this stuff at work in the next two weeks, so that should lead us to a stable release.
Comment #16
agentrickardI have committed this to HEAD. Closing this issue.
Keep an eye on release notes. I need to do some more testing before beta7.
Comment #17
agentrickardOG integration is in beta7, but requires a core patch.