{exp:channel:entries limit="10"}
{title}
{exp:download:entries entry_id="{entry_id}"}
{file_title} - {file_download}
{/exp:download:entries}
{/exp:channel:entries}I am just reporting a simple error in the module development documentation for the download module tutorial
{file_title} above should be {file_name}
{exp:channel:entries limit="10"}
{title}
{exp:download:entries entry_id="{entry_id}"}
{file_name} - {file_download}
{/exp:download:entries}
{/exp:channel:entries}It would also help if what the module did was outlined better by documenting how to use the module as per any other module first before the documentation starts covering the code. I had to hunt for the modules tags to see how to use it when creating an example template.
As I do not have enough posts I could not add this correction myself to the documentation page