No luck!

There's no project that matches .

Maybe it doesn't exist, maybe it hasn't been approved yet. After all, it does take community kudos from at least 15 people to make it inside this repository

Blackpoint Member Admin Install package

Project owner:
Tommy Poulsen
Package downloads
4601
Package karma
24
Compatibility:
This project is compaitible with
.NET Version: 4.0
Supports Medium Trust: No
Created:
09 January 2011
Is Stable:
Project is stable
Current version
0.4
License
MIT

 

======================================
        Blackpoint MemberAdmin
======================================

Dashboard control for querying and modifying members.

Features:
* Querying by group membership
* Normal searching by name or email
* Searching by custom Member type properties
* Export of members to csv-file (from v. 0.3)
* Bulk deletes on selected members
* Bulk re-grouping of selected members

Support native Umbraco member db, and partly Examine and membership providers.
Requires .Net 3.5 / 4.0

Current versions:

  0.2 : Stable version
  0.3 : Beta version containing csv-file export functionality 

======================================

Installation
======================================

Install the package from the Developer section in the Umbraco backend, as usual. In case the dashboard-control doesn't show up correctly as a tab in the member-section, it's likely due to badly merged dashboard.config file.

To fix it open the /config/dashboard.config file and make sure your content look like this (make sure the new control is added to the existing member-area if you have one in your config file already):

 

<?xml version="1.0" encoding="utf-8"?>
<dashBoard>
 ...
 <section>
  <areas>
    <area>member</area>
  </areas>
  <tab caption="bpMemberAdmin">
     <control>/usercontrols/BP.Umb.Dashboard/MemberAdminUserControl.ascx</control>
  </tab>
  ...
 </section>
 ...
</dashBoard>

  

======================================
Configuration
======================================

The control has a few option in it's /config/bpMemberAdmin.config file:

 

<SearchProvider Type="UmbracoNative"/> 
        where Type can be "Membership", "Examine", "UmbracoNative"

 <DataGridPaging EnablePaging="true" PageSize="250"/>
       where EnablePaging can be "true" or "false" and PageSize any integer > 0.

 

======================================
NOTE
======================================

This component has options to modify (e.g. delete and change) members and member properties, so as always - use it at your own risk.

The component is still in Beta, so give me a shout if you experience any issues - or if you have any recommendations or requests for improvements.

Source code is available - just havent packed it up yet, so contact me if you are interested via blackpoint.dk or twitter @tommypoulsen

 

 

Screenshots