Contents tagged with DotNetNuke Modules
-
Customizing the latest Module Dev Project Templates
With the 2.0 release of my module development project templates last week I’ve had a few inquiries into how to customize the templates. You can download the templates from http://christoctemplate.codeplex.com/
-
New Visual Studio 2012 Project Templates for DotNetNuke
-
DotNetNuke Sessions at the 2012 St. Louis Day of .NET
-
Using dnnModal.show in your modules and content
One thing that was added in DotNetNuke 6 but hasn’t been covered in great detail is a method called dnnModal.show. Calling this method is fairly straight forward depending on your need, but before we get into how to call/use the method, let’s talk about what it does first.
-
Adding a website link to the Member Directory in DotNetNuke 6.2
In case you missed it, DotNetNuke 6.2 was released today, check out Will Morgenweck’s blog post for more details on the release.
-
Come speak at DNN World 2012 in Orlando, FL
We’re in full swing for planning and preparations for DNN World 2012 this October in Orlando Florida. Our call for speakers is open for a couple of more days (5/5 I believe).
-
Getting ready for DotNetNuke Module Development
Tomorrow morning I’ll be delivering one of our free DotNetNuke Explained web seminars, the 4th in our series of 6. This seminar is for Basic Module Development, in which I will show you how to quickly get up and running with custom module development for DotNetNuke.
-
DotNetNuke Webinar for Open Source Developers 1/26
Scott Willhite recently announced the following free webinar for open source developers interested in learning more about posting projects in the DotNetNuke Forge.
-
Part 7: CommunityServer to DotNetNuke handling URLs
So this is Part 7 of my CommunityServer to DotNetNuke blog series, unfortunately it is well over 7 months late, but better late than never I say.
-
Using jQuery in your content to add some flare to your DotNetNuke website
With all of the changes to DotNetNuke 6, a lot can be lost in the fact that you actually maintain the content of your website, and while the maintenance UI has changed, the content that you present is still up to you. A CMS can only do so much for displaying you content, if you want to do some fancy things, branch out of your standard HTML.
-
Two new releases for DotNetNuke 6
If you didn’t hear the news, DotNetNuke 6.0.1 was released yesterday, check out Joe’s blog post for more details.
-
A new free video series, DotNetNuke Module Development
If you haven’t checked out the DotNetNuke Video Library lately, you really should, there is a lot of great content in there. I just uploaded 5 new videos as part of a new series that I am recording.
-
Wrapping up the Community Server to DotNetNuke Blog Series, next week!
I had hoped to finish up my Community Server to DotNetNuke blog series tonight, but I realized there is just too much less to cover!
-
A couple of new open source releases from yours truly
Over the past few weeks I’ve been feeling awful open source like. We come from an open source background, and we, DotNetNuke Corporation, are still very very committed to stick with those roots. So I put together a couple of releases for projects I work on, and created a new project as well.
-
DotNetNuke Training Program Update and Changes
For those of you who don’t know, I’ve been here at DotNetNuke Corporation now for just over 14 months. In May 2010 we started offering our DotNetNuke Training webinars on a regular basis, this program has been rather successful in it’s first year.
-
Adding Facebook Comments using Razor in DotNetNuke
The other day I posted on how to add the new Facebook Comments to your DotNetNuke website. This worked okay for basic modules that only had one content display, but for a module like DNNSimpleArticle this didn’t work well as the URLs for each article didn’t come across as individual URLs because of the way the Facebook code is formatted. When displaying the Comments I also only wanted to show them on individual articles, not on the main article listing.
-
Integrating Facebook Comments into your DotNetNuke Pages
Last week Facebook announced a new feature that websites can use to get Facebook Comments onto their web pages. I thought this was interesting as I have a few car racing sites that are using Forums, but also have the DNNSimpleArticle module for main page content. The forums are active, but the DNNSimpleArticle module doesn’t allow for comments as of right now (or in the foreseeable future) so I started to look into the Facebook comments a bit.
-
Scrubbing a DotNetNuke Database for user info and passwords
If you’ve ever needed to send a backup of your DotNetNuke database to a developer for testing, you likely trust the developer enough to do so without scrubbing your data, but just to be safe it is probably best that you do take the time to scrub.
-
Part 4, Getting the conversion tables ready for CS to DNN
This is the fourth post in a series of blog posts about converting from CommunityServer to DotNetNuke.
-
Part 3, Converting users from CommunityServer to DotNetNuke
Two updates on the series in two days? Woah! So before you get into Part 3 of my CommunityServer to DotNetNuke series catch up if you haven’t read the previous posts.