In 5.x.3.0 I could do this

Some text
[bg|album1]

more text
[bg|album2]

This is not working in 6x.3.0 - I only get the first gallery

Comments

seangee’s picture

Any progress on this? I am in the process of upgrading a 5x site and have come up against the same issue in 6x.3.6

gordon.waters’s picture

I am running BG 6x.3.6 and it works with Picasa albums.

That is;

Some text
[bg|URL to picasa album1]

more text
[bg|URL to picasa album2]

and works with a local album and a picasa album.

That is;

Some text
[bg|yesteryear|caption-text]

More text
[bg|http://picasaweb.google.com/data/feed/base/user/gordon.waters/albumid/54...|caption-text]

I do not have 2 local albums at the moment to try.

seangee’s picture

Hmmm - I am using the page content type. On my test page I have 3 Picasa albums. They all work correctly as long as they are in the first bg tag. The second and third tags do not parse (do not show up on screen either).

Strange thing is I can display multiple instances of an album as many times as I like on the same page. So

some text
[bg|picasaalbumone]
more text 
[bg|picasaalbumone]

Works fine but

some text
[bg|picasaalbumone]
more text 
[bg|picasaalbumTWO]

only displays the first album

seangee’s picture

Version: 6.x-3.0 » 6.x-3.6

Ok - it seems that BG is only fetching (and caching) the first Picasa album on the page. By the time the page is rendered it is using the local version and the album (in cache) does not exist. My rather tedious workaround is:

1: Each time you add a new album copy the bg tag to the top of the page.
2: Save so the page is loaded and the cached album created.
3: Go back to edit and delete the extra line that you added.
4: When you save your latest album appears to have disappeared - you have to clear Drupal's cache to get it back (even if you have caching turned off).

So it is definitely a bug - hope this gives enough info it pinpoint it.

My test page is at http://www.sean-gates.com/content/my-fazer

valderama’s picture

jup, can confirm that only the first gallery is fetched. as soon the cache folder is created, the gallery is rendered.

alienatix’s picture

Any progress on this issue? Having only one album fetched per page is not good option.

Branjawn’s picture

Priority: Normal » Critical

Over a year old bug.

kenyan’s picture

Is this module still being maintained?
Any hope of this bug being fixed?