By Vayira on
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
Actually the taxonomy term
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)).
OK I'll install CCK
And then let you know how I get on. It looks like CCK is very useful anyway. Will I need views too?
Yes, you would needs views
Yes, you would needs views to create a gallery based on node type and taxonomy term.
-- not relevant--
-- not relevant--
CCK & views
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.
I would have created a node
I would have created a node view and filtered by node type and taxonomy term.