I may be missing something, but how can I send an email to multiple people with a link to a member page? If I link to a private page (with the URL component /account/), people who are not logged in get a 404. And I can’t link to a public member page because it has a different, personalised URL for each member. I know I can make a normal page that only members can access and link to it, but then they are not in the community environment. Is there another way?
What do you mean “the community environment” ?
If they go to a page you made that’s designed to look like a community page with a “sign up” option, is that not the solution?
You’re the website maker. To people it will feel like “the community environment”.
I can create a page that also has a member menu etc, but that means copying the information architecture - and now keeping it updated in two places. Absolutely doable, but I thought there might be a more intuitive solution.
Okay. I don’t think Wix has a pre-designed landing page for the members-area, no.
Good luck and enjoy!
X
I think, one good solution would be to show the login/signup page when a user visits a url with the /account/ part - instead of showing a 404.
Thanks for your comments!
Hi Klee
Yeah, totally doable. This would be something you’d add in the Site Code.
First you’ll have to check if the user is logged in. If yes, return the function. If no, you show them the login page via the showLogin() function.