Commented Unassigned: Updated Polish translation for 2.00.12 BETA [7802]
An update for Polish translations. MIT license.Comments: ** Comment from web user: tha_watcha ** Thanks for the updates but the zip files contains no resx files, only the dnn manifest file.Please send...
View ArticleCommented Unassigned: Editor refreshes every 30 sec. when posting YAF reply...
When ckeditor is set for default in DNN and DNN editor is chosen in YAF, the editor reloads/refreshes every 30-40 seconds when trying to reply to a forum post.Editor is unusable because of this as you...
View ArticleClosed Unassigned: Editor refreshes every 30 sec. when posting YAF reply [7792]
When ckeditor is set for default in DNN and DNN editor is chosen in YAF, the editor reloads/refreshes every 30-40 seconds when trying to reply to a forum post.Editor is unusable because of this as you...
View ArticleReviewed: CKEditor Provider 2.00.11 (Apr 08, 2014)
Rated 5 Stars (out of 5) - This should be the default editor in DNN.
View ArticleCommented Task: Responsive Issue With Embed / Images [7665]
Currently on our site we utilize Bootstrap for our skin, which helps provide responsive layout. I've noticed that if you use the (embed or image) it inserts the item. Which is then wrapped in a __div__...
View ArticleCommented Task: Responsive Issue With Embed / Images [7665]
Currently on our site we utilize Bootstrap for our skin, which helps provide responsive layout. I've noticed that if you use the (embed or image) it inserts the item. Which is then wrapped in a __div__...
View ArticleCreated Unassigned: Shows source when Saving [7808]
using the ckeditor in html module, in Chrome (for example) Each time that I save, I temporarily see the editor revert to html source. It's of course only slightly "unfriendly" for a webmaster, but for...
View ArticleReviewed: CKEditor Provider 2.00.11 (avr. 08, 2014)
Rated 5 Stars (out of 5) - CK editor for DNN is just ... awesome. - It should become DNN default editor, because the spirit of CKeditor community is Opensource and closer to DNN then the commercial...
View ArticleNew Post: Installing Google Open Sans font in CKEditor
Thanks! Preview now is OK But I am sorry to hear that you could not find a way to set default font because it is quite frustrating to have to change the font, size and color every time. Don´t you have...
View ArticleNew Post: Installing Google Open Sans font in CKEditor
Well there is a solution, but it has to be defined for each tag, for example for p tagsCKEDITOR.on('instanceReady', function (event) { event.editor.dataProcessor.htmlFilter.addRules({ elements: { p:...
View ArticleNew Post: Installing Google Open Sans font in CKEditor
Sounds good with a solution. But since I am a superuser, not a developer, this became "over" my current tech level. Could you pls. extend and simplify the explanation what to do. "has to be defined for...
View ArticleNew Post: Installing Google Open Sans font in CKEditor
eurogate wrote: Sounds good with a solution. But since I am a superuser, not a developer, this became "over" my current tech level. Could you pls. extend and simplify the explanation what to do. "has...
View ArticleNew Post: Installing Google Open Sans font in CKEditor
OK thanks. What should the code in the js file look like to cover all html tags? /Christer
View ArticleNew Post: Installing Google Open Sans font in CKEditor
use... CKEDITOR.on("instanceReady", function (event) { event.editor.dataProcessor.htmlFilter.addRules({ elements: { p: function (e) { e.attributes.style = "font-family: Open Sans"; }, div: function (e)...
View ArticleReviewed: CKEditor Provider 2.00.11 (Apr 26, 2014)
Rated 5 Stars (out of 5) - Before CKEditor, my DNN-based blogging site was embarrassing.
View ArticleCreated Unassigned: Cannot select template and editor css [7815]
In the editor options, you can't select a custom template or editor. On either of the options, the post back it resets the default on the other.
View ArticleCommented Unassigned: Cannot select template and editor css [7815]
In the editor options, you can't select a custom template or editor. On either of the options, the post back it resets the default on the other.Comments: ** Comment from web user: tha_watcha ** Which...
View ArticleCommented Unassigned: Cannot select template and editor css [7815]
In the editor options, you can't select a custom template or editor. On either of the options, the post back it resets the default on the other.Comments: ** Comment from web user: ech01 ** Latest...
View ArticleCommented Unassigned: Cannot select template and editor css [7815]
In the editor options, you can't select a custom template or editor. On either of the options, the post back it resets the default on the other.Comments: ** Comment from web user: tha_watcha ** >...
View ArticleCommented Unassigned: Shows source when Saving [7808]
using the ckeditor in html module, in Chrome (for example) Each time that I save, I temporarily see the editor revert to html source. It's of course only slightly "unfriendly" for a webmaster, but for...
View Article