Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DNNCommunity/DNN.Vendors
The Vendors module project allows admins to manage Vendor relationships and add Advertising banners to their site.
https://github.com/DNNCommunity/DNN.Vendors
dnn dnncms dnnplatform dotnetnuke hacktoberfest
Last synced: about 1 month ago
JSON representation
The Vendors module project allows admins to manage Vendor relationships and add Advertising banners to their site.
- Host: GitHub
- URL: https://github.com/DNNCommunity/DNN.Vendors
- Owner: DNNCommunity
- License: mit
- Created: 2015-09-02T15:00:21.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-26T07:50:52.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T22:01:43.910Z (5 months ago)
- Topics: dnn, dnncms, dnnplatform, dotnetnuke, hacktoberfest
- Language: C#
- Homepage:
- Size: 8.61 MB
- Stars: 7
- Watchers: 21
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dnn - DNN.Vendors
README
# DNN.Vendors
The Vendors module project allows admins to manage Vendor relationships and add Advertising banners to their site.## To build this module
- Clone this repository to the DesktopModules folder of a local Dnn website.
- Open the solution file (.sln) in visual studio
- In the build/debug dropdown, pick `package` and click run
- An installable package will be created in the `artifacts` directory
- Use DNN extensions to install that extendion## To rebuild/debug the module
- Changes to static files like .ascx or .js file need nothing to be done
- If compiled code is updated, simply pick `deploy` in the debug dropdown and start debugging
- Attach to the website process to be able to hit a breakpoint