Take the 2-minute tour ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I'm trying to create a subsite within our current drupal site. The v1 pass is all static HTML, but very soon, like as soon as I get v1 up I'm going to have to add in a few blocks for dynamic content.

I was wondering what the best way to structure this would be. We currently have a "chromeless-html-page" content type which i'm working with. But I wasn't sure if was the most efficient way as I would have to create a chromeless-page object for each page and then link them together. I was wondering would it make more sense to create a subsite-content-type that would be a view and then display all of those subsite-pages?

not sure if that makes sense or if i'm even on the right track with my question. I'm truly lost any help would be wonderful.

share|improve this question

1 Answer 1

up vote 1 down vote accepted

If the subsites are spread across multiple sub/domains, you can use domain to display a different set of nodes per-domain.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.