Member Profile
Use Member Profile as the self-service page where signed-in members review and update their own account information.
The profile route is /profile.
What the profile page includes
On the profile page, members can update:
- name and contact details
- mailing address and country/state information
- member custom fields configured for profile use
- electronic communications preference
- privacy settings for the roster and board page
- password
Membership and payment tools on the profile page
The profile area also shows:
- the member's current membership type and membership status
- a Pay Now button when a membership checkout link is available
- a Payment History card that links to
/payment-history
Payment history combines successful membership payments, e-commerce orders, and paid form submissions.
How the profile page is managed
Clubistry renders the profile page from the page whose slug is profile.
Helpful details:
- the GET request for
/profilerenders theprofilepage through the page system - submitted changes post back to
/profile - clubs can still manage the page title, permissions, active status, and surrounding content in Pages
- the self-service form itself is provided by the Profile page section
Privacy settings controlled here
The profile page is where members control privacy settings such as:
show_email_roster,show_phone_roster, andshow_address_rosterfor the rostershow_email_board,show_phone_board, andshow_address_boardfor the board page
These roster and board settings are separate, even though members update them in one place.
Member Profile vs Member Dashboard
The Member Profile is not the Member Dashboard.
- Member Dashboard at
/dashboard-memberis the normal post-login landing page - Member Profile at
/profileis where members update their information and access payment-history tools
Both pages sit inside the seeded Members area alongside the roster page.
Practical setup tips
- Review the
profilepage in Pages so its permissions match your club's member-access rules. - If members need to update extra information, enable the relevant fields in Member Custom Fields with Use on Profiles.
- If roster or board contact details look wrong, check the privacy choices saved on the profile page.
- If members need renewal self-service, confirm the profile page shows the expected payment link and payment-history access.
Related topics
- Pages - Manage the
profilepage and its surrounding content. - Members - Manage member records in the portal.
- Member Dashboard - Review the separate post-login landing page.
- Member Custom Fields - Control which extra fields appear on profiles.
- Roster - Review how roster privacy settings affect member-directory output.
- Board - Review how board privacy settings affect the board page.
- Set Up Clubistry Payments - Review the initial Stripe setup if your club accepts online payments.
- Lapsed Members - Review which member-area pages remain available after lapse.