Closed (fixed)
Project:
Domain
Version:
5.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
28 Feb 2008 at 17:49 UTC
Updated:
12 Mar 2008 at 01:50 UTC
I'm lost in this module. Tell me, please, if I can realise my tasks with it and if "yes", how to configure it properly?
I have following tasks for my site. I need that:
1. After registration user gets his own subdomain (user1.example.com);
2. He could create his own nodes (page, story, product - I want to use Ubercart);
3. All his nodes are listed on his main page user1.example.com and all his nodes are automaticaly added to tha main page example.com (BUT I don't need these nodes are added to user2.example.com, user3.example.com, etc.);
4. User has rights to edit his own nodes (page, story, product).
I tried several configurations and every time something is go wrong.
Thank you.
Comments
Comment #1
agentrickardI see the issue. Your point #3 is not quite covered by the module as it stands.
One option is to use Views module to create the front page, and let it pull data from all the sites. You can also achieve this by making your home page a "Special page request" under the Domain module settings. If you are using the default 'node' as your home page, try adding that to the "Special page requests" box under Admin > Build > Domains.
Otherwise, you need a small helper module to achieve what you want. The module would assign all nodes to domain #0 -- the main site -- and the user's domain. But it would _not_ add them to "all affiliates" -- which you don't want.
You have also uncovered one or two bugs that need to be fixed.
-- http://drupal.org/node/227947#comment-750494 should solve one of your issues.
-- http://drupal.org/node/227003 should solve the other.
We really need to document the use-case for setting this up, but I do not have the time. Are you coming to DrupalCON by any chance?
Comment #2
NeuZeitgeist commentedThank you very mach for your help! I'll try to follow all your advices. I'll tell you the results.
Non, I'm not going to DrupalCON, unfortunately.
Comment #3
agentrickardDo you only need the nodes visible on the front page of your main site -- or do all published nodes also need to be published to the primary domain?
Comment #4
agentrickard