I’m running XenForo 2.3.9 with XenForo Media Gallery on a photography-focused forum.
I’m trying to display camera EXIF data in the Media Gallery image sidebar/lightbox.
Here is what I have verified so far:
The image was shot as RAW, processed in Lightroom, exported as a JPEG, and uploaded directly to XFMG.
Before upload, I verified that the exported JPEG contains full EXIF data, including camera model, lens/exposure information, ISO, shutter speed, aperture, focal length, date taken, etc.
PHP EXIF support is enabled on the server. phpinfo shows:
EXIF Support: enabled
Supported filetypes: JPEG, TIFF
In XFMG, the sidebar is working and the Image metadata section appears correctly, but it only shows:
Filename
File size
Dimensions
It does NOT show camera EXIF fields such as:
Camera model
Lens
Aperture
Shutter speed
ISO
Focal length
Date taken
I also confirmed that XFMG EXIF phrases exist in the ACP, including:
xfmg_exif_aperture
xfmg_exif_date_taken
xfmg_exif_device
xfmg_exif_exposure
xfmg_exif_flash
So it appears that XFMG still has EXIF display support internally, but those fields are not appearing in the actual Media Gallery view.
I checked the XFMG options and could not find a setting for selecting or enabling displayed EXIF fields.
Another important detail:
Media storage is being offloaded to Cloudflare R2 using the DigitalPoint App for Cloudflare.
Could the R2/offload pipeline affect the point where XFMG extracts EXIF data from uploaded images?
I also noticed this XenForo bug report which sounds potentially related:
“XF.AttachmentManager/XF.ImageTools destroys EXIF data”
At this stage, I am NOT trying to preserve embedded EXIF inside the processed/downloaded JPEG. I understand processed images may lose embedded metadata during resizing/processing.
What I’m specifically trying to accomplish is:
Display the extracted camera EXIF information in the XFMG media sidebar/lightbox.
Is there a current XenForo 2.3 / XFMG 2.3 setting, template behavior, processor behavior, known issue, or incompatibility that would cause only basic file metadata to appear while camera EXIF fields are omitted?
I’m trying to display camera EXIF data in the Media Gallery image sidebar/lightbox.
Here is what I have verified so far:
The image was shot as RAW, processed in Lightroom, exported as a JPEG, and uploaded directly to XFMG.
Before upload, I verified that the exported JPEG contains full EXIF data, including camera model, lens/exposure information, ISO, shutter speed, aperture, focal length, date taken, etc.
PHP EXIF support is enabled on the server. phpinfo shows:
EXIF Support: enabled
Supported filetypes: JPEG, TIFF
In XFMG, the sidebar is working and the Image metadata section appears correctly, but it only shows:
Filename
File size
Dimensions
It does NOT show camera EXIF fields such as:
Camera model
Lens
Aperture
Shutter speed
ISO
Focal length
Date taken
I also confirmed that XFMG EXIF phrases exist in the ACP, including:
xfmg_exif_aperture
xfmg_exif_date_taken
xfmg_exif_device
xfmg_exif_exposure
xfmg_exif_flash
So it appears that XFMG still has EXIF display support internally, but those fields are not appearing in the actual Media Gallery view.
I checked the XFMG options and could not find a setting for selecting or enabling displayed EXIF fields.
Another important detail:
Media storage is being offloaded to Cloudflare R2 using the DigitalPoint App for Cloudflare.
Could the R2/offload pipeline affect the point where XFMG extracts EXIF data from uploaded images?
I also noticed this XenForo bug report which sounds potentially related:
“XF.AttachmentManager/XF.ImageTools destroys EXIF data”
At this stage, I am NOT trying to preserve embedded EXIF inside the processed/downloaded JPEG. I understand processed images may lose embedded metadata during resizing/processing.
What I’m specifically trying to accomplish is:
Display the extracted camera EXIF information in the XFMG media sidebar/lightbox.
Is there a current XenForo 2.3 / XFMG 2.3 setting, template behavior, processor behavior, known issue, or incompatibility that would cause only basic file metadata to appear while camera EXIF fields are omitted?
Last edited:

