Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コンテンツ作成者が PDF をアップロードし、ダウンロード リンクを提供できるようにしたいと考えています。残念ながら、PDF にリンクすると、PDF 自体ではなく、PDF の最初のページのプレビューを含むページが表示されます。
Zotonic で添付された PDF のダウンロード リンクをどのように提供しますか?
次のスニペット (メディアの RSC ID が pdf_rsc の場合) は、ダウンロード リンクを提供します。
<a href="/media/attachment/{{ m.rsc[pdf_rsc].filename }}">Download {{ m.rsc[pdf_rsc].title }}</a>