Is there a way to customise the contributors macro to have the profile picture of contributors displayed?
Thanks in advance.
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.