You are here Articles Archive
 
Viewing Category

Entries for the 'How-To' Category

28
Here is a quick script to determine the modules you are using and in which portals. You can run this in the Host|SQL module or download the free SQLVi...

[Read the rest of this article...]

Posted in: DotNetNuke, How-To
30
Just wanted to point out a very good article on creating a DotNetNuke Module if you are new to DotNetNuke. You can find it here.

[Read the rest of this article...]

Posted in: DotNetNuke, How-To
06
I just posted another example of Intermodule Communication for DotNetNuke. This one is a port of the original but in C# for all you bracket lovers :)&...

[Read the rest of this article...]

Posted in: DotNetNuke, How-To
11
One of the thing that has been causing me a little grief with the new DNN:Label control was that in FireFox, when a user is tabbing through the fields...

[Read the rest of this article...]

Posted in: DotNetNuke, How-To
26
I posted a quick example of how to implement Intermodule Communication using DotNetNuke 2 including source and private assembly. No registration requi...

[Read the rest of this article...]

Posted in: DotNetNuke, How-To
09

In the move to DotNetNuke 3.x, the core team has decided to support the new membership provider API that Microsoft is introducing in ASP 2.0. The new model brings enhanced functionality and extensibility to DotNetNuke, but it also removes much of the profile data from the Users table to a new table named aspnet_Profile. This has essentially removed access to this data from SQL queries and joins because it is no longer stored in individual fields like in DNN 2, but now resides in a blob type field instead. This article will show you how to get it back !

[Read the rest of this article...]

Posted in: DotNetNuke, How-To
15
If you've been noticing that the modules you are placing inside the Aggregator module are getting cut off on the right side in IE, here's a little rem...

[Read the rest of this article...]

15

Last night I decided to bite the bullet and upgrade to DotNetNuke 2.1.2. Everything went pretty smoothly so I decided I would share my approach. If you notice anything odd with the site, please let me know at support@dnnstuff.com

[Read the rest of this article...]

Posted in: DotNetNuke, How-To
11
OK, so admittedly calling this one a “HOWTO” may be giving the snippet delusions of grandeur. At best, it's a tip -- at worst, it's something self-ev...

[Read the rest of this article...]

Posted in: DotNetNuke, How-To
10

A quick example of the trivial syntax for handling Action menu events in the same module in which they're raised, without having to dig through the core to figure out how.

Posted in: DotNetNuke, How-To
Privacy StatementTerms Of UseCopyright (c) 2004-2010 DNNStuff