Howdy developers-
Any plans for a nestable (i.e. hierarchical) tag system?
My use would be for a page with all tags listed, so they would see:
landscapes
---->waterfalls
---->mountains
and also
colorado
---->rocky mountain national park
washington
---->mount rainier national park
so that people could search by location or description.
I realize this would take some database additions and a more robust tag management system in the admin.
Comments
`landscapes & waterfalls`
`colorado & rockyu mountain national park`
etc.
I'd like to take a stab at implementing it. If anyone (i.e. sbillard) could quickly point me to the admin area for the tags that would probably save me some time (if you know it quickly, otherwise I'm sure I can find it).
I'll figure out what it would take for the database to accomodate it first.
Also another way would be to write a function that searches for the tag "landscape" for example and lists all tags that are also attached to items that have "landscape". This would not require any hacking of the core and could be done as a plugin or theme custom function using `getAllTagsCount()` (functions.php).
Then you would have to implement the visual management of the heiarachy in admin-tags.
And you would have to deal with the heirarchy in the tag search routine.
Like acrylian says, I have not seen any heirachal tags in other software. Certainly not in the IPTC structure which is one source of the tags.
I really think you should find a different approach.
I think the combination of album names and tags probably gets the job done.
As for software that supports this, I believe digikam does, as well as the iPhoto plugin Keyword Manager. I know it's not the most common thing to do, but it makes tagging go a lot more quickly....