Closed (duplicate)
Project:
jQuery Lightbox
Version:
6.x-1.0
Component:
JavaScript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2010 at 12:20 UTC
Updated:
7 Dec 2010 at 20:01 UTC
fileLoadingImage: '/sites/all/modules/jlightbox/images/loading.gif',
fileBottomNavCloseImage: '/sites/all/modules/jlightbox/images/closelabel.gif',
In the installation, you say place this in the modules directory, not in the sites/all/modules directory. This is where the confusion is.
They should be as follows:
fileLoadingImage: '/modules/jlightbox/images/loading.gif',
fileBottomNavCloseImage: '/modules/jlightbox/images/closelabel.gif',
I am getting a large number of 404's because of this problem.
Comments
Comment #1
sunThanks for taking the time to report this issue.
However, marking as duplicate of #808570: loading.gif and closelabel.gif url are broken if drupal isn't at the root of the site. You can follow up on that issue to track its status instead. If any information from this issue is missing in the other issue, please make sure you provide it over there.