This module is very ideal for my use however it display the taxonomy hierarchy very strangely as below.
All the terms (including the deepest terms) are having duplicated terms as their child terms with tid number.
I tried the 6.11 and dev version also with views 2 and 3 , also with different themes but it didn't work as expected.
I have also attached a screen shot.

Parent1
-00001-Parent1
-Child1
 -00001-Parent100002-Child1
-Child2
 -00001-Parent100003-Child2
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chinita7’s picture

Category: support » bug
Priority: Normal » Major
Status: Fixed » Active

I just found out that "Strip weights" setting can remove the term ids. However All the terms (including the deepest terms) are still having duplicated terms as their child terms.

What I would like to do is

Parent1
-Child1
-Child2

but not

Parent1
-Parent1
-Child1
 -Parent1-Child1
-Child2
 -Parent1-Child2
xjm’s picture

Category: bug » support
Priority: Major » Normal
Status: Active » Fixed

You probably want to add two fields to your view: the term name, and the term hierarchy. Exclude the hierarchy from display. You might also want to add the term depth field, exclude that from display as well, and use it to provide indentation formatting.

chinita7’s picture

Category: bug » support
Priority: Major » Normal
Status: Active » Fixed

Thanks I tried both fields "Taxonomy: Term" and "Taxonomy: Hierarchy" and excluded "Taxonomy: Hierarchy" using " Lineage nested list" style with "Nesting Field:hierachy". Then the duplicated parent terms were removed but the duplicated child terms are still there as their grand child terms (one more level down). I also tried "depth term" and excluded it but I really could see the deference unfortunately. Now it's looking like this.

Parent1
-Child1
 -Child1
-Child2
 -Child2
Parent2
-Child3
 -Child3
-Child4
 -Child4

Status: Fixed » Closed (fixed)

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

timtunbridge’s picture

Status: Closed (fixed) » Active
FileSize
93.86 KB
96.41 KB
28.56 KB

Is it OK to reopen this again, forgive me if this is not the right etiquette.

I am experiencing a similar issue, namely duplicate entries appearing in the tree. Immediately after each h1 h2 h3 etc the same value as contained in the header tag is repeated in a ul li div span. Every value in the tree is being repeated in this way.

Screenshot1 shows the underlying taxonomy hierarchy. Screenshot 2 the view and Screenshot 3 the results.

Following #2 above, Taxonomy Hierarchy is excluded from the display (with strip weights also selected). Taxonomy Term is being displayed.

The duplicates have a CSS class of views-field-name so I could target these with a display: none, but am I just doing something wrong?

Thanks for clarifying.

Vilcoyote’s picture

Version: 6.x-1.1 » 6.x-1.x-dev

I have the same issue, has anyone ended up solving the issue?

Vilcoyote’s picture

Issue summary: View changes

better discription