Configuration
In order to display member benefit usage summary control, enable add MemberBenefits to the GuestDispRows site config setting.
1. To merge with existing pages, add:
UserControls\MemberBenefits.ascx
2. Edit GuestSelected.aspx
3. At the top of the file, add this line:
<%@ Register Src="~/UserControls/MemberBenefits.ascx" TagPrefix="uc1" TagName="MemberBenefits" %>
4. Below this:
<uc1:PAHLinks ID="PAHLinks1" runat="server"></uc1:PAHLinks>
</td>
</tr>
5. Insert this:
<tr id="MemberBenefits">
<td>
Member Benefits
</td>
<td>
<uc1:MemberBenefits runat="server" ID="MemberBenefits1" />
</td>
</tr>
6. Edit App_Themes\<yourthemename>\style.css:
7. Append this:
table.GuestTable table.plainTable tr td:first-child
{
font-weight:normal; text-align:left; background:none; width:auto