Files (Uploads Module) Topic is solved

General project discussion. NOT for help questions.
Post Reply
martindickerson

Files (Uploads Module)

Post by martindickerson »

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}

Post Reply

Return to “General Discussion”