Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YAFNET/YAFNET-DNN
YAF.NET (aka Yet Another Forum.NET) v3 for DNN
https://github.com/YAFNET/YAFNET-DNN
Last synced: about 1 month ago
JSON representation
YAF.NET (aka Yet Another Forum.NET) v3 for DNN
- Host: GitHub
- URL: https://github.com/YAFNET/YAFNET-DNN
- Owner: YAFNET
- License: apache-2.0
- Created: 2013-08-18T02:09:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T06:01:19.000Z (8 months ago)
- Last Synced: 2024-04-12T14:19:10.091Z (8 months ago)
- Language: C#
- Homepage: https://yetanotherforum.net/
- Size: 26.7 MB
- Stars: 20
- Watchers: 9
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-dnn - YAF.NET - Yet Another Forum.Net - (by: @YAFNET) (Awesome DNN (DotNetNuke) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Open Source Modules)
README
![YAFLogo](https://raw.githubusercontent.com/YAFNET/YAFNET/master/yafsrc/YetAnotherForum.NET/wwwroot/images/Logos/YAFLogo.svg)
**YetAnotherForum.NET** (YAF.NET) ASP.NET Open Source Forum solution! The **YAF.NET** project is an international collaboration of like-minded, skilled, and creative individuals who are striving to make **YAF.NET** the most robust and malleable forum solutions available.
![license](https://img.shields.io/github/license/yafnet/yafnet)
### Features
[Full Feature List](https://github.com/YAFNET/YAFNET/wiki/YAF.NET-Features).## DNN® (DotNetNuke) Module
This is the DNN Module Version of YetAnotherForum.NET which runs YAF inside a Module (DotNetNuke 09.13.03 or higher).An Example Forum running the current Version can be found here
http://watchersnet.de/Service/Forum.aspx
### Screen Shots
![mainscreen](https://yetanotherforum.net/images/main.png)
![forumsscreen](https://yetanotherforum.net/images/forum.png)
![topicsscreen](https://yetanotherforum.net/images/topic.png)
Admin Control Panel
![adminpanel](https://yetanotherforum.net/images/admin.png)There is also a Second Child Module the *YAF.NET Forums What's New* Module which shows The Latest Posts in a List
![whatsnew](http://www.watchersnet.de/Portals/0/screenshots/dnn/ScreenshotYafLatestPosts.jpg)### Getting Started with Development
This project is dependent upon the parent solution, YAFNET. This requires that the steps you follow be specific.
1. Create a local directory for your project o live, such as C:\dev\YAFDev\ (just an example path).
2. Fork this YAFNET-DNN project into your account and then clone it into the local folder you just created. There should now be a C:\dev\YAFDev\yaf_dnn\ folder, as well as a README and other Git files.
3. (Optional) Attach an upstream to this YAFNET-DNN project in Git.
4. Download a copy of the netfx branch of [the YAFNET project](https://github.com/YAFNET/YAFNET), and extract to the main folder. The resulting path should be C:\dev\YAFDev\yafsrc\.
5. Open and then build the YAFNET solution.
6. Open and then build the YAFNET-DNN solution.Congratulations! You're now ready to begin development.
### Support
If you have any questions, please visit the YAF Community Support forum: [https://forum.yetanotherforum.net](https://forum.yetanotherforum.net), or visit the Wiki for More Informations.## License
Yet Another Forum.NET is licensed under the Apache 2.0 license.