GetSimple Support Forum
QUESTION Add PDF File Links - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: QUESTION Add PDF File Links (/showthread.php?tid=7150)



Add PDF File Links - revotron - 2015-03-18

Hey, just a short and simple question. I didn't find any information regarding this. What's the easiest way to add/link previously uploaded PDF files to a page in getsimple?

To be more precise..
I have a download page. There are four categories and users are able to get additional information by viewing/downloading PDF files. Any suggestions? Smile


RE: Add PDF File Links - shawn_a - 2015-03-18

in wysiwyg editor insert link, click browse.


RE: Add PDF File Links - revotron - 2015-03-18

I can choose link type URL and browse the server and link my PDF, but then the displayed name for the linked PDF is the complete URL link. Or am I missing something?


RE: Add PDF File Links - shawn_a - 2015-03-18

Yeah that is how ckeditor link works, there have been requests to modify this behavior
I even tried to workaround it, but ckeditor is a pita, and I gave up.

https://github.com/GetSimpleCMS/GetSimpleCMS/issues/1000


RE: Add PDF File Links - revotron - 2015-03-19

(2015-03-18, 23:46:56)shawn_a Wrote: Yeah that is how ckeditor link works, there have been requests to modify this behavior
I even tried to workaround it, but ckeditor is a pita, and I gave up.

https://github.com/GetSimpleCMS/GetSimpleCMS/issues/1000

Haha ok :/ I should check Git more often. Thanks for your reply.
Workaround is to switch to source code and change name of the <a> tag, but im not quite sure if my client who does not have any technical background is able to do this. It's not comfortable also. But it's safe to link files from the upload folder that way, right?

Maybe I'm going to write a little script that automatically changes title of the link. Let's seeā€¦


RE: Add PDF File Links - shawn_a - 2015-03-19

Well can you not just type the title in , select it and click link ?


RE: Add PDF File Links - revotron - 2015-05-27

(2015-03-19, 06:55:40)shawn_a Wrote: Well can you not just type the title in , select it and click link ?

Yes this works, thanks!