-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Public profile pages and basic contribution management #96
base: master
Are you sure you want to change the base?
Conversation
Code wise this looks good so far, and I'll give it a try locally, but some thoughts:
|
Yeah, the idea is that these will become the profile pages for the forum at some point. Vanilla allows you to set custom profile URLs, but it would require some changes to the SSO code as detailed here: https://open.vanillaforums.com/discussion/28209/change-the-url-of-user-profile |
@NattyNarwhal Any updates on this? |
This PR adds the following:
/user/profile/<username>
or/user/profile/<uuid>
, or, to view their own profile, users can go to/user/profile
or click the link in the user menu./library/my/contributions
(same route as before) or clicking the link in the user menu.allowContributions
(boolean)./library/contribute
is now operable, but largely incomplete. For now, I recommend setting the setting mentioned above tofalse
, and advising admins to not click "Create Release" in the admin interface contribution page.