Core Modules

Snippets


Core Modules

DotNetNuke Core Modules

NO Image:
21
You can use NotificationsController.Instance.SendNotification method to send notifications. Here is an example:   public void ...

[Read the rest of this article...]

DNN, Notification Controller
11
<add key="UpdateServiceUrl" value="https://dnnplatform.io" /> Thanks Mitch Sellers! DNN Update Service URL
Posted in: DNN, Core Modules
11
Bootstrap Styling of DNN Reports Module Grid Visualizer
Very easy . . . just add the following to the CSS Class setting of the Grid Visualizer table table-striped table-bordered table-list Bootstrap
Posted in: Core Modules
11
Standard CSS classes used by DotNetNuke: Class Usage CommandButton ...

[Read the rest of this article...]

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
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...]