Anyone have an idea how I can browse upload and insert pdf files into tinymce text areas?
Thanks in advance
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
March 04, 2009 1:54pm
Subscribe [4]#1 / Mar 04, 2009 1:54pm
Anyone have an idea how I can browse upload and insert pdf files into tinymce text areas?
Thanks in advance
#2 / Mar 04, 2009 4:23pm
Hi Eastwood Design,
The best way to do this would be using Moxiecode’s official plugin, ‘File Manager’. Take a look at http://tinymce.moxiecode.com/plugins_filemanager.php for details.
There may well be other third-party tinymce plugins which will also achieve what you are looking for, however as far as I am aware tinyMCE on it’s own does not support that functionality.
#3 / Mar 04, 2009 4:39pm
I use FCKeditor with File Manager already build in. There’s a wiki on this topic as well. Works ok for me…
If you want to use tinymce then follow JonnyUK’s suggestion.
Good luck ,t.
#4 / Mar 16, 2009 5:33pm
I can’t seem to get fckeditor installed and running, I’ve put the folder in the director /var/www/html/fckeditor which is my public path (you can get to it via) http://www.mysite.com/fckeditor/ and I changed the permissions to 777 so there are no problems there… I put the extension in the extensions folder and the language file in the english folder… then I enabled it, and the path points to the javascript file and the configuration reads:
var oFCKeditor = newFCKeditor(selField);
oFCKeditor.ReplaceTextarea();
I don’t know what the problem could be, do you think you could help? There is no error message, it just loads the usual textbody editor when i load the weblog editor.
Thanks for the time!
Andrew
#5 / Mar 17, 2009 4:12am
Have you tried double click in textarea to enable fckeditor?