Note: all functionality within this package has been
included in the Member Admin package. Therefore
this package will no longer be supported.
Dashboard Control: List Members By Groups
This dashboard control enables you to list all members in
one or more Member Groups. The dashboard control will be available
within the Umbraco client dashboard as a control in the members
section (if you choose to install it there - see below)
The control looks like this:
Installation notes:
Install the package as usual - from the Umbraco backend
developer section1. Download zip-file
Thats it !
An entry will be added to your Dashboard.config file:
<tab caption="List members by group">
<control>/usercontrols/BP.Umb.Dashboard/memberListByGroup.ascx</control>
</tab>
So your Dashboard.config looks something like
this
<?xml version="1.0" encoding="utf-8" ?>
<dashBoard>
...
<section>
<areas>
<area>member</area>
</areas>
...
<tab caption="List members by group">
<control>/usercontrols/BP.Umb.Dashboard/memberListByGroup.ascx</control>
</tab>
</section>
</dashBoard>
where ... indicates existing content. If you do not have a
member-area section just add the full part. Here you can modify the
position of the dashboard (section, tab etc.).