I noticed when a user ads new image thru add/image and correctly enters/choices existing galley, the new gallery in /gallery appears. Now, there are multiple galleries with single image in each. I searched the problem and found out that in term_node exists multiple same names. Can someone explain me this and suggest a solution?
Many thanks

Comments

b-prod’s picture

Status: Active » Postponed (maintainer needs more info)

Hmmm are you sure this has something to do with Term Fields module? This module do not handle anything about gallery and the 6.x release does not handle specifically images, but generic files.

Zvone’s picture

I am not Drupal expert, I don't know about that. I searched where the gallery names are stored and I found out term_data table. The connection with term_node and node is OK, but I cant find out why the program creates duplicate term if the same one alredy exists in the table. It looks it works properly if I chose the term in image/edit on my comp.
The problem is visible in http://www.kaktusi.si/image Gallery.

b-prod’s picture

term_data table is handled by the Drupal core taxonomy module.
But I do not think the issue come from this module, but probably by the one that manages the gallery. You should post an issue to the queue of this module. What is its name?

b-prod’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)