Because the JS code from the Fancybox JS library actually has examples, etc, then the actual fancybox files in a "fancybox" subfolder, the library inclusion breaks in this module. This is a pain for folks including fancybox in a drush make script for install profiles.
Attached is a patch to make the library inclusion work again for the 1.3.3 version of the fancybox JS library.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | fancybox_library_sub_folder-1378104-3.patch | 1.14 KB | Anonymous (not verified) |
| #1 | fancybox_library_sub_folder-1378104-1.patch | 653 bytes | Anonymous (not verified) |
| fancybox_library_sub_folder.patch | 1011 bytes | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedRerolled against latest dev release.
Comment #2
bas.hr commentedcan you also update README.txt so it is in sync with this change?
Comment #3
Anonymous (not verified) commentedGot it, updated the readme file as well.
Comment #4
bas.hr commentedDIRECTORY_SEPARATOR shouldn't be used for URL because on windows its \. Someone already proposed patch so I modified yours.