SunBlogNuke Team Blog

Share you with any news or development process about our dnn modules, such as status or release notes.

First time here? You may want to check out the blog archives, subscribe to the RSS feed, sign up for free email updates, or follow me on Twitter. Thanks for visiting!

From category archives: SunBlogNuke Team Blog

Sharing any resources and links related with DotNetNuke CMS, including free staffs.

Switch Open Live Writer for DNN Blogging

Open Live Writer for DNN Blogging

As you know,  Window Live Writer is like Word for your blog. However, Windows 10 does not support Window Live Writer any more and you can not install WLW for blog writing/content. Luckly, the Open Live Writer is another alternative writer for blogging. Open Live Writer makes it easy to write, preview, and post to your blog.

Read the rest of entry »

2 Core Widgets in SunBlogNuke You Should Know

If you are a SunBlogNuke user, maybe you are missing some awesome and essential features, like ContentSlider Widget and Authors Widget. Now we would like to remind you the 2 core widget modules in SunBlogNuke you should know.

DNN-Blog-Module-ContentSlider-Author-Widget

What is ContentSlider Widget?

One utility module, enables #DNN administrator to place this module on a web page and point to a specific blog. This is a good feature to highlight one of the featured blog on a landing page to direct website visitor to the blog. It allow you to display a list of posts, like featured post and latest posts. Also you can add this widget module to any page at any time and point it to any blog on the portal.

You can visit the previous post Enhance Featured Widget Module with More Customizations and learn how to extend what you want in your dnn website.

What is Authors Widget?

Another utility module, enables DNN administrator to place this module on the blog page and display a list of authors for the blog.

Search Engine Optimization for DNN Blog Module

Search Engine Optimization for DNN Blog Module

Our DNN blog module SunBlogNuke straight out of the box comes ready to embrace search engines It comes with several built-in features for SEO Its features and functions guide a search engine through the posts pages and categories to help the search engine crawl your site and gather the information it needs to include your site within its database.

Read the rest of entry »

Simple reference for Theme Customization

As our blogging module #SunBlogNuke# are applied in more DNN websites, some clients requires customization based on their specific requirements. The unique UI layout including theme will be a common issue. Toady we would like to share tokens reference of theme view with some samples so that you can get started to customization easily. As our blogging module #SunBlogNuke# are applied in more DNN websites, some clients requires customization based on their specific requirements. The unique UI layout including theme will be a common issue. Toady we would like to share tokens reference of theme view with some samples so that you can get started to customization easily. Useful built-in methods CategoryLinks(string delimiter): to build separated category links with desired delimiter(such as commas. Code Sample: <%=CategoryLinks(", ")%> CategoryLinks(string delimiter, string token): to build separated category links with desired delimiter(such as commas) and format token. ...

Read the rest of entry »

Fancy Lightbox Gallery inside DNN Blog

Fancy ligntbox gallery

In common, you can build the awesome blog post with some media files, and sometimes you would like to share lots of images with your friends. Yes, you want to build an album with those images in the blog post content. But it looks difficulty to incorporate display for larger images, which under normal situations would break the layout of this site. It will save lots of our time if there is some way to automatically organized images with clean & elegant layout and we just copy/insert images into Rich-Editor or WLW.

Congratulations. The "Fancy Gallery" extension is the exact tool for your dnn blog. And it is another extension for Ultimate DNN Blog Module – SunBlogNuke. You just feel free to add your images and this extension will do the rest for you – automatically convert them into one fancy gallery with lightbox effect.

Read the rest of entry »

Free Twitter Feed Widget for DNN Blog

Note: sorry that the widget was down and not work any more due to a new Twitter API.

If you are finding a highlight solution to display your most recent Twitter updates on your DNN website, the "Twitter Feed widget" module will be exactly what you need. With the free widget, it is easy to integrate the twitter feed into the sidebar of dnn blog to show your latest tweets.

Out of the box, you just need to specify the public twitter account info (username) and this dnn widget will do the rest for you. Moreover, you can control how tweets are displayed from widget settings panel, such as Number of displayed Tweets & whether to Show Replies. The cache mechanism also let your dnn website avoid critical website load traffic.

Read the rest of entry »

Ultra DNN Comment System - CommentsPlus

Ultra DNN Comments System - CommentsPlus

If you are focusing on our dnn products, you should know this new awesome module - comments+. We would like to make it as the cross-module & highlight comments solution based on DotNetNuke platform, in other word, it will be a universal comments/voting system to be integrated with across multiple different modules on a dnn site. Until now, this module allows you to very easily build generic comments and add the popular comments engine, such as Disqus & Facebook comments, in any page on your DotNetNuke website, and also attach it to a specific module on the page. Let us go through the super features in Comments+.

Read the rest of entry »

Fixed RadEditor Issue with Converting Greek Characters to Html Entities

From DNN 5.x, our website also began to use RadEditor as html provider for rich text editor, such as writing a post for our Ultimate DNN Blog Module – SunBlogNuke. Recently our clients noticed the issue that when typing characters in the Greek language it converts them to their html entities but not insert the actual unicode characters. For example, the sentence "Για να δουμε πως πα?ζει Ελληνικ?" will render "<p>&Gamma;&iota;&alpha; &nu;&alpha; &delta;&omicron;&upsilon;&mu;&epsilon; &pi;&omega;&sigmaf; &pi;&alpha;?&zeta;&epsilon;&iota; &Epsilon;&lambda;&lambda;&eta;&nu;&iota;&kappa;?</p>" in the HTML mode. With looking into the issue and request help in Telerik forum, we finally know that it is because the latest version of RadEditor included a new content filter named ConvertCharactersToEntities, which converts the special characters to entities, such as converts the Greek symbols to entities. In order to fix it, please open the configuration file and remove the ConvertCharactersToEntities string from the ContentFilters enum values, like that below:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <property name="Skin">Default</property>
  <property name="AutoResizeHeight">True</property>
  <property name="ContentFilters">RemoveScripts,EncodeScripts,FixUlBoldItalic,FixEnclosingP,IECleanAnchors,MozEmStrong,
  ConvertFontToSpan,OptimizeSpans,ConvertToXhtml,IndentHTMLContent</property>
  ....
</configuration>

Hope it helps for somebody who encountered the same issue. :) Thanks again for Rumen and the Telerik team.

Refer to the original post mentioned the issue originally: RadEditor converting Greek characters to their html entities!

More screenshots for third-party dnn blog module - SunBlogNuke

Some Screenshots about SunBlogNuke:

Clear Administrative Panel

Administrative_panel

Integration with Windows Live Writer and so easy to manage your posts

Integration_with_WLW

Free and extreme SunBlogNuke themes directory

Themes_directory

More will be available later. Please stay tune.

Alternative SunBlogNuke Installation Guide

The Ultimate DNN Blog Module - SunBlogNuke is well known for its ease of installation. Under most circumstances installing SunBlogNuke for DotNetNuke CMS is a very simple process and takes less than five minutes to complete. Recently our client Samuel Phung (Windows Embedded MVP) built embedded101.com with our premier blog module. In the mean time, he also contributed a detailed installation guide about SunBlogNuke for his customers, which I think it is awesome tutorial for you our clients. You can access it in the download page.

If you have more tricks and tips about SunBlogNuke, please share it here or contribute it to us. If necessary, you can get longer subscription for our module. :)

Pages: Previous12NextReturn Top
Copyright © 2009-2024 Ultimate DNN Blog Module - SunBlogNuke Powered by SunBlogNuke Corp