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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | flash_gallery.module.patch | 1.08 KB | danieltome |
Comments
Comment #1
Frank_F2 commentedSamewise 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
Comment #2
danieltome commentedHere's a quick patch to fix the breadcrumb issue.
I'll commit it to a new versions if you find it ok.
cheers,
Comment #3
Frank_F2 commentedi'm unfamiliar with the diff process. How do I patch (besides manually correcting the files)?
Comment #4
danieltome commentedThere 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
Comment #5
Frank_F2 commentedThe 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
Comment #6
mediafrenzy commentedGreat, thanks for the patch - this fixes breadcrumbs for me.
Comment #7
tumblingmug commentedThis patch works fine. Thanks.
Comment #8
Anonymous (not verified) commentedThe patch works ok , i guess but i get
Home » Image galleries » Array » Array » Gallery name
How can i remove the two arrays?