What I would like to do is to be able include a gallery of photos created by the image module in another page. (Actually I'm not sure if those galleries are nodes as they are created using taxonomy.)

But does anyone know a way of including one of those galleries at the bottom of an independent page?

Comments

nevets’s picture

Actually the taxonomy term determines the gallery so you could create a view that represents the gallery (filter on node type and taxonomy term) and then in the content type you want to add a gallery to add a view references field (using the content construct kit (CCK)).

Vayira’s picture

And then let you know how I get on. It looks like CCK is very useful anyway. Will I need views too?

nevets’s picture

Yes, you would needs views to create a gallery based on node type and taxonomy term.

Vayira’s picture

-- not relevant--

Vayira’s picture

Well i'll installed & learnt how to use them, but that won't do what I need as CCK only recognises node views.

To create a field populated with the galleries, CCK would have to recognise a term view (using Taxonomy) & it doesn't seem to do that.

nevets’s picture

I would have created a node view and filtered by node type and taxonomy term.