https://github.com/redtempo/dnnstuff.aggregator
A DNN Module for displaying content and other modules inside of tabs
https://github.com/redtempo/dnnstuff.aggregator
dnn dotnetnuke module tabs
Last synced: 7 months ago
JSON representation
A DNN Module for displaying content and other modules inside of tabs
- Host: GitHub
- URL: https://github.com/redtempo/dnnstuff.aggregator
- Owner: redtempo
- License: mit
- Archived: true
- Created: 2017-10-04T16:42:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T12:32:09.000Z (over 6 years ago)
- Last Synced: 2024-11-18T04:36:01.997Z (about 1 year ago)
- Topics: dnn, dotnetnuke, module, tabs
- Language: CSS
- Size: 1.33 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dnn - Aggregator - tabbed modules or content module. (Awesome DNN (DotNetNuke) [](https://github.com/sindresorhus/awesome) / Open Source Modules)
README
IMPORTANT: This project is not being maintained going forward. If you are interested in taking over this repo, please open an issue and I'll make arrangements for the transfer
# Aggregator (Tabbed Content) Module for DNN (DotNetNuke)
A DNN module that allows you to display tabbed content on your page
## Minimum DNN Version
Current releases support DNN 7.2.0 and later
## Documentation
[Documentation](https://redtempo.github.io/dnnstuff.aggregator/)
## Building Extension Package
To build a package for installing with the DNN extension installer do the following:
Drop to a command line and go into the build folder
Run ```build.bat [version] [configuration]```
where:
- version is the version formatted as major.minor.patch (ie. 01.04.05)
- configuration is the build configuration to use (Debug or Release)
Example:
- ```build.bat 01.04.05 Release``` will created a release build with version 01.04.05
All builds are written into the Build\Deploy folder