Problem with the breacrumb
zzztetsuozzz - September 4, 2009 - 15:17
| Project: | Flash gallery |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | zzztetsuozzz |
| Status: | active |
Description
Hi,
I have made a gallery with this module, but I have a breadcrumb problem.
In fact, my breadcrumb shows a thing like this : "array > array"
Anyone have met this kind of problem?
How can I solve this?
Thanks so much

#1
Samewise I can find the [mysite]/fgallery listing of image galleries, but the breadcrumb is 'array' and no thumbs are shown here. Wasn't fgallery supposed to simply take over from image gallery when a gallery was choosen?
Happy to see a new maintainer was found! (although hooked to piclens now, I'm still interested in a simple viewer...)
Gr, F2
#2
Here's a quick patch to fix the breadcrumb issue.
I'll commit it to a new versions if you find it ok.
cheers,
#3
i'm unfamiliar with the diff process. How do I patch (besides manually correcting the files)?
#4
There is some help here:
http://drupal.org/patch/apply
I use the netbeans IDE witch allows you to patch a file from the tools menu item.
Otherwise this is a very small patch and you can find the lines with the "-" and delete them the .module files, and insert the lines that start with the plus sign, "+"
cheers
#5
The breadcrum now shows 'home / image galleries', but on the index page (the image galleries page) still no thumbs were found.
Seems http://drupal.org/node/574234 is reporting the same issue...
Gr, F2
#6
Great, thanks for the patch - this fixes breadcrumbs for me.