Hi,
here a short step by step instruction:
First Step:
- go to the jDownloads
Options - click on the
Frontend TAB
- nearly at the end from the page you will see the option:
Activate support for all Joomla Content Plugins (pic 1)
- activate it and save the options
Step Two:
- go to the
Fields page and open every required Field
- go to the
Options TAB and check the
Automatic Display option (pic 2)
- this must be on
Do not automatically displayStep Three:
- go to the
Fields page and note the required field IDs (pic 3)
Step Four:
- go to the
active jDownloads
Layout (this can be from type
Downoads or/and
Download Details- on the right site you see a special hint to display Fields (pic 4)
- add now the required placeholders in the layout and save it
Example for the Field 1 in the default Downloads Layout:
<div class="jd_field_row" style="">
<span class="jd_field_title">{jdfield_title 1}</span>
<span class="jd_field_value" style="">{jdfield 1}</span>
</div>
Step Five:
- go to the Frontend and check the result
