I am about to add a Header to the taxonomy_term override View to replace the functionality of the taxonomy_context module I was using previously with a Drupal 5.x site.

I am wondering if anyone has already done this and has distributed code?

What I'm going to do first is an output of child terms of the current term, which is the piece that would be most visible if it went away in my upgrade.

Note: I'm running php 5.1.6 on CentOS/RHEL systems, so can't just run the 6.x compatible version of taxonomy_context. That and I'm pretty sure that the Views override that I already plan to use for other things would override the taxonomy_context functionality anyway.

Comments

mgifford’s picture

Upgrading can be messy. Might be easiest to export your current structure using something like:

http://drupal.org/project/taxonomy_builder
http://drupal.org/project/taxonomy_csv
http://drupal.org/project/taxonomy_xml

And then re-import it. I'm not sure if this will work, but it is worth a try.

R.Hendel’s picture

Status: Active » Fixed
Issue tags: +dvcs11

Hello Russel,
is this still open for you?

I don't know taxonomy context. But You can use panels for overriding /taxonomy/term/[tid] pages. Panels will provide term-id automatically as context, which you can use as argument to filter lists in views.

This issue is quite old so I will set it on fixed to clean the queue.
Please feel free to reopen it. Otherwise it would be automatically closed after two weeks.

Status: Fixed » Closed (fixed)
Issue tags: -dvcs11

Automatically closed -- issue fixed for 2 weeks with no activity.