DNN

Snippets


DNN

 www.DNNSoftware.com DNN DotNetNuke

NO Image:
07
The Search Skin Object has 3 important attributes:   Attribute Values Defaul...

[Read the rest of this article...]

Skin Object
Posted in: DNN, Skin Objects
14
string htmlHeaderTags = null; LiteralControl htmlHeaderCtrl = new LiteralControl(); htmlHeaderTags = "<base target=\"_self\">"; htmlHeaderCtr...

[Read the rest of this article...]

19
Check to verify if an e-mail address has been previously registered: public bool LookupEmail(string EmailAddress) {  try  {   ...

[Read the rest of this article...]

DNN User Account
11
Standard CSS classes used by DotNetNuke: Class Usage CommandButton ...

[Read the rest of this article...]

31
PROCEDURE: This article tells you how to shrink a DotNetNuke database’s log file via Microsoft’s SQL Server Management Studio. 1) Lo...

[Read the rest of this article...]

ldf, logfile, sql log, truncate, shrink database, full transaction log error
27
To capture the IP address of the user submittings a DNN Form and List form add a new column called "IP Address", type = Text, Display on Lis...

[Read the rest of this article...]

Form and List, FNL, UDT, User Defined Table
Posted in: DNN, Core Modules
21
DNN module skin container settings are stored in the TabModules table. Use the following SQL statement to reset all containers: update TabModules s...

[Read the rest of this article...]

31
In DotnetNuke Localization support, every resource key (in APP_LocalResources or APP_GlobalResources) should end with an extension. resourceName.T...

[Read the rest of this article...]

Posted in: DNN, Custom Modules
30
So, if you are using DotNetNuke 5.4.1 you already have a cool alternative to default text html editor. Yes i am talking about Telerik RAD Editor. It r...

[Read the rest of this article...]

Posted in: DNN
10
Here's a great sql script to use for the DotNetNuke Reports Module: Select --   AU.Username,    U.FirstName,   ...

[Read the rest of this article...]

Page 5 of 6First   Previous   1  2  3  4  [5]  6  Next   Last