Hello,
I have a large site running under Drupal 6 that I would like to split into two sites running under the same code base. Each will have its own domain. I am looking at reducing the number of nodes, modules, themes, css, etc. in site.
Here is my issue. I have a calendar in the main site that needs to be populated with nodes from both sites.
Is there a module that can sync the two sites? I would like adds, updated, and deletes to be reflected on the main site. Should I use feeds?
Eric
On 01/21/2010 07:28 PM, Eric Aspegren wrote:
Hello,
I have a large site running under Drupal 6 that I would like to split into two sites running under the same code base. Each will have its own domain. I am looking at reducing the number of nodes, modules, themes, css, etc. in site.
Here is my issue. I have a calendar in the main site that needs to be populated with nodes from both sites.
Is there a module that can sync the two sites? I would like adds, updated, and deletes to be reflected on the main site. Should I use feeds?
Eric
Use Views, Views RSS to produce your desired RSS feed. Check with calendar one if you can specify a feed to update with.
On Thu, 2010-01-21 at 22:41 +0530, Nilesh Govindarajan wrote:
On 01/21/2010 07:28 PM, Eric Aspegren wrote:
Hello,
I have a large site running under Drupal 6 that I would like to split into two sites running under the same code base. Each will have its own domain. I am looking at reducing the number of nodes, modules, themes, css, etc. in site.
Here is my issue. I have a calendar in the main site that needs to be populated with nodes from both sites.
Is there a module that can sync the two sites? I would like adds, updated, and deletes to be reflected on the main site. Should I use feeds?
Eric
Use Views, Views RSS to produce your desired RSS feed. Check with calendar one if you can specify a feed to update with.
-- Nilesh Govindarajan Site & Server Adminstrator www.itech7.com
It could be also a good use case for the yamm module I developed. It will also sync all dependencies such as taxonomy vocabularies and terms (even users if you need too). But it's more complex to set up than using RSS.
Pierre.