10 votes

uForum basics

uForum basics is a fork of the uForum code used to run on Our Umbraco, but has been refactored to fit a more generic scenario.

uForum basics uses ASP.NET membership, and should be able to support and membership provider that your site uses. You just need to implement a small interface (uForum.Businesslogic.Services.IMemberIdConverter) in order to convert the membership providers member ID (which is an Object) to and from a string. If you are using Umbracos own membership provider, then it runs out of the box.

Role based security is used to determine who are allowed to post/admin on a per forum basis. So you could have a forum that only a certain member group are allowed to post in.

The package requires Umbraco 4.5.x running on MS SQL server. It works with both the new and legacy xml schema.

 

Package owner

Morten Bock

Morten Bock

Morten has 2140 karma points

Package Compatibility

This package is compatible with the following versions as reported by community members who have downloaded this package:
Untested or doesn't work on Umbraco Cloud
Version 8.18.x (untested)

You must login before you can report on package compatibility.

Previously reported to work on versions:

Package Information

  • Package owner: Morten Bock
  • Created: 22/06/2009
  • Current version 1.0 Beta III
  • License MIT
  • Downloads on Our: 5.1K

External resources