I am using php template in drupal 4.6.6

I want to display images from flexinodes in either the template or blocks.

How do I do this?

Yours,
Bill

Comments

grabur’s picture

I am not sure if i have clearly explained myself.

I am using flexinode for a content type, that includes more than one image.

I want to pullout the images and insert them into my template, rather than the designated sidebars.

It looks like 4.7 incudes the ability to add content areas to the template. Which would let me create my own content area, and place it wherever in my template. However I am using 4.6.6

If I was to use a block how would I pull out the images from flexinodes? Or even display a node's content in a block?

Bill