I'm confident this will work for other versions of Umbraco and if it garners some interest I'll take the time to offer additional releases as time permits. I posted it as 4.6.x support since it was compiled using the dotnet 4 framework and if I'm not mistaken is the first version to abandon the other frameworks. If you need support for an earlier version, just ask.
I've had a rudimentary version of this for over a year and finally got around to polishing it up and contributing to the community. It's been a life saver for sites with complex content layouts (think multiple column layouts, yui grids, etc..).
I tested it in Umbraco 4.6.1 and it works perfectly. Trouble is, we're planning to upgrade to Umbraco 4.7.1 and I could not get it to work in that version. :(
I wrote the release using a test local install of 4.7.1. Are you able to install other packages that add an entry to the developer tree? Say, the Config Tree? I've recently discovered issues with package installs not updating the developer tree on shared hosting environments. I'm not sure where you are hosting your Umbraco, but curious if you are running into similar issues.
We have our own stand-alone servers. It added an entry to the developer tree. The install for 4.7.1 went as smoothly as is did in 4.6.1, but when I try to insert a snippet it doesn't add the code into the RTE.
Our 4.7.1 install is just an upgraded copy of the 4.6.1 install.
FYI - the snippet I'm trying to add is embed code from Flickr. It works in 4.6.1, but not 4.7.1. I just tried the "Sample" and it inserts just fine in both.
I checked the tinyMCEConfig file and they are identical on both the 4.6.1 and 4.7.1 versions. I even installed it on a fresh install of 4.7.1 and have the same problem.
I've been trying to find a package that will allow our users to copy embed code from Flickr anywhere they want into the RTE.
Now we are getting somewhere. I'm not sure if there are changes made to TinyMCE between versions of Umbraco, but we can figure this out as I'm guessing some of your markup is being cleansed upon insert. Can you provide some sample code you are attempting to insert? Also, have you tried inserting the code directly in the section through HTML button successfully?
Just the simple share pic code worked fine for me; however, when I attempted to add the badge, that was a different story.
I happen to notice your email notification to me contained the sample code. TinyMCE won't let me insert it normally without the use of MySnippets. I'm trying to see if there is something that can be configured. This forum post has me thinking and I'm trying some tests (so far with little luck):
Supported Versions
I'm confident this will work for other versions of Umbraco and if it garners some interest I'll take the time to offer additional releases as time permits. I posted it as 4.6.x support since it was compiled using the dotnet 4 framework and if I'm not mistaken is the first version to abandon the other frameworks. If you need support for an earlier version, just ask.
I've had a rudimentary version of this for over a year and finally got around to polishing it up and contributing to the community. It's been a life saver for sites with complex content layouts (think multiple column layouts, yui grids, etc..).
I tested it in Umbraco 4.6.1 and it works perfectly. Trouble is, we're planning to upgrade to Umbraco 4.7.1 and I could not get it to work in that version. :(
I wrote the release using a test local install of 4.7.1. Are you able to install other packages that add an entry to the developer tree? Say, the Config Tree? I've recently discovered issues with package installs not updating the developer tree on shared hosting environments. I'm not sure where you are hosting your Umbraco, but curious if you are running into similar issues.
By the way, here's the forum post about my issue with package installs.
We have our own stand-alone servers. It added an entry to the developer tree. The install for 4.7.1 went as smoothly as is did in 4.6.1, but when I try to insert a snippet it doesn't add the code into the RTE.
Our 4.7.1 install is just an upgraded copy of the 4.6.1 install.
I'll see if I can figure out what's different.
FYI - the snippet I'm trying to add is embed code from Flickr. It works in 4.6.1, but not 4.7.1. I just tried the "Sample" and it inserts just fine in both.
I checked the tinyMCEConfig file and they are identical on both the 4.6.1 and 4.7.1 versions. I even installed it on a fresh install of 4.7.1 and have the same problem.
I've been trying to find a package that will allow our users to copy embed code from Flickr anywhere they want into the RTE.
Now we are getting somewhere. I'm not sure if there are changes made to TinyMCE between versions of Umbraco, but we can figure this out as I'm guessing some of your markup is being cleansed upon insert. Can you provide some sample code you are attempting to insert? Also, have you tried inserting the code directly in the section through HTML button successfully?
Just the simple share pic code worked fine for me; however, when I attempted to add the badge, that was a different story.
I happen to notice your email notification to me contained the sample code. TinyMCE won't let me insert it normally without the use of MySnippets. I'm trying to see if there is something that can be configured. This forum post has me thinking and I'm trying some tests (so far with little luck):
http://stackoverflow.com/questions/2625001/how-do-i-configure-tinymce-to-allow-embed-tags-when-editing-html
I'm going to open this up to the community for assistance.
I found some additional helpful information: http://www.tinymce.com/forum/viewtopic.php?id=24539
Thanks. I'll take a look at these.
I started a thread in the bugs section a couple days ago: http://our.umbraco.org/forum/ourumb-dev-forum/bugs/25271-Media-generated-markup-in-TinyMCE-stripped-(471)
is working on a reply...