Situation:

- Drupal 6.x.
- Single taxonomy with several terms to categorize content.
- Taxonomy links (e.g. http://example.com/taxonomy/term/12) are used to create menu items, essentially some "section pages".
- Inline images are tagged with the same taxonomy but set as "unpublished" to avoid cluttering the section pages.
- Relevant modules used: Image, Image Assist

In lieu of Drupal 7.x release, I'm planning to revamp the taxonomy setup a bit, since the current setup cannot handle pop-ups for inline images properly ("access denied" since they're "unpublished').

Should I setup a separated taxonomy for inline images...? Or something else...?

Thanks in advance.

Comments

loyukfai’s picture

Maybe I should rephrase the question slightly - What's your recommended and future-proof (D7) way to categorize inline images, without cluttering the taxonomy-term-based nodes...?

Cheers.