Stories recently tagged with 'DNN'

Free DotNetNuke Modules: Part 1(kevinlawry.wordpress.com)

submitted by klawryklawry(130) 1 year, 10 months ago

Links to download dozens of free DotNetNuke modules. This is Part 1 of an upcoming series. Users are encouraged to share their favorite free DNN modules for inclusion in future articles. read more...

add a comment |category: |Views: 15

tags: another

Using page titles instead of names on the DNN breadcrumb skinobject(dnnuke.blogspot.com)

submitted by sotirisfsotirisf(315) 2 years, 1 month ago

Simple, but useful. A fellow developer needed to use the page title (and not the page name which is the default) on the breadcrumb skinobject of his skin. The reason was that his menu had limited real estate so he had to keep names short, but he needed to give more information on the navigation breadcrumb. read more...

add a comment |category: |Views: 14

tags: another

Displaying a “no search results” message on DNN search results page(dnnuke.blogspot.com)

submitted by sotirisfsotirisf(315) 2 years, 1 month ago

n earlier (4.x) DNN versions, when you make a search and it yields no results you are presented with an empty search results page – without any message. It’s silly, but nobody ever included this as a feature. read more...

add a comment |category: |Views: 20

tags: another

Some Bugs and Fixs After Upgrade DNN from 4.9.5 to 5.1.4(hcjsg.com)

submitted by IscNetIscNet(70) 2 years, 7 months ago

System.Web.Script. Serialization. JavaScriptObjectDeserializer. DeserializePrimitiveObject & iFinity.DNN.Modules.GoogleSiteMap not working... read more...

add a comment |category: |Views: 11

tags: another

Persisting large values in Module Settings when creating a custom modu(dnnuke.blogspot.com)

submitted by sotirisfsotirisf(315) 3 years, 4 months ago

So you want to create a simple custom module. At first, it seems easy. Just two or three settings to take care of, no need for complicated, custom tables and unistall/uninstall scripts. DNN's built-in module settings API seems to be enough. But suddenly, needs grow a lot. There are some large values you need to store and the ModuleSettings table won't allow large chunks of information per row. It seems that you have to switch to a custom table which will be holding your settings... read more...

add a comment |category: |Views: 2

tags: another

Resolving "fileid=xxx" field values to actual file paths (dnnuke.blogspot.com)

submitted by sotirisfsotirisf(315) 3 years, 4 months ago

Following a previous article of mine, The dbo.tabs.IconFile field issue, I would like to share an easy way to resolve any field that holds values of the type "FileID=xxx" (where xxx is the primary key of a record in the Files table) into the actual file path. This is especially useful when you deal with the IconFile field in the Tabs table, as well as with fields of type Image in a User Defined Table, and probably in a lot more places too. read more...

add a comment |category: |Views: 12

tags: another

How to enable - disable caching programatically and on demand(dnnuke.blogspot.com)

submitted by sotirisfsotirisf(315) 3 years, 4 months ago

Sometimes, when you're doing something programmatically, like moving tabs around, you really don't want caching in your way in any form, since there's a great danger it'll affect the outcome. For some reason, programmatically clearing the cache may not be enough - you just don't need any caching around when you do certain stuff, and you don't want to oblige any host user to manually clear the cache. Here's a really simple way to disable caching programmatically. read more...

add a comment |category: |Views: 68

tags: another

DotNetNuke container customized(amrelgarhytech.blogspot.com)

submitted by amrelgarhyamrelgarhy(825) 3 years, 8 months ago

ou will find in the following zipped file the default Image Header - Color Background container but I made customized it to use div instead of tables. read more...

add a comment |category: |Views: 16

tags: another

DotNetNuke skin customized(amrelgarhytech.blogspot.com)

submitted by amrelgarhyamrelgarhy(825) 3 years, 8 months ago

You will find in the following zipped file the default DNN-Blue skin but I made customized it to use div instead of tables and to be 4 columns instead of 3. read more...

add a comment |category: |Views: 13

tags: another

Solving the Search Results problem when using the free MMLinks localiz(dnnuke.blogspot.com)

submitted by sotirisfsotirisf(315) 4 years, 2 months ago

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 the default, non-localized module title in the Search Results page (that would be "MMLinks" if you leave it intact). read more...

add a comment |category: |Views: 28

tags: another

DotNetNuke 4.8.1 has been released(learnmsnet.com)

submitted by omacdonomacdon(110) 4 years, 3 months ago

DotNetNuke 4.8.1 has been released to the masses. read more...

add a comment |category: |Views: 2

tags: another

Semi-Automatic DNN Module Installation Packages(mitchelsellers.com)

submitted by hismightinesshismightiness(549) 4 years, 4 months ago

This article details an alternative and efficient way to build DotNetNuke module installation packages from within Visual Studio. read more...

add a comment |category: |Views: 37

tags: another

Installing DotNetNuke 4.8.0 for the first time (learnmsnet.com)

submitted by omacdonomacdon(110) 4 years, 4 months ago

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. read more...

1 comment |category: |Views: 74

tags: another

Getting locked out of DNN's login page (dnnuke.blogspot.com)

submitted by sotirisfsotirisf(315) 4 years, 8 months ago

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 there is no way to get to the login page again. read more...

add a comment |category: |Views: 51

tags: another

Testing the ISearchable interface (dnnuke.blogspot.com)

submitted by sotirisfsotirisf(315) 4 years, 8 months ago

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. read more...

add a comment |category: |Views: 31

tags: another

DNN 4.6 Released(dotnetnuke.com)

submitted by johnmanjohnman(1280) 4 years, 8 months ago

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. read more...

1 comment |category: |Views: 1

tags: another