Page 1 of 1

How To Achieve A Specific Layout

Posted: 08 Feb 2013, 18:27
by jasonbackus
I am attempting to call a layout from the Downloads plugin that includes both a preview button and download button for all files a specified category . All docs are PDF's, fyi.

The website in question is: http://www.spectrummanufacturing.net/pr ... pflow.html (click on Documentation to see my problem)

The best I've been able to achieve is;

{phocadownload view=category|id=2|text=Click To View Files|target=s}

which results in a category folder link rather than the file list. We want to dispense with this extra step and go straight to a list of files with both preview and download buttons available. Something like this, but with the two buttons for each file:

Image

FYI, the filelist tag creates even bigger problems, so that won't work.

Thanks everyone.

Re: How To Achieve A Specific Layout

Posted: 14 Feb 2013, 00:58
by Jan
Hi, in plugin there are no such buttons, so they need to be customized. The Buttons are only available in component.

Jan

Re: How To Achieve A Specific Layout

Posted: 14 Feb 2013, 01:36
by jasonbackus
Jan, Thank you! I've been pulling my hair out trying to force the plugin into my layout. Your response is highly appreciated.

Re: How To Achieve A Specific Layout

Posted: 14 Feb 2013, 02:02
by Jan
Ok