Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to display list of contributors with their profile picture

Pietro Palumbo June 27, 2018

Is there a way to customise the contributors macro to have the profile picture of contributors displayed?

Thanks in advance.

1 answer

0 votes
Deleted user June 28, 2018

Hi @Pietro Palumbo,

Native Confluence functionality doesn't display the contributors' profile picture. Please refer to this document where it explains what customization is allowed for this macro.

Regards,

Priyanka

Pietro Palumbo June 28, 2018

Hi,

Thank you for your answer.

Could a user macro make my day? As I am not a true programmer, can you let me know if this is a good way to proceed?

#set($versionHistorySummary = $ContentEntityManager.containerContext.getComponent('versionHistorySummary'))
#set($contributors = $versionHistorySummary.getContributorSet())

#foreach ($contributor in $contributors)
#usernameLink($contributor.name)<br/>
#end

Thanks in advance.

Pietro

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events