Needs work
Project:
Refine by taxonomy
Version:
master
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2008 at 22:41 UTC
Updated:
12 Nov 2010 at 15:13 UTC
Jump to comment: Most recent file
Hi folks,
I used the deadwood module to convert the old refine_by_taxo module so that it is compatible with D6, because I needed it so badly. Astonishingly it works fine with me. Deadwood changed only minor things: corrected function calls for taxonomy_vocabulary_load() and the url() function. I would call it unstable, but only because I didn't have the time to test it properly.
Regards, Matt
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | refine_by_taxo_d6.patch | 5.68 KB | zirvap |
| refine_by_taxo.tar.gz | 9.71 KB | motto |
Comments
Comment #1
Bèr Kessels commentedthis is not a patch. http://drupal.org/patch/create
Comment #2
Rosamunda commentedI would need this module too for my D6 site... if it´s not a patch... what is it? Could it be used in a production site? What does Bér thinks of it?
What about the security announcement?
BTW, I´ve tried it on a test D6 site and seems to work just fine. I´m just worried because I need it for a production site, and I´ve recently find that security announcement...
Comment #3
no2e commentedI'm interested in it, too.
Comment #4
Rosamunda commentedThere´s this other module (Faceted Search [D6 version is being worked out]), but I think isn´t as easy as Refine by Taxo is.
Comment #5
no2e commentedComment #6
zirvap commentedI've made a patch of the version posted by motto. This is the first patch I've made, if I did any mistakes I'd be happy for pointers on what do to differently next time.
I've tried it (briefly, with a very small vocab), and it works. Demo at http://www.pvv.ntnu.no/~zirvap/sandkasse/
Coder module had the following comments:
Comment #7
giorgoskYet another module you can try with similar functionality
http://drupal.org/project/taxonomy_filter
Comment #8
NoRandom commentedThanks, motto and zirvap, I'm using refine by taxonomy again after my upgrade to Drupal 6. So far I haven't found any problem, just a minor issue:
I have a taxonomy for "YEARS" wich is not multiselectable, so only one year tag per node. If I go to the taxonomy page for 1990, for example, refine by taxonomy outputs a filter showing "1991" wich is a)impossible b)weird since none of the nodes had this 1991 tag. Could be possible that refine by taxonomy is using the terms history for the nodes?
For me, refine by taxonomy is more
useradmin friendly than other modules since it's really simple to install and configurate.Regards.
Comment #9
NoRandom commentedAlthough the module seems to work perfectly for the main admin, I'm getting this error when I try to see the taxonomy page from other roles:
Comment #10
ramnes commentedExactly same error for non-admin users, still searching how to resolve it.