Posted By Gothic Wizard on 12/10/2022 7:18 AM Posted By Timo Breumelhof (40FINGERS) on 12/9/2022 2:57 PM Hmm, well that's weird. Do you have the option to try in another browser / on another machine / other DNN installation? Just to be clear this all correct. Under ExtraPlugins: dnnpages,wordcount,notification,embedbase,embed,dialogui,dialog,lineutils,widget,oembed,notificationaggregator and inserted in CKToolbarButtons.xml; ToolbarName>Embed ToolbarIcon>embed.png As far as the setting files that's all that I need to do correct?
Posted By Timo Breumelhof (40FINGERS) on 12/9/2022 2:57 PM Hmm, well that's weird. Do you have the option to try in another browser / on another machine / other DNN installation?
Hmm, well that's weird. Do you have the option to try in another browser / on another machine / other DNN installation?
Just to be clear this all correct.
Under ExtraPlugins: dnnpages,wordcount,notification,embedbase,embed,dialogui,dialog,lineutils,widget,oembed,notificationaggregator
and inserted in CKToolbarButtons.xml;
ToolbarName>Embed ToolbarIcon>embed.png
As far as the setting files that's all that I need to do correct?
OK, but did you add it to a Toolbar too?
I have this in Dnn.CKToolbarSets.xml:
Basic 10 Bold Italic - NumberedList BulletedList - Link Unlink Image Mathjax oembed - About basicset
Hmm, I guess you mean you cannot add it to a toolbar?
Posted By Timo Breumelhof (40FINGERS) on 1/9/2023 6:19 AM Hmm, I guess you mean you cannot add it to a toolbar?
Correct the button does not appear on the toolbar. And it is also in the file you mentioned just as you have it.
Posted By Timo Breumelhof (40FINGERS) on 12/6/2022 1:10 AM Image browser issue: https://dnncommunity.org/forums/aft/3153
Image browser issue: https://dnncommunity.org/forums/aft/3153
Well deleting the .ico file DID fix it for a time, but now browsing the server returns this error, anyone have any ideas;
AbsoluteURL:/Providers/HtmlEditorProviders/DNNConnect.CKE/Browser/Browser.aspx
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:890ce7a6-f20d-4b5e-8a01-429e49186d60
AssemblyVersion:9.11.0
PortalId:0
UserId:1
TabId:21
RawUrl:/Providers/HtmlEditorProviders/DNNConnect.CKE/Browser/Browser.aspx?Type=Image&tabid=21&PortalID=0&mid=382&ckid=txtSummary&mode=Portal&lang=en-US&CKEditor=dnn_ctr382_AddEditArticle_txtSummary_txtSummary&CKEditorFuncNum=3&lang
Referrer:https://cyberpunk-news.on...fault%2fNo+Container
UserAgent:Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0
ExceptionHash:yZPrNxBaOiRNLOPC8YORUfP2PL4=
Message:A self closing tag cannot have child controls and/or content
StackTrace:
InnerMessage:A self closing tag cannot have child controls and/or content
InnerStackTrace:
at DNNConnect.CKEditorProvider.Controls.HtmlGenericSelfClosing.get_Controls() at ClientDependency.Core.ControlExtensions.FlattenChildren(Control control) at System.Linq.Enumerable.d__17`2.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__17`2.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__17`2.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at ClientDependency.Core.Controls.ClientDependencyLoader.FindDependencies(Control control) at ClientDependency.Core.Controls.ClientDependencyLoader.RegisterClientDependencies(WebFormsFileRegistrationProvider provider, Control control, IEnumerable`1 paths) at ClientDependency.Core.Controls.ClientDependencyLoader.OnPreRender(EventArgs e) at DotNetNuke.Web.Client.ClientResourceManagement.ClientResourceLoader.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Source:
FileName:
FileLineNumber:0
FileColumnNumber:0
For anybody landing on the thread with the same problem:
I compared Gothic Wizards Dnn.CKToolbarSets.xml file (in the Portal Folder) with mine (where it did work) and the issue was fixed after changing this:
<code><string>Oembed</string></code>
to
<code><string>oembed</string></code>
So the plugin name is case sentitive
Posted By Timo Breumelhof - 40FINGERS on 2/10/2023 7:30 AM For anybody landing on the thread with the same problem: Regading the oEmbed plugin not loading in CKEditor. I compared Gothic Wizards Dnn.CKToolbarSets.xml file (in the Portal Folder) with mine (where it did work) and the issue was fixed after changing this: <code><string>Oembed</string></code> to <code><string>oembed</string></code> So the plugin name is case sentitive
Whoa... Nice find!! 😎
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.