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 'blogging'

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

Fixed package v5.4 of SunBlogNuke

I hope everyone is having a good morning! Today we are glad that SunBlogNuke v5.3 is available for free upgrade.

In this building, we focused on fixing lots of issues introduced from v5.x, such as upload thumbnail button not clickable and avatar not resolved correctly. If you ever upgrade with older v5.x, we recommended that you should upgrade this stable package. In a couple of days, we will collect more feedback about this building and if possible we may repackage it with more small fixes. So please pay close attention to our announcements/updates. Thanks a lot for your trust on our dnn products.

Major Highlights in v5.3:
Min dnn version required: dnn 5.3.1

  • ENH - SEO enhancements with archives views.
  • FIX - date token issue in the content slider widget with multiple languages environment.
  • FIX - bugs "delete action show for blog contributors role" and "not all email notify templates show in the admin panel".
  • FIX - script conflict with jQuery and made Admin bar as well as the various module Admin action buttons all disabled.
  • FIX - resolved thumbnail url issue and upload button not clickable.
  • FIX - url not found when shared with 'LinkedIn' item of social widget.
  • Lots of other small fixes

The complete details for all of the changes can be found in the Release Notes.

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

The SunBlogNuke Team

Fixed reCAPTCHA issue with SunBlogNuke

PS: now you can simply upgrade SunBlogNuke with the latest package to exclude this bug.

Currently  some clients raised some problems with error information "That assembly does not allow partially trusted callers" when visiting the post detail page of our dnn blog module - #SunBlogNuke. After looking into the issue, it looks that the Google reCAPTCHA control dose not work with partially trusted callers. To fix it, please try out the following ways:

1) Please open your web.config file and find out the <trust> element. If it is open please modify the level attribute as 'High' or simply remove the <trust> element with commenting it:

Original may like that:

<trust level="Medium" originUrl=".*" />

Modified it like that:

<trust level="High" originUrl=".*" />

or comment it like that:

<!-- <trust level="High" originUrl=".*" /> -->

     If you are in a shared hosting environment, you may need to talk to your hosting provider, some providers may not allow you to run in Full Trust mode.

2) Another solution may require a upgraded assembly for Google reCAPTCHA control. Please refer to this post in details http://code.google.com/p/recaptcha/issues/detail?id=100. Just download the fixed assembly and replace the original one in the bin folder of your website.

Hope it helps if you encounter the same issue. If you have any question please leave your comments or raise it in our forum. :)

Similar resource links:

http://www.dotnetnuke.com/Resources/Forums/forumid/136/postid/143336/scope/posts.aspx

Blogging DNN on iPhone/iPad with SunBlogNuke

dnn blogging

Now mobile devices are essential tool for our life & work, such as iPhone & iPad. So it will be excellent if you can blog on the go with those devices, sharing any ideas or photos from anywhere and keeping your loyal blog readers engaged from your interesting things - that means you work pretty much everywhere. Do you like this very comfortable way of living? Let us show you how to blogging dnn blog module - SunBlogNuke on iPhone/iPad with the awesome app – BloggerPlus.

Social Bookmarking for DNN Blog - SunBlogNuke

ShareThis

When it comes to Blogging, traffic is the main factor and it can be gained by many strategies. Meanwhile, traffic depends on number of factors however "Social Bookmarking" is the most important and common factor. So you can get a lots of traffic by joining popular Social Bookmarking sites, such as Twitter, Facebook, Digg & new cool Google+. The Ultimate DNN Blog Module – SunBlogNuke supports the social bookmark feature from the beginning, with which your readers easily share your blog post on the famous social bookmark services around the world. Today we would like to show you how to active it and implemented customized "ShareThis" bookmark widget in DNN blog.

Build DNN Multiple Blogs with Multiple Authors

As more and more clients requested the tutorial how to set up multiple blogs or blogging with multiple authors in the same blog, here we list what the raised requirements are and how to work around them in the Ultimate DNN Blog Module – SunBlogNuke. Hope it helps. 1) Multiple blogs Question: "I was wondering if we can add this instance of module in 2 different pages in the same portal. The two modules should have different blogs, which means module1 on page1 shouldn't show blog contents of module2 on page 2 and vice-versa. Would that be possible?" Solution: Yes, you can build multiple blog instances in different pages with different contents. Just add it and assign them in the edit blog panel with specific tab (page). Please refer to the tutorial in detail - Setting up Multiple Blogs. 2) Multiple authors Question: "We would like to use the blog module in a team environment where anyone on the team could post an entry to the same blog. The individual user should be credited as the aut ...

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!

Quick Update with Fixing the Embed Tag Issue

Hello, I hope everyone has been having a good weekend! 

It's been a few weeks since my last post, and although we don't quite have any releases to tell you about yet, everyone here at our team has been working very hard on updates to Ultimate DNN Blog Module – SunBlogNuke.  We are as anxious to release new features as you are to have them, but our goal is to never sacrifice quality for speed. In the mean time, we appreciate your patience!

Now I would like to gladly inform you that we made a quick update for the fixed version 3.5.8 SunBlogNuke. This version includes some minor fixes like rolling back the option [SupportFormat] for Content Slider Widget, fixing the embed tag issue and fixing issue where post count not correct showing in monthly archive view. Those issues may exist in the v3.5.x and we recommend that you have better to upgrade for fixing them in your website.

You can get it here. Enjoy blogging and good writing! :)

The SunBlogNuke Team

[Kudos] SunBlogNuke sufficient for my blogging aspirations

The basic blogging module in DNN was not sufficient for my blogging aspirations. I found SunBlogNuke, tried it out, and am very happy with module. It has great features and I especially like the admin dashboard for the module.

Julie Heinrich (JulieHeinrich.com)

[Kudos] SunBlogNuke brings WordPress-level blogging capabilities to DotNetNuke

SunBlogNuke brings WordPress-level blogging capabilities to DotNetNuke. I have only found one feature missing that I felt was important, and the developer added it practically overnight. I even have my blog integrated with several of third-party services via the MetaWeblog API. If you need a blog on your DNN site in a flash and the core module doesn't give you just what you need, then buy SunBlogNuke!

Bruce Onder(www.bruceonder.com)

Transfer Showcase Gallery with SunBlogNuke

Today we demonstrated the DNN Blog Module case study here and would like to let us know that actually you also build the gallery with SunBlogNuke, like wordpress. With SunBlogNuke, our showcase gallery owns more killer features, especially Web 2.0, like tags, facebox effect, social bookmark etc. Also with Window Live Writer integration, we are able to manage those showcase posts easily and efficiently. Please let us show you how it action.

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