From: Steve Sutton Date: Tue, 6 Sep 2016 19:44:56 +0000 (-0400) Subject: Updating the member dashboard page. X-Git-Tag: v2.7.0^2~1^2~20 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0f82fadcb15b8d3cd87dfdd8dd3a6bc90b1a2601;p=WP-Plugins%2Fglm-member-db.git Updating the member dashboard page. Hide the content that is being transfered to the widget block. --- diff --git a/views/admin/dashboard/index.html b/views/admin/dashboard/index.html index 2f072d69..e6c55176 100644 --- a/views/admin/dashboard/index.html +++ b/views/admin/dashboard/index.html @@ -4,15 +4,9 @@ {$terms.term_member_cap} Profile
-

{$terms.term_member_cap} Reports

-

URL CLick Counts Today: - {$clickThroughCounts.day}

-

Detail Page View Counts Today: - {$detailViewCounts.day}

-

{$terms.term_member_cap} Info Records

{if $haveInfoRecords} {foreach $memberInfoRecords as $m} - {$m.status.name} Profile + {$m.status.name} Profile ({$m.reference_name}) {/foreach} {else} Add New {$terms.term_member} Info diff --git a/views/admin/member/index.html b/views/admin/member/index.html index 7589afcc..a4604161 100644 --- a/views/admin/member/index.html +++ b/views/admin/member/index.html @@ -77,6 +77,7 @@ {if $haveMember} + + {/if} + {/if} {/if}