Jump to:
| Project: | Taxonomy List |
| Version: | 6.x-2.x-dev |
| Component: | User Interface |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi NancyDru
I updated from the previews Dev-1.x and all went well, great stuff. - (I had to run update.php)
My taxonomy is repeated twice, First as one of these options, Tabel,List,Directory and then a clean list with icon and term name.
After investigating the block section I realised that the taxonomy_list_block is now working (great stuff) - So there went my first attempt to find a bug.
Then i found one. If I select the Directory - (Show terms as a directory of content.) some major terms and its parent terms disappear from the vocabulary list. The Terms that is hidden, are the once with no posts in them. It is hiding terms with no count by default.
Here is your new module in action. http://www.intoharties.com/ I made use of the block feature to show all available terms and the Directory system to show hidden terms.
I am gona climb into that new nancy.tmp file now and will come back with some feature requests.
Thanks great work.
P.S. I see no problems in using this module on a production site, as all old features work perfect.
Comments
#1
How did you even know it was there? It wasn't showing in the list of releases. But thanks for testing and suggesting improvements.
I do see a little problem with the blocks, but it's really minor: no title. Also there is no way to limit the amount of data there; however the block is fully themable.
I don't see the duplicates, was that part of the block issue? [It is interesting that the new keyword stuff allows me to override your display. ;-) ]
Nancy.tmp? There is a taxonomy_list_nancy.tpl.php, which is just an example. It is not intended as anything other than that. And that is an area where I still need to do some work - I am not happy with the 6.x theme handling yet.
The old features work, but not necessarily exactly the same. For example, I know that the table is slightly different. Maybe no one else will notice it, but I do.
#2
#3
The empty terms problem is fixed. It now uses the "Hide terms with no content" setting to determine this (even if you are not using a count option).
I think I understand your "duplicates" comment now. Yes, the term name is used as both a fieldset title and next to an image as the title over the description. The second use of the term is a link to show all nodes (taxonomy/term/xxx). Should this be an option?
#4
Testing :)
#5
I got problem with "directory" view too. When i set page to this display type my /taxonomy/vocabulary/[id] crashes with "Maximum execution time of 30 seconds exceeded" PHP error.
#6
@fasdalf@fasdalf.ru: That is a different issue. Yes, I have seen it and have tried to reduce the execution time. With a large vocabulary, there may not be much more I can do. But please open new issue for "Performance."
#7