Hi everyone,
I'm currently using jDownloads 4.0.36 on Joomla 5.1, and I've run into an issue where my custom fields (created under "Fields" in Joomla) don't appear on the download details page, even though I've assigned them to the "com_jdownloads" context and enabled them for public display.
I've checked template overrides, cleared the cache, and even tried switching to the default Joomla template, but the fields still won't show up.
Is there something I'm missing — like a specific layout file or jDownloads setting that controls the display of Joomla custom fields?
Thanks in advance for any advice or a workaround!
Hi
Yes this is a layout item. To display Fields your layout needs to have placeholders
{jdfield_title 'id'} and {jdfield 'id'} where 'id' is the ID of the requested Field
Articles
Layouts - Place holders and
Custom css in LayoutsBoth of these articles are in section
LayoutsColin