This was requested here and i've coded this, but the user never contacted me, so let's release it for free
This add-on will add a link under the attachments, which will open a overlay containing a qr image, which contains the link to the attachment.
If you don't have TMS installed, you need to add the link yourself, because there's no template hook available
Open template attached_files
search for
replace with:
repository available at github: https://github.com/ragtek/AQR/wiki
feel free to use & fork it
This add-on will add a link under the attachments, which will open a overlay containing a qr image, which contains the link to the attachment.
If you don't have TMS installed, you need to add the link yourself, because there's no template hook available
Open template attached_files
search for
Code:
<dl><dt>{xen:phrase views}:</dt> <dd>{xen:number $attachment.view_count}</dd></dl>
replace with:
Code:
<dl><dt>{xen:phrase views}:</dt> <dd>{xen:number $attachment.view_count}</dd></dl>
<h6 class="filename"><a href="{xen:link attachments/qr, $attachment}" class="OverlayTrigger">{xen:phrase ragtek_qr}</a></h6>
repository available at github: https://github.com/ragtek/AQR/wiki
feel free to use & fork it