Hi Jhon,
Thanks for the reply!
I’m using v2.1.3, i put the serial in my settings, but so far it hasn’t asked me for an update yet.
‘Main’ file index.php from channel ‘apps’:
{exp:channel:entries channel="apps" orderby="title" sort="asc" limit="10"}
<?php $entry_id = '{exp:url_title_to_entry_id url_title="{segment_3}"}' ; ?>
{embed="apps/detail" entries="<?=$entry_id;?>"}
{/exp:channel:entries}
The embed file code, detail.php from channel ‘apps’:
{exp:channel:entries channel="modules" entry_id='{embed:entries}' dynamic="no"}
{title}
{file_exmpl}
<li>
<a href="http://{path}{filename}{extension}">filename</a>
</li>
{/file_exmpl}
{/exp:channel:entries}
Evrything, but the files work, I do get the correct number of files through though.