By tag: DotNetNuke
0
kicks
Solving the Search Results problem when using the free MMLinks localiz
With the free MMLinks DotNetNuke module, you can replace your standard Text/HTML modules with fully localizable ones, localizing both the title and the Text/HTML part. With one slight defect: Since DotNetNuke's search indexer doesn't know anything about the localized titles, it insists on presenting...
0
kicks
Integrating the Lightbox JS 2.03.3 image overlay script with DNN
According to its creators, "Lightbox is a simple, unobtrusive script used to overlay images on the current page. It's a snap to setup and works on all modern browsers."
And it really does what they say. So, why not use it with DNN? The fact that it can also work with groups of pictures ...
0
kicks
DotNetNuke Inter-Module Communication or: How Your Modules Can Get The
DotNetNuke Inter-Module communication
0
kicks
CodeMash Open Space Podcast: Open Source on .net
From the recent CodeMash conference: an Open Spaces talk discussing Open Source software on the .net platform - and WebDevRadio just happened to be there and got it all on tape... err, digitally recorded.
0
kicks
Semi-Automatic DNN Module Installation Packages
This article details an alternative and efficient way to build DotNetNuke module installation packages from within Visual Studio.
0
kicks
Installing DotNetNuke 4.8.0 for the first time
This article is for someone who would like to install their dotnetnuke installation for the first time. It provides screen shots and some basic steps for consideration during the installation.
0
kicks
How to Programmatically Add and Remove Modules From DotNetNuke Pages
How to programmatically add and remove module instances to and from pages in your DotNetNuke site.
0
kicks
Programmatically Creating DotNetNuke Pages
We will be exploring the DotNetNuke.Entities.Tabs namespace and using classes from that namespace to programmatically add pages to your DotNetNuke site from within a module.
0
kicks
Let'sTalk DotNetNuke User Personalization
How to read and write unique values for each DotNetNuke user of your module.
0
kicks
Common DotNetNuke Module Page Tasks
How to modify data inside the <head> section of the DotNetNuke page. How to work with the DotNetNuke page URL.How to store and retrieve settings for an instance of your module.
0
kicks
Getting locked out of DNN's login page
One common accident while developing DNN portals is to change DNN's default login page through the Site Settings page. This is ok, as long as the new page you set contains a user login module. But if the new page does not, you usually get "locked out" of DNN, not being able to login since ...
0
kicks
Testing the ISearchable interface
When you create a DotNetNuke custom module you often have to implement the ISearchable interface which allows you to integrate your module's data in DotNetNuke's Search indexer so that they are available when a user performs a search on your portal.
0
kicks
DNN 4.6 Released
The DNN team have just released version 4.6 of Dotnetnuke. Quite a few enhancements have been made as well as bug fixes so it is well worth checking out.
0
kicks
Upgrading a DotNetNuke Site to 4.5.5 from 4.x
A great tutorial on how to upgrade a site from DotNetNuke 4.x to 4.5.5.