Hello,

I developed a few modules to have a webshop with drupal. Now I'm having a bigger problem and need help:
I have a page where I display the taxonomy. When the user clicks on a taxonomy-term I want him to see some kind of "category-overview" before he can click on a link to see the nodes/store-items within the taxonomy-category.

I don't know how I can do this with a module. I am thinking of implementing a field where I can add a node-id of the overview-page to a taxonomy term.

Maybe there is someone who can help me solving my problem.

Thanks, Joscha

Comments

mulogic’s picture

There are a few ways to do this. I am listing two

1. use Taxonomy Introduction module. I guess, this module uses the hook help to display the description of a taxonomy. It also adds a text area to your taxonomy form.

2. use views to override the default taxonomy view. Then use the header section in the view to display whatever you want. like loading node object, fetch the content and display it a description.

______________________
Jaanlo - The how to site

Joscha_’s picture

Thanks for your answer. Taxonomy Introduction is already installed but it displays the text above the other items.

But I think I just found the solution with the taxonomy redirect module. I can redirect to a page when I click on a category and in that page I have the introduction and a link to the real link to the taxanomy with its contents. The workflow to add this to the system is not the best but it is working.