How can I make a download manual link next to product as shown:
[attachment=0:rrv170ln]example.gif[/attachment:rrv170ln]

I have tried with both attribute of type 'file tree' and 'download'. I can only get path to the file in FE, when I do $this->manual OR $this->raw['manual'] (where manual here is my field name). And inside template I tried to do something like
Code:
Manual
. which don't work.
I have read both
viewtopic.php?f=36&t=1771,
http://de.contaowiki.org/Isotope-Attribute
But it didn't help me much.
Although basically I can do
Code:
Manual
But I wanted to send the file to browser with right headers like Contao download does. Can someone point me into right direction. THenks