Search…

X3 Photo Gallery Support Forums

Search…
 
jblaser
Topic Author
Posts: 2
Joined: 15 Aug 2011, 06:02

PDF Documents

29 Jun 2017, 04:35

Is it possible to show PDF documents in a folder? I have several content folders with bowling tournament photos and I need to show PDF documents with results in a seperate folder. Testing on http://bowling.blasers.net
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: PDF Documents

29 Jun 2017, 13:52

How did you want to show the PDF's? You can only display PDF's as pure links in the page anyway, since there is no "preview" available for PDF images. We could support PDF's so that a list of "links" was created, but that is not currently available.

For now, you would need to need to add links to your PDF's directly in content like this:
Code
<a href="{{path}}filename1.pdf">Tournament name.data.etc</a><br>
<a href="{{path}}filename2.pdf">Tournament name.data.etc</a>
* {{path}} is dynamic reference to current folder path.