How to disable profile pictures from appearing on the recently updated dashboard
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
The content on this page includes steps to customize or extend Atlassian software (adding/changing CSS rules, HTML, JavaScript, etc.). Per the Atlassian Support Offerings, support does not include customizations made to Atlassian products. Be aware that this material is provided for your information only and using it is done so at your risk.
If you have any questions about this or any customization, please ask the community at Atlassian Community or consider working with an Atlassian Solution Partner.
Purpose
To prevent profile pictures from being displayed in the recently updated dashboard.
⚠️ This workaround only applies to the old dashboard prior to the new dashboard in Confluence 5.9.x. The user must be using the old dashboard and can do so by clicking "Give me the old dashboard" in the bottom left hand menu.
Solution
Open your
confluence/decorators/global.vmd
file.Edit the following line (change true to false)
1
$helper.renderConfluenceMacro("{recently-updated-dashboard:dashboard|showProfilePic=true}")
There is no need to stop or restart Confluence. The change should work on the next refresh of the page.
Was this helpful?