Files (Uploads Module)
Posted: Sun Jan 28, 2007 11:46 am
Hello,
I am trying to figure out how I can get the Files (Uploads Module) default 'Summary' template to show categories followed by their child items ie.
Government - Victoria
- Ombudsman Victoria
- Department of Justice
Government - Commonwealth
- Attorney-General's Department
I have being playing around with the 'Summary' template and have had limited success so far. I was hoping someone might be able to help?
{if $input_filter != ''}
{$startform}
{$prompt_filter}{$input_filter}{$hidden_params}{$input_submit}
{$endform}
{$matches} {$matchestext}
{/if}
{$entry->category}
{foreach from=$items item=entry}
{$entry->author}
{$entry->summarylink}
{/foreach}
I am trying to figure out how I can get the Files (Uploads Module) default 'Summary' template to show categories followed by their child items ie.
Government - Victoria
- Ombudsman Victoria
- Department of Justice
Government - Commonwealth
- Attorney-General's Department
I have being playing around with the 'Summary' template and have had limited success so far. I was hoping someone might be able to help?
{if $input_filter != ''}
{$startform}
{$prompt_filter}{$input_filter}{$hidden_params}{$input_submit}
{$endform}
{$matches} {$matchestext}
{/if}
{$entry->category}
{foreach from=$items item=entry}
{$entry->author}
{$entry->summarylink}
{/foreach}