It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hi
while running a query i am able to find the "attachment" table where this is store.
i want to is the if this content type is "image/pjpeg" how it is diaplying on confluence page. basicaly i want to know where i can get this picture on confluence. there should be something like space id. please let me know.
Thanks'
Rinku
I found myself trying to find user avatars as well, I was able to use the following macro to place a users login avatar on pages:
#set( $profile_pic = $userAccessor.getUserProfilePicture( $req.userPrincipal.name ) ) #set( $pic_src = $profile_pic.getDownloadPath() ) <img src="$pic_src" alt="Your profile picture" />
Now when I need to have an avatar loaded on a page, I just add the macro.
Not sure if this answers your question though.
Hi Stephen,
Sorry for the late response, i was on vecation.
actually my requirement is, on confluence some user update their profile picture but for others it display the default picture. now, we are planning to update all the profile picture. how can we do that?
Thanks'
Rinku
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHi Community! Kesha (kay-sha) from the Confluence marketing team here! Can you share stories with us on how your non-technical (think Marketing, Sales, HR, legal, etc.) teams are using Confluen...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.