I created a content type, assigned 2 text area fields and an image_gallery field.

Although the image_gallery drop down appears when entering this content it only lists the top level of galleries.

Ie. I have a gallery taxonomy like this:

Stuff
-- Thing that are missing
Junk
-- Tra-la-la
-- Pebbles

Only, 'Stuff' and 'Junk' appear in the selection box.

There's also a nasty red line below the box and the description entered when editting the field is missing.

CommentFileSizeAuthor
#9 field_gallery.patch913 bytesmolly_n

Comments

thechraveler’s picture

yes I am facing this same problem, and would greatly appreciate a fix

koadman’s picture

i too am having this problem, progress anybody?
oddly, images don't even appear in the top level galleries they've been associated with.

Bèr Kessels’s picture

if, by the time of the 4.7 drupal release, there is still no patch made, I will remove the gallery.inc

thechraveler’s picture

I would really appreciate a fix, rather than the disappearance of the feature

thechraveler’s picture

in fact I will kick down $ for a fix!!~!!!!

Bèr Kessels’s picture

OKay, sounds fair. Let us make this a reverse bounty. I think we should just add our €5-10 on a heap, in this thread and see who fixes it first. He or She receives the bounty.

thechraveler’s picture

5-10 euro is how much usd?

Bèr Kessels’s picture

aah c'mon. use a (online) converter, will ya?

molly_n’s picture

Status: Active » Needs review
StatusFileSize
new913 bytes

I've gotten this to work by changing the taxonomy_get_children function to taxonomy_get_tree in field_gallery.inc.

I'm attaching a patch...hope it helps.

astra’s picture

Thanks for your patch! What I do:
1) Copying field_gallery.patch to modules/flexinode/contrib/
2) Running command: patch field_gallery.inc field_gallery.patch
3) Having a check: the image_gallery field can list sub-galleries