Skip to content
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

Add user profile image/banner #66

Closed
luke- opened this issue Aug 11, 2021 · 2 comments · Fixed by #181
Closed

Add user profile image/banner #66

luke- opened this issue Aug 11, 2021 · 2 comments · Fixed by #181
Assignees
Labels
enhancement New feature or request

Comments

@luke-
Copy link
Contributor

luke- commented Aug 11, 2021

No description provided.

@luke- luke- added the enhancement New feature or request label Aug 11, 2021
@sainawkham
Copy link

I just used currentuser.guid to get profile picture.
Don't know good or not.

this. profilePicURL = "https://your.company.humhub/uploads/profile_image/" + this.currentUser.guid + ".jpg";

@donni106
Copy link

donni106 commented Feb 25, 2022

@sainawkham nice! this works for existing images and results in 404 otherwise. i will also use this so far, thanks.
this works for spaces "profile" images too as well as for the "banner" images with: bannerPicURL = 'https://your.company.humhub/uploads/profile_image/banner/' + space.guid + '.jpg';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants