Skip to main content
Tweeted twitter.com/#!/StackDrupal/status/90941741737324544
added 35 characters in body
Source Link
Lester Peabody
  • 4.5k
  • 6
  • 47
  • 81

My situation is as follows: I have a content type Seminar, with fields A, B, and C. I have regions Header, Footer, Content, and Sidebar Left. There are some fields in Seminar I want displayed in the Content region, but also in the Sidebar Left region.

How do I go about doing this? Apologies if this has already been answered before. I am a developer and am not hesitant to dive into hook and preprocessor functions. I have the Views module installed, but have never used it (this is my first Drupal site, if you can't tell :P).

Cheers.

EDIT: This is for Drupal 7.

My situation is as follows: I have a content type Seminar, with fields A, B, and C. I have regions Header, Footer, Content, and Sidebar Left. There are some fields in Seminar I want displayed in the Content region, but also in the Sidebar Left region.

How do I go about doing this? Apologies if this has already been answered before. I am a developer and am not hesitant to dive into hook and preprocessor functions. I have the Views module installed, but have never used it (this is my first Drupal site, if you can't tell :P).

Cheers.

My situation is as follows: I have a content type Seminar, with fields A, B, and C. I have regions Header, Footer, Content, and Sidebar Left. There are some fields in Seminar I want displayed in the Content region, but also in the Sidebar Left region.

How do I go about doing this? Apologies if this has already been answered before. I am a developer and am not hesitant to dive into hook and preprocessor functions. I have the Views module installed, but have never used it (this is my first Drupal site, if you can't tell :P).

Cheers.

EDIT: This is for Drupal 7.

Source Link
Lester Peabody
  • 4.5k
  • 6
  • 47
  • 81

Splitting up content fields into different regions

My situation is as follows: I have a content type Seminar, with fields A, B, and C. I have regions Header, Footer, Content, and Sidebar Left. There are some fields in Seminar I want displayed in the Content region, but also in the Sidebar Left region.

How do I go about doing this? Apologies if this has already been answered before. I am a developer and am not hesitant to dive into hook and preprocessor functions. I have the Views module installed, but have never used it (this is my first Drupal site, if you can't tell :P).

Cheers.