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!

Posts Tagged 'tagcloud'

We are pleased to present below all posts tagged with 'tagcloud'. If you still can't find what you are looking for, try using the search box.

SunBlogNuke v5.6.2 works well with DNN7

SunBlogNuke v5.6.2 works well with DNN7

The SunBlogNuke team is excited to announce the final release of 5.6.2 today. This release mainly focused on fixes introduced by last version and also some enhancements. More exciting is that we completed some compatible testing on #DNN7 and it runs well. If you are still using older versions, we recommended that you should upgrade this stable package. Now let’s go through all the awesome highlights included in this buildings :)

Enhanced DNN Blog Feed in SunBlogNuke v5.1

dnn-blog-valid-feedAs usual, it is the time to monthly release of Ultimate DNN Blog Module - SunBlogNuke :) Now it is v5.1 with some enhancements & lots of fixes. In this building, we focused on the feed output. We looked into deeply the rules of the RSS specification and rewritten all the codes  about feed generator. Not only the new feed output passed the Feed Validator, but also it supported with more useful feed elements, such as enclosure, 'content:encoded' & webmaster etc. For example, with element 'enclosure' we will be able to associates a media object such as an image, an audio or video file with every feed post; with 'content:encoded' it offers a means of defining item content with more precision than the description element as the specification said:

The content:encoded element can be used in conjunction with the description element to provide an item's full content along with a shorter summary. Under this approach, the complete text of the item is presented in content:encoded and the summary in description.

Also we provided one alternative way to customize the categories tag output. Now you can use the new method

/// <summary>
/// Separated category links with desired separator(such as commas) and format token.
/// </summary>
/// <param name="separator">The desired separator, such as commas</param>
/// <param name="format">The format token</param>
/// <returns>The category links</returns>
protected virtual string CategoryLinks(string separator, string format)

In common, you can use it like that in your customized theme view files, BaseView.ascx & DetailView.ascx

<span class="blog-icon post-cat">Filed in <%=CategoryLinks(", ", "<a href=\"{0}\" title=\"View all posts in {1}\">{1}</a>")%></span>

Major Highlights in v5.1:

  • ENH - Supported tab title with culture code of multilingual sites in the blog manage panel.
  • ENH - Rewrite feed generator and supported more elements, such as enclosure, 'content:encoded' & webmaster etc.
  • ENH - Publish date section in the edit post panel & NavZone with active effect.
  • FIX - not retrieve theme view file correctly.
  • FIX - tagcloud widget with Non-Unicode characters issue.
  • FIX - Recaptcha.dll version conflict issue.
  • FIX - Dashboard issue without any blog instance there.
  • FIX - Related date options in the general settings panel.
  • FIX - jQuery conflict in dnn5.+, including dnn6.

NOTE: from v5.0 the SunBlogNuke will begin to not support dnn4 any more because it will utilize lots of core APIs introduced from DNN5+, such as Taxonomy. If you are still using the dnn4, you don’t have to be worry about it because we will also maintain independent branch of the older version 4.x, which will always be compatible with dnn4 and may be updated with fixes without new features any more.

You can get it here. Blog your way and enjoy life. :)

The SunBlogNuke Team

Fixed Version 4.2.5 for SunBlogNuke Available Now

Today we would like to release the fixed version 4.2.5 for Ultimate DNN Blog Module – SunBlogNuke, which includes some urgent  fixes introduced from v4.0, such as tag cumulus flash may disappear when clicking 'View all tags' and it will pop up a prompt error if guest posts a comment with checking option "Remember my details'. Also we enhanced Content Slider Widget with ability to filter the last 7/30 days of post(Removed again in the later building). Importantly we rolled back the rich text editor for excerpt field in regards of the issue mentioned in this post - RadEditor missing from Excerpt field. Hope it makes sense.

As usual, the complete details for all of the changes can be found in the Release Notes.

BTW, if you would like to upgrade it from older version, such as 3.x and you've developed your customized theme. Please BACK UP YOUR CHANGES BEFORE PROCEEDING and refer to the tutorial - Must-Read Note for SunBlogNuke v4.x and follow the instructions.

You can get it here. Blog your way and enjoy life. :)

The SunBlogNuke Team

A Quick Patch for SunBlogNuke v4.0 – 4.2

Updated: Please upgrade to v4.2.5 (Fixed Version 4.2.5 for SunBlogNuke Available Now) with fixing the issue mentioned below.

If you are focusing on our Ultimate DNN Blog Module – SunBlogNuke, you should know that some release v4.x (the latest version is 4.2 until now) are available with LOTS of awesome features, such as threaded comment and custom fields. If you have missed those so cool things please visit our website for more details.  Today we would like to release a quick patch for fix issue where the Flashy Rotating 3D Tag Cloud Widget disappear and you should find the issue when you click to “View All Tag” from the TagCloud Widget. Please follow up some simple steps below:

  1. Download the patch from here, unzip it in the local machine and you should find the fixed script file blog.common.js.
  2. Find out the JavaScript folder - $YourRoot/DesktopModules/SunBlog/js.
  3. Replace the original one with the patch file – blog.common.js.

Note that you need to backup the original one at first. Hope it makes sense.

Blog your way and enjoy life. :)

The SunBlogNuke Team

Flashy Rotating 3D Tag Cloud Widget for DNN Blog

3D-Tags-Cloud

The vast amount of cool customizations maybe one of the reasons why people choose Ultimate DNN Blog Module - SunBlogNuke instead of using other blog services basing on DotNetNuke platform. Today what I would like to show you one of those cool things is tag cloud widget.

Copyright © 2009-2024 Ultimate DNN Blog Module - SunBlogNuke Powered by SunBlogNuke Corp