MemberListView 1.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package MemberListView --version 1.2.1
NuGet\Install-Package MemberListView -Version 1.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MemberListView" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MemberListView --version 1.2.1
#r "nuget: MemberListView, 1.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MemberListView as a Cake Addin
#addin nuget:?package=MemberListView&version=1.2.1

// Install MemberListView as a Cake Tool
#tool nuget:?package=MemberListView&version=1.2.1

Adds a MemberListView dashboard to the Members area in Umbraco 7.1 + to allow easier management of members including approval and unlocking capabilities. The MemberListView for Umbraco 7 provides a management dashboard view for Members with convenient filtering and sorting and allows for mass Unlock, Suspension or Activation of members.

Installing the package enables a new Manage Dashboard on the Members section.

Features

The MemberListView has been designed to be similar to the ContentListView property editor and features a Create button to allow for quick creation of new Members and context-sensitive action buttons to Unlock, Approve or Suspend members depending on the status of their account as well as the ability to Delete them. All actions can be performed on batches of users, as they apply to selected users only.

Member Editing

Member Editing can be done without leaving the MemberListView by clicking on a member name, which creates a Dialog pulled in from the right side to edit the member.

Version History

Version 1.2.0

  • Compiled against Umbraco 7.7
  • Fixed issue with suspending/activating/deleting members

###Version 0.9.12

  • Fixed "Error: Argument 'MemberManager.Dashboard.MemberListViewController' is not a function" issue due to update in ClientDependency module

Version 0.9.11

  • UI cleanup - paging now consistent with 7.2.0 ListView
  • Issue with UnApproved members showing up in the list as approved.

Version 0.9.10

  • Export - Export now supports additional user indexed fields. If you add a property to a member type and want it to be exported, add it to the IndexUserFields collection in the ExamineIndex.config file.

Version 0.9.9

  • Search is now lightning fast, although some modification to the Examine Index configuration is required.
  • Filtering - filtering has now been moved to a dialog, includes Membership Flags and MemberType as default fields and is extendable.
  • Export - Filtered members can now be exported to a CSV file containing basic fields.

Current issues

Currently Bulk Deletion will throw a lot of errors due to Database commit blocking. Deleting one at a time however should not be affected.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.4 708 9/28/2023
3.0.3 1,843 6/3/2023
3.0.2 634 3/3/2023
3.0.1 621 12/29/2022
3.0.0 310 12/29/2022
3.0.0-rc1 109 12/29/2022
2.3.0 925 8/8/2022
2.2.1 599 6/27/2022
2.2.0 1,404 11/10/2021
2.1.1 1,518 10/11/2021
2.1.0 1,331 3/30/2021
2.0.9 524 3/17/2021
2.0.8 452 3/16/2021
2.0.7.2 572 1/26/2021
2.0.7.1 866 12/6/2020
2.0.7 577 12/6/2020
2.0.6 928 11/26/2020
2.0.5 548 11/25/2020
2.0.4 549 11/23/2020
2.0.2 569 10/15/2020
2.0.0 719 10/2/2020
1.5.5 1,273 9/29/2020
1.5.4 945 2/11/2020
1.5.3 634 2/3/2020
1.5.2 567 1/18/2020
1.3.0 1,715 8/21/2018
1.2.1 1,166 6/24/2018
1.2.0 1,157 4/3/2018

Installing the package enables a new Manage Dashboard on the Members section.

**Version 1.2.0**

* **Compiled against Umbraco 7.7**
* Fixed issue with suspending/activating/deleting members

**Version 0.9.12**

* Fixed "Error: Argument 'MemberManager.Dashboard.MemberListViewController' is not a function" issue due to update in ClientDependency module

**Version 0.9.11**

* UI cleanup - paging now consistent with 7.2.0 ListView
* Issue with UnApproved members showing up in the list as approved.

**Version 0.9.10**

* Export - Export now supports additional user indexed fields. If you add a property to a member type and want it to be exported, add it to the IndexUserFields collection in the ExamineIndex.config file.

**Version 0.9.9**

* Search is now lightning fast, although some modification to the Examine Index configuration is required.
* Filtering - filtering has now been moved to a dialog, includes Membership Flags and MemberType as default fields and is extendable.
* Export - Filtered members can now be exported to a CSV file containing basic fields.