Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markmcavoy/ShoutboxSPA
DNN 8 Shoutbox SPA Module
https://github.com/markmcavoy/ShoutboxSPA
Last synced: about 1 month ago
JSON representation
DNN 8 Shoutbox SPA Module
- Host: GitHub
- URL: https://github.com/markmcavoy/ShoutboxSPA
- Owner: markmcavoy
- Created: 2016-01-31T20:59:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-07T21:49:59.000Z (almost 9 years ago)
- Last Synced: 2024-08-03T22:03:05.943Z (5 months ago)
- Language: C#
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-dnn - DNN 8 Shoutbox SPA Module - (by: @markmcavoy) (Awesome DNN (DotNetNuke) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Open Source Modules)
README
# ShoutboxSPA
This is a DNN 8 module using the SPA pattern. Written using AngularJS this module creates a shoutbox/chat style module.
Features include
- Content auto refreshes with any new posts, replies or votes
- Profanity Check on all post
- Spam control on the new posts, replies and voting
- Support for anonymous posting
- Uses the Quicksetting DNN pattern
- Support for DNN profile images or gravatar images
- Supports exporting/importing
- Supports searchable data# Getting The Module
The releases page contains the latest package which you can just install in your DNN 8+ portal.#Compiling The Code
The code is written in C# using Visual Studio 2013, you can download the source from here. The source code should be placed in the /DesktopModules folder of
your DNN8 install. From there you can open the project in VS and compile.Additionally you can also create a package directly using the NANT commandline build file. You need to install NANT and NANT Contrib to get this
to work.
In the /build folder double click nant64.bat then type `nant package` to create the zip package in the folder /packageYou can also just run `nant build` to have the dll compiled.
#Demo Video
[View the demo on YouTube](https://www.youtube.com/watch?v=70FC67q-0dI)#Getting Started
[Read the getting started guide](https://github.com/markmcavoy/ShoutboxSPA/wiki)