Postponed (maintainer needs more info)
Project:
Taxonomy context
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2007 at 13:21 UTC
Updated:
19 Nov 2009 at 13:59 UTC
Jump to comment: Most recent file
Comments
Comment #1
systemparadox commentedSounds great to me, but I can't get your patch to apply cleanly. It complains about "misordered hunks".
You really should be making unified diffs instead of "normal" diffs, especially since there are no releases for this project so I have no way of knowing which version of the code you started with.
Comment #2
joel_guesclin commentedI'm using 5.x-1.x-dev (the only version available for download) - I'm afraid I've no idea what is the difference between a unified and a normal diff
Comment #3
systemparadox commented5.x-1.x-dev isn't a static release- it's more like a snapshot, which could get updated at any time.
A normal diff (the default for the diff command) just gives the changes and line numbers. But if we happen be using slightly different versions of the file it's almost impossible to work out where they should go. A unified diff gives some context before and after each change so that patch has more chance of working out where it goes. To make a unified diff, add the -u option to diff.
Comment #4
lee20 commentedA unified diff would definately make reviewing and applying this patch easier.
If you can't provide a unified patch, please reply and post the entire module file that includes the changes. This will make it easier to compare differences in your patch.
For help on creating patches refer to the documentation on Creating Patches.
Comment #5
ferrangil commentedCould you attach an screenshot of the result??
My nodes are linked to two vocabularies (let's say, type/model of car, and location), so for an image node of a car, I want to have two breadcrumbs, in order to know the location (let's say Spain -> Barcelona -> High Street) and the model ( Audi -> A3 -> A3 1.9 TDI). That will allow the user to know in which categories are, quickly, and also allow the user to browse to "Barcelona" or "A3" quite fast.
I'm not sure if your patch is to display all the breadcrumbs related with the vocabularies you have associated with a node...
Comment #6
summit commentedSubscribing,
greetings,
Martijn
Comment #7
joel_guesclin commentedSorry I took so long to reply to this - I've been out and about a bit. I've attached the complete code - the changes are made in the settings function and in hook_nodeapi as far as I can remember.
I've also attached an example of the result - using a theme which is based on Box-Grey.
It would be nice to see this get included in the module - is it still being maintained?
Comment #8
lee20 commentedJoel,
Yes the module is still being maintained. In fact, I will soon be releasing an improved version which includes improved configuration options; each vocabulary will be individually configurable (currently settings apply to all vocabularies). It also includes better views integration and supports using different views for different vocabularies as well. Many bug fixes and general code improvements have been made as well. I will posting the updated version and further details to each addition in the next couple of weeks.
Also, I am currently working to push out three sites this week so I'm not sure that I will be able to merge this feature into the code base right away. I do think it is a great option and I will be sure that the updated version will include this.
Thanks for the screen shot and hopefully I can review the code shortly.
Comment #9
csc4 commentedThese sound like amazing new features - looking forward to seeing the new version very much!!
Is there any chance of doing a 'real' release of the new features so it will be flagged by update status as soon as it is available?
Comment #10
2c commentedSubscribe. This feature would be a killer!
Comment #11
nancydru@joel_guesclin: See #4 above
Comment #12
hakeem commentedSubscribe!
Is it considered in active development for 5.x or 6.x?