24 votes

Blackpoint Member Admin

 

======================================
        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

Package owner

Tommy Poulsen

Tommy Poulsen

Tommy has 708 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: Tommy Poulsen
  • Created: 09/01/2011
  • Current version 0.4
  • License MIT
  • Downloads on Our: 4.6K

External resources