Index Not Found
Installation and Configuration
Quote:
But why would every other image work in the ACP. It only seems like a certain set of images are not working.
Correct - I outlined why above but maybe it wasn't clear.
If you directly link to an image - i.e.
http://yoursite.com/modules/jrCore/img/option_pass.png
That will show because that image actually exists on the file system.
However, so Jamroom can support the admin uploading a CUSTOM image, when the image is shown on the site the URL will be changed to:
http://yoursite.com/image/img/module/jrCore/option_pass.png
See how the URL is different? This routes the image request through the Image Core module - inside it says:
Is there a CUSTOM image that has been uploaded for the "module" "jrCore" "option_pass.png" file?
If YES - show the custom image (which will be located in the data/media/0/0 directory)
if NO - show the default image (which is located at modules/jrCore/img)
That's why the images work when you view them in the IMAGES tab (since they just point directly to the image included with the module or skin), but do NOT work when viewed elsewhere.
Hopefully that is more clear.
updated by @brian: 12/23/15 09:57:13AM