TwistedInteractive / ckeditor

Symphony CMS extension that provides the CKEditor WYSIWYG editor for text fields.
http://symphony-cms.com/download/extensions/view/35082/
Other
19 stars 24 forks source link

fixed thumbnail and file link urls in filebrowser due to path change in ... #40

Open andrewminton opened 10 years ago

andrewminton commented 10 years ago

...upload fields in 2.3.3

I've added the destination folder back into the code so that the link and thumbnail show up correctly in the filebrowser window.

This wasn't working due to the destination being removed from the upload field in recent changes to the core.

See what you think.

andrewminton commented 10 years ago

2 additions to this PR give us more scope for other upload field types and also fixes the creation of new entries via filebrowser: the enctype="multipart/form-data" was missing from the form in the filebrowser.js buildform function.

Fixed now, hopefully you'll accept these changes.

bernardodiasc commented 10 years ago

Thanks @andrewminton!

jurajkapsz commented 10 years ago

+1