Advanced SiteLog
DNN core provides useful site log reports, such as "Page Popularity", "User Agents" and so on. But sometimes you want to customize some reports to meet special requirements and you want to no admin users to view those reports.
DNN core provides useful site log reports, such as "Page Popularity", "User Agents" and so on. But sometimes you want to customize some reports to meet special requirements and you want to no admin users to view those reports. Features: - Include DataSelector module to control several site log in one page.
- Include ModuleLink module to group several site log in one page.
- Allow no admin user to view site log reports.
- Admin user can deside which reports can be viewed.
- Export site log to text file that is csv style and can be opened by using Excel.
- Create and manage your own site log reports to meet various business requirements.
- Not modify DNN core and no more configuration.
- View the procedures for site log report installed by DNN core.
- Add, modify or delete your own site log report procedures.
- Three additional report types installed with this module.
|
|
Module Wrapper
Aggregate modules into dynamically generated table. You can build more complex pages by using this module.
Visit Module Wrapper living demo site: http://www.zldnn.com/modulewrapper
Demo1 Demo2
The basic function of Module Wrapper is to generate a dynamically table and inject existing modules into the cells of the table. The injected modules can be in any pages of the portal or even the host. The most recent version of Module Wrapper is 4.5.1. It can work properly with DNN 3.3+ and 4.3+.
Now you can build complex layout like below:

Feature:
- Configurable: You can set the number of rows and columns, column's width and row's height.
- Support nested layout building: Module Wrapper 4.0 supports row span and column span. You can create nest table. If you use version before 4.0, you can inject another module wrapper instance into a module wrapper to build more complex page.
- Support marquee: you can make each injected module rolling. The rolling zone’s height, width and rolling speed, direction can be set.
- Support manual scroll: scroll bars can be added to injected modules to save page space.
- Support localization
- Support Inter-Module Communication (IMC): you can enable/disable IMC. If the IMC is enabled, Module Wrapper instance becomes an inter-module event router.
- No need modify Dotnetnuke core, no more configuration.
|
|