Member Dashboard
The Member Dashboard is the default landing page for members after they sign in. It's located at /dashboard-member and is separate from the Member Profile at /profile, where members update their information and manage their account.
How the dashboard works
When a member logs in, Clubistry sends them to /dashboard-member as the default destination. If there's an intended URL stored in the session (for example, they clicked a link to a protected page before logging in), they go there instead.
The seeded member-area structure
Your site comes with a seeded Members section that includes three child pages:
The dashboard is part of this broader member area, not a standalone feature.
Managing the dashboard
In the Club Management Portal, go to Pages and open the page with the slug dashboard-member. There you can manage:
- The page title and menu title
- Permissions
- Whether the page is active
- Where it sits in the member-area menu
- The content sections shown to members
The visible content depends entirely on the sections placed on this page. You can use it as a simple welcome page, a hub for member links, or anything your club needs.
Payment history
The member area includes Payment History, accessible from the profile page. Payment history combines successful membership transactions, e-commerce orders, and paid form submissions.
Lapsed members
Lapsed members can still access /dashboard-member and /profile. This lets them review their account and renew if your workflow supports online payments.
Tips
- Use the dashboard as a simple landing page for member-only information and next steps.
- Add clear links or sections pointing members to Profile, Roster, and renewal-related content.
- If members report unexpected post-login destinations, remember that intended URLs take priority over the default dashboard redirect.
- Review the page permissions on
dashboard-memberif access isn't working as expected.
Related topics
- Pages - Manage the
dashboard-memberpage and its content sections. - Roster - The member directory page.
- Members - Manage member accounts and profile data.
- Member Profile - The separate self-service page for account updates.
- Dues and Renewals - Renewal workflows tied to the member experience.
- Lapsed Members - Which member-area pages remain available after lapse.