Git Product home page Git Product logo

dnnstuff.aggregator's Introduction

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

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

dnnstuff.aggregator's People

Contributors

richard-edwards avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dnnstuff.aggregator's Issues

DNN9 Support?

Hello,

I wanted to reach out to see if the recent version posted supports DNN9?

Thanks!

DNN 4.9.5

Is there any chance that there is a version hidden in your closet that will run on DNN 4.9.5?

Cheers!

RSS classes missing from source

If you try to build the solution in Release mode, you get several errors about undefined classes, including:

  • RssItem
  • RssDocument
  • Several RegularExpression members

I'm guessing that those files were never included in any previous check-in. Often times I see that happen due to the local or global gitignore having unexpected exclusions.

Steps to Reproduce this Issue:

  1. Clone the repository to a new (empty) folder.
  2. Update the build location to be in a local folder (no one else will have your .../sites/Dnn7 folder path).
  3. Update the SaveServerSettingsInUserFile setting in the project file to be True (for the same reason as #2).
  4. Open the solution in Visual Studio 2017.
  5. Build the solution in Debug mode. (Surprisingly no issues the first time.)
  6. Build the solution in Release mode.

Expected Behavior:
The module solution builds and the resulting DLL's are placed in a local folder.

Actual Behavior:
There are several errors about unknown types and the solution can't finish building.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.