We are pleased to present below all posts tagged with 'dnn6'. If you still can't find what you are looking for, try using the search box.
After the acquisition of Active Modules by DNN (formerly DotNetNuke) Corp, the position of original Forum module had been replaced by the Active Forums Module and the status of development looks stopping currently. No any updates or activity – in my opinion, it will be dead in the end later. Unfortunately, some our websites are still building by DNN Forum Module and we don’t want to switch it to Active Forums Module because its features are enough for us and changing will be a potential risk with time or more works.
Actually it may be a great opportunity to get started a totally new/customized project for DNN Forum. We just want to make it live always and are able to add new features or enhance some pending issues. Well, let us get ahead. We will launch the customized forum project in GitHub(DNN Core Framework had been moved to GitHub, as share in this post DNN Nightly Builds) and it will be Open Source Project always there.
You can take a look at how it action here – Forum Community for SunBlogNuke.
All right, if you want to have any thoughts about this topics, such as advices about this behavior, sponsor us with buying coffee for us, please feel free to let us know. Thanks a lot.
DotNetNuke® Forum is a full featured module used for managing forums and email notification of posts on your DNN site.
DotNetNuke® Forum in CodePlex
Ever Official website of DotNetNuke Forum Project
Yesterday I encountered one strange behavior on DNN 6.2.9 - DNN Mega menu dropdown is only visible to work when I login with admin/host account but the registered users doesn't see it. In the first looks, it should be caused by some jQuery plugin not registered correctly. After investigation a while, we found that the jQuery hoverIntent is the problem and we have to manually register it in our skin in default. Some code snippets below looks helpful:
<script runat="server"> protected override void OnInit(EventArgs e) { DotNetNuke.Framework.jQuery.RequestRegistration(); if(!Request.IsAuthenticated) { var scriptPath = ResolveUrl("~/Resources/Shared/Scripts/jquery/jquery.hoverIntent.min.js"); //for mega menu we need to register hoverIntent plugin, but avoid duplicate registrations Page.ClientScript.RegisterClientScriptInclude("hoverintent", scriptPath); } base.OnInit(e); } </script>
However, there is an elegant workaround to fix this issue – the core jQuery skin object is your better choice.
<%@ Register TagPrefix="dnn" TagName="JQUERY" Src="~/Admin/Skins/jQuery.ascx" %> <dnn:JQUERY ID="dnnjQuery" jQueryHoverIntent="true" runat="server" />
The following properties for the skin object can be set to True/False (False by default):
Resources links:
Reusable DotNetNuke jQuery Plugins
http://www.dnnsoftware.com/wiki/Page/jQuery
I’m pleased to announce that the SunBlogNuke 6.0 Technology Preview is now available for download. Keep in mind that this is not intended to be a production quality release. You are sure to find many bugs and features that are not ready for prime-time. The purpose of a release like this is to have an opportunity to collect feedback about new features. This is especially important when we are building new features that impact the overall user experience and interface. Continue reading to learn more about some of the exciting new features coming in SunBlogNuke 6.0.
As you know, the DNN 6.2 Social API enables developers to write applications that access and control the activity feed, user relationships, social groups, user profiles and notifications. Quickly these are modules (not distributed with the core) that are integrated with new 6.2 features (relationships, journal, notifications, services framework, etc.), such as Active Forums 5.0 & DotNetNuke Q&A 1.x. Now our ultimate dnn module - #SunBlogNuke will be one member to embrace those social features, especially for the journal activity stream. Let us go through how to apply it now.
I hope everyone is having a good morning! Today we are glad that SunBlogNuke v5.2 is available for free upgrade, which is totally compatible with new generation DotNetNuek 6.2. Following the social trend of dnn core framework, we also embraced Social Networking features and implemented social aware application with SunBlogNuke. In this building, we introduced lots of bigger changes, such as implemented "Post Thumbnail" feature & integration with our brand new gallery module - GalleryPlus, supported Open Graph meta tags & more popular social services, added ability to tweet your post status etc. Now let us dive into details about those fantastic changes.
As Day of DotNetNuke Charlotte 2012 coming soon and the dnn 6.2 will be released in May 15. We would like to be ready for this important updates with a ton of new capabilities, more excellently for us is that it includes two huge areas: social and service framework. In order to make everything run well, yesterday we began to upgrade our dnn website sunblognuke.com with stable core framework version 6.1.5 firstly. It took some hours to complete the whole upgrade process, including some fixes & UI adjustments. In this post we will share a bit around the growing pains that were experiences throughout the process and hope it helps with everyone, who also like to upgrade their dnn website.
Finally the SunBlogNuke 5.0 is available to free upgrade today and it will be first version of next generation blog optimized for DNN5 & DNN6. In this building we completed few critical performance optimizations with cache mechanism and enhanced admin panels with uniform UI for better user experience, for example, we provided a new dashboard, which allows you to see the both published and draft posts, categories, tags, and comments pending approval at a quick glance.
Major Highlights in v5.0:
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. We hope that with this generation dnn blog module you can enjoy the blog writing and it will make your life better; plus if you have any good advice about our products, please feel free to leave a comment or contact us.
The SunBlogNuke Team
If you are finding a highlight solution to display pictures on your DNN website, the Gallery Plus module will be exactly what you need. It is ultra photo gallery framework built on top of DotNetNuke(DNN) platform. The aim is to simplify the process of creating professional image galleries and slideshows for the dnn website. Out of the box, you can manage your albums & photos; plus feel free to build your own customized interface by lots of external resources without any complicated code, such as any jQuery gallery & slider plugin you can find.
I hope everyone is having a good morning! Today we are glad that SunBlogNuke v4.7.5 is available for free upgrade, which is compatible with new generation DotNetNuek 6. In this building we just introduced little updated but focus on some issues, such as supported IP field in the comment entity & integrated with Comments+ module seamlessly. As I mentioned in the last post - Important Fixed Version 4.7.2 for SunBlogNuke, in the upcoming v5.0 we will utilize lots of core APIs & awesome features introduced from DNN5+ & DNN6, such as Taxonomy. Hope making it much easier to build and maintain Web sites with our blogging product.
Major Highlights in v4.7.5:
You can get it here. Blog your way and enjoy life. :)
Senior developer for dnn solution & founder of ultimate dnn blog module - SunBlogNuke, which is the best publishing tool for DotNetNuke (DNN) websites, with a focus on simplicity, ease of extensibility, web standards and usability. It includes a great suite of modules for blogging on your DNN site.
Re: DNN7 Blog Integrated with ModuleSearchBase
B- please FIX the bugs...driving me nuts!!!! Error: Edit blog entry is currently unavailable. DotNet...
-- kkuhns
Re: Fighting DNN Bugs Ⅱ: Why Can't Remove Google Analytics
Thanks a lot for your reference and it should be helpful for community guys. :)
-- Baldwin
please ensure you log any bugs to http://support.dnnsoftware.com - i searched and couldnt see this one...
-- Cathal
Re: Build DNN Rotator with GalleryPlus
How do you place the gallery within a blog entry. I saw in the below demo that a token was used ([SL...
-- Mary
Re: Enhance DNN Article Footers with Author Profiles
Please make sure that the bio field of this current host user is visual to public(you should find it...
I'm trying to get the bio to show up for a host user but it comes up blank. Can you replicate this issue...
-- Lucas
Re: [Kudos]DotNetNuke Blog Module In Depth Review
Yes, the latest package is absolutely compatible well with DNN7 and the performance was enhanced a lot...
Is it compatible with DNN 7
-- swayam
Re: SunBlogNuke 6.0 Technology Preview
No, actually the v6.0 had been available to downlaod for upgrade - http://www.sunblognuke.com/blog/entryid...
this article says that version 6.0 is not for production use. the article is from may 2013... is sun...
-- pekai
The opinions expressed here in are my own personal opinions and do not represent my employer's view in anyway.
© Copyright 2009 - 2024