I have a functioning forum where posts can include images uploaded via CCK-image. I would like to have these images placed/stored in a taxonomy-based gallery (using the same category as the forum topic), so that they can be found based on their taxonomy category as well as within the forum post. Any suggestions?

Thanks

sjmo2

Comments

vm’s picture

I think to do that you would need images that are nodes. Which I believe means you would have to use the image.module rather than a CCK field. As with a CCK field the images are simply attached to a node and not nodes themselves.

I note that you have tagged this thread as Drupal 7.x ?