Creating Custom Theme 14. August 2014 docadmin Customization, Tutorials This is a walk-through on how to build custom theme for BlogEngine.NET from scratch. [More] Tweet
How to add custom page to a blog 14. August 2014 docadmin Customization, Tutorials To add custom page to a blog, create a page in the blog root, for example "MyPage.aspx". For "MasterPageFile", use master page of your custom theme. Here used "Standard" theme. [More] Tweet
Converting Single Extension For BE 3.0 2. June 2014 docadmin Tutorials This is walk-through on how to convert older BlogEngine.NET extensions built for website project to compiled extension that can be installed in version 3.0 and up. [More] Tweet
Adopting CKEditor 22. May 2014 docadmin Tutorials At the core of any editor, no matter how complex it is, is a simple text box. And two main operations with editor include writing to this box and reading out of it. Understanding these three things all you need to port any editor to BlogEngine [More] Tweet