Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

redtempo/dnnstuff.injectanything

Folders and files

NameName
Last commit message
Last commit date

Latest commit

56f0370 · Sep 11, 2019

History

40 Commits
Oct 30, 2014
Mar 16, 2018
Jan 21, 2016
Sep 27, 2017
Sep 27, 2017
Oct 30, 2014
Oct 5, 2017
May 10, 2018
Sep 27, 2017
Sep 27, 2017
May 10, 2018
Sep 27, 2017
May 10, 2018
Oct 30, 2014
Oct 30, 2014
Oct 30, 2014
May 10, 2018
Oct 5, 2017
Oct 30, 2014
Sep 11, 2019
Oct 5, 2017
Oct 30, 2014
Oct 30, 2014
Sep 27, 2017
Oct 30, 2014
Oct 30, 2014
Oct 30, 2014
Sep 27, 2017
Oct 4, 2017
Sep 27, 2017

Repository files navigation

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

Inject Anything Module for DNN (DotNetNuke)

A DNN module that allows you to inject javascript/vbscript/css into your page

Donate

Opensource at Red Tempo is done with spare time, nights and weekends. Please consider donating to help add new features and fix bugs for newer DNN builds

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